Shades of Nevada #667878
Tints of Nevada #667878
RGB
CMYK
RGB Variations
Color information
#667878 (or 0x667878) is known color: Nevada. HEX triplet: 66, 78 and 78. RGB value is (102,120,120). Sum of RGB (Red+Green+Blue) = 102+120+120=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #667878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667878 is #998787. Grayscale: #727272. Windows color (decimal): -10061704 or 7895142. OLE color: 7895142.
HSL color Cylindrical-coordinate representation of color #667878: hue angle of 180º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667878 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 120 | - |
| CMYK | 0.15 | 0 | 0 | 0.53 |
| HSL | 180º | 0.08% | 0.44% | - |
| HSV(B) | 180º | 0.15% | 0.47% | - |
| XYZ | 15.59 | 17.61 | 20.35 | - |
| YUV | 114.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 120 | 0.15 | 0 | 0 | 0.53 | 180 | 0.08 | 0.44 |
| Hex | 66 | 78 | 78 | F | 0 | 0 | 35 | B4 | 8 | 2C |
| Octal | 146 | 170 | 170 | 17 | 0 | 0 | 65 | 264 | 10 | 54 |
| Binary | 1100110 | 1111000 | 1111000 | 1111 | 0 | 0 | 110101 | 10110100 | 1000 | 101100 |
Color Harmonies of #667878
Complementary color
Monochromatic Colors of #667878
Black with #667878
Text Example
Text Example
White with #667878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667878; }
p { color: rgb(102,120,120); }
H1.HeaderClassName
{
color: #667878;
}
.AnyTagClassName
{
color: #667878;
}
</style>
background-color css
<style>
a { background-color: #667878; }
a { background-color: rgb(102,120,120); }
div.DivClassName
{
background-color: #667878;
}
.BgClassName
{
background-color: #667878;
}
</style>
border-color css
<style>
span { border-color: #667878; }
span { border-color: rgb(102,120,120); }
td.TdClassName
{
border-color: #667878;
}
.TagClassName
{
border-color: #667878;
}
</style>