Shades of Nevada #697979
Tints of Nevada #697979
RGB
CMYK
RGB Variations
Color information
#697979 (or 0x697979) is known color: Nevada. HEX triplet: 69, 79 and 79. RGB value is (105,121,121). Sum of RGB (Red+Green+Blue) = 105+121+121=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #697979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697979 is #968686. Grayscale: #747474. Windows color (decimal): -9864839 or 7960937. OLE color: 7960937.
HSL color Cylindrical-coordinate representation of color #697979: hue angle of 180º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697979 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 121 | 121 | - |
| CMYK | 0.13 | 0 | 0 | 0.53 |
| HSL | 180º | 0.07% | 0.44% | - |
| HSV(B) | 180º | 0.13% | 0.47% | - |
| XYZ | 16.11 | 18.06 | 20.73 | - |
| YUV | 116.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 121 | 0.13 | 0 | 0 | 0.53 | 180 | 0.07 | 0.44 |
| Hex | 69 | 79 | 79 | D | 0 | 0 | 35 | B4 | 7 | 2C |
| Octal | 151 | 171 | 171 | 15 | 0 | 0 | 65 | 264 | 7 | 54 |
| Binary | 1101001 | 1111001 | 1111001 | 1101 | 0 | 0 | 110101 | 10110100 | 111 | 101100 |
Color Harmonies of #697979
Complementary color
Monochromatic Colors of #697979
Black with #697979
Text Example
Text Example
White with #697979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697979; }
p { color: rgb(105,121,121); }
H1.HeaderClassName
{
color: #697979;
}
.AnyTagClassName
{
color: #697979;
}
</style>
background-color css
<style>
a { background-color: #697979; }
a { background-color: rgb(105,121,121); }
div.DivClassName
{
background-color: #697979;
}
.BgClassName
{
background-color: #697979;
}
</style>
border-color css
<style>
span { border-color: #697979; }
span { border-color: rgb(105,121,121); }
td.TdClassName
{
border-color: #697979;
}
.TagClassName
{
border-color: #697979;
}
</style>