Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Cod Gray | 020705 | #020705 | 2, 7, 5 | 0.78, 2.75, 1.96 | 71.43, 0, 28.57, 97.25 | 156, 71.428571428571, 2.7450980392157 |
Color #020705 is Cod Gray. In RGB: 0.78, 2.75, 1.96. In CMYK: 71.43, 0, 28.57, 97.25.
div { background: #020705; color: #000; }
div { background: #020705; color: #fff; }
div { background: linear-gradient(to bottom, #000000 0%, #1D1F1E 100%); color: #000; }
div { background: linear-gradient(to bottom, #1D1F1E 0%, #000000 100%); color: #000; }
div { background: linear-gradient(to bottom, #000000 0%, #1D1F1E 100%); color: #fff; }
div { background: linear-gradient(to bottom, #1D1F1E 0%, #000000 100%); color: #fff; }
div { border: 1px solid #020705; }
div { border: 5px solid #020705; }
div { border: 1px dashed #020705; }
div { border: 5px dashed #020705; }
div { border: 1px dotted #020705; }
div { border: 5px dotted #020705; }