Shades of Nevada #667B7C
Tints of Nevada #667B7C
RGB
CMYK
RGB Variations
Color information
#667B7C (or 0x667B7C) is known color: Nevada. HEX triplet: 66, 7B and 7C. RGB value is (102,123,124). Sum of RGB (Red+Green+Blue) = 102+123+124=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #667B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B7C is #998483. Grayscale: #747474. Windows color (decimal): -10060932 or 8158054. OLE color: 8158054.
HSL color Cylindrical-coordinate representation of color #667B7C: hue angle of 182.73º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667B7C is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 123 | 124 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.51 |
| HSL | 182.73º | 0.1% | 0.44% | - |
| HSV(B) | 182.73º | 0.18% | 0.49% | - |
| XYZ | 16.2 | 18.45 | 21.78 | - |
| YUV | 116.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 124 | 0.18 | 0.01 | 0 | 0.51 | 182.73 | 0.1 | 0.44 |
| Hex | 66 | 7B | 7C | 12 | 1 | 0 | 33 | B7 | A | 2C |
| Octal | 146 | 173 | 174 | 22 | 1 | 0 | 63 | 267 | 12 | 54 |
| Binary | 1100110 | 1111011 | 1111100 | 10010 | 1 | 0 | 110011 | 10110111 | 1010 | 101100 |
Color Harmonies of #667B7C
Complementary color
Monochromatic Colors of #667B7C
Black with #667B7C
Text Example
Text Example
White with #667B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B7C; }
p { color: rgb(102,123,124); }
H1.HeaderClassName
{
color: #667B7C;
}
.AnyTagClassName
{
color: #667B7C;
}
</style>
background-color css
<style>
a { background-color: #667B7C; }
a { background-color: rgb(102,123,124); }
div.DivClassName
{
background-color: #667B7C;
}
.BgClassName
{
background-color: #667B7C;
}
</style>
border-color css
<style>
span { border-color: #667B7C; }
span { border-color: rgb(102,123,124); }
td.TdClassName
{
border-color: #667B7C;
}
.TagClassName
{
border-color: #667B7C;
}
</style>