Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Boulder | 777777 | #777777 | 119, 119, 119 | 46.67, 46.67, 46.67 | 0, 0, 0, 53.33 | 0, 0, 46.666666666667 |
Color #777777 is Boulder. In RGB: 46.67, 46.67, 46.67. In CMYK: 0, 0, 0, 53.33.
div { background: #777777; color: #000; }
div { background: #777777; color: #fff; }
div { background: linear-gradient(to bottom, #5E5E5E 0%, #919191 100%); color: #000; }
div { background: linear-gradient(to bottom, #919191 0%, #5E5E5E 100%); color: #000; }
div { background: linear-gradient(to bottom, #5E5E5E 0%, #919191 100%); color: #fff; }
div { background: linear-gradient(to bottom, #919191 0%, #5E5E5E 100%); color: #fff; }
div { border: 1px solid #777777; }
div { border: 5px solid #777777; }
div { border: 1px dashed #777777; }
div { border: 5px dashed #777777; }
div { border: 1px dotted #777777; }
div { border: 5px dotted #777777; }