Shades of Nevada #647979
Tints of Nevada #647979
RGB
CMYK
RGB Variations
Color information
#647979 (or 0x647979) is known color: Nevada. HEX triplet: 64, 79 and 79. RGB value is (100,121,121). Sum of RGB (Red+Green+Blue) = 100+121+121=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #647979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647979 is #9B8686. Grayscale: #727272. Windows color (decimal): -10192519 or 7960932. OLE color: 7960932.
HSL color Cylindrical-coordinate representation of color #647979: hue angle of 180º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #647979 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 121 | 121 | - |
| CMYK | 0.17 | 0 | 0 | 0.53 |
| HSL | 180º | 0.1% | 0.43% | - |
| HSV(B) | 180º | 0.17% | 0.47% | - |
| XYZ | 15.54 | 17.76 | 20.7 | - |
| YUV | 114.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 121 | 0.17 | 0 | 0 | 0.53 | 180 | 0.1 | 0.43 |
| Hex | 64 | 79 | 79 | 11 | 0 | 0 | 35 | B4 | A | 2B |
| Octal | 144 | 171 | 171 | 21 | 0 | 0 | 65 | 264 | 12 | 53 |
| Binary | 1100100 | 1111001 | 1111001 | 10001 | 0 | 0 | 110101 | 10110100 | 1010 | 101011 |
Color Harmonies of #647979
Complementary color
Monochromatic Colors of #647979
Black with #647979
Text Example
Text Example
White with #647979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647979; }
p { color: rgb(100,121,121); }
H1.HeaderClassName
{
color: #647979;
}
.AnyTagClassName
{
color: #647979;
}
</style>
background-color css
<style>
a { background-color: #647979; }
a { background-color: rgb(100,121,121); }
div.DivClassName
{
background-color: #647979;
}
.BgClassName
{
background-color: #647979;
}
</style>
border-color css
<style>
span { border-color: #647979; }
span { border-color: rgb(100,121,121); }
td.TdClassName
{
border-color: #647979;
}
.TagClassName
{
border-color: #647979;
}
</style>