Shades of Nevada #647B7C
Tints of Nevada #647B7C
RGB
CMYK
RGB Variations
Color information
#647B7C (or 0x647B7C) is known color: Nevada. HEX triplet: 64, 7B and 7C. RGB value is (100,123,124). Sum of RGB (Red+Green+Blue) = 100+123+124=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #647B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647B7C is #9B8483. Grayscale: #747474. Windows color (decimal): -10192004 or 8158052. OLE color: 8158052.
HSL color Cylindrical-coordinate representation of color #647B7C: hue angle of 182.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #647B7C is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 123 | 124 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.51 |
| HSL | 182.5º | 0.11% | 0.44% | - |
| HSV(B) | 182.5º | 0.19% | 0.49% | - |
| XYZ | 15.98 | 18.33 | 21.76 | - |
| YUV | 116.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 124 | 0.19 | 0.01 | 0 | 0.51 | 182.5 | 0.11 | 0.44 |
| Hex | 64 | 7B | 7C | 13 | 1 | 0 | 33 | B6 | B | 2C |
| Octal | 144 | 173 | 174 | 23 | 1 | 0 | 63 | 266 | 13 | 54 |
| Binary | 1100100 | 1111011 | 1111100 | 10011 | 1 | 0 | 110011 | 10110110 | 1011 | 101100 |
Color Harmonies of #647B7C
Complementary color
Monochromatic Colors of #647B7C
Black with #647B7C
Text Example
Text Example
White with #647B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B7C; }
p { color: rgb(100,123,124); }
H1.HeaderClassName
{
color: #647B7C;
}
.AnyTagClassName
{
color: #647B7C;
}
</style>
background-color css
<style>
a { background-color: #647B7C; }
a { background-color: rgb(100,123,124); }
div.DivClassName
{
background-color: #647B7C;
}
.BgClassName
{
background-color: #647B7C;
}
</style>
border-color css
<style>
span { border-color: #647B7C; }
span { border-color: rgb(100,123,124); }
td.TdClassName
{
border-color: #647B7C;
}
.TagClassName
{
border-color: #647B7C;
}
</style>