Shades of Nevada #69797A
Tints of Nevada #69797A
RGB
CMYK
RGB Variations
Color information
#69797A (or 0x69797A) is known color: Nevada. HEX triplet: 69, 79 and 7A. RGB value is (105,121,122). Sum of RGB (Red+Green+Blue) = 105+121+122=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #69797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69797A is #968685. Grayscale: #747474. Windows color (decimal): -9864838 or 8026473. OLE color: 8026473.
HSL color Cylindrical-coordinate representation of color #69797A: hue angle of 183.53º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #69797A is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 121 | 122 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.52 |
| HSL | 183.53º | 0.07% | 0.45% | - |
| HSV(B) | 183.53º | 0.14% | 0.48% | - |
| XYZ | 16.18 | 18.08 | 21.05 | - |
| YUV | 116.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 122 | 0.14 | 0.01 | 0 | 0.52 | 183.53 | 0.07 | 0.45 |
| Hex | 69 | 79 | 7A | E | 1 | 0 | 34 | B8 | 7 | 2D |
| Octal | 151 | 171 | 172 | 16 | 1 | 0 | 64 | 270 | 7 | 55 |
| Binary | 1101001 | 1111001 | 1111010 | 1110 | 1 | 0 | 110100 | 10111000 | 111 | 101101 |
Color Harmonies of #69797A
Complementary color
Monochromatic Colors of #69797A
Black with #69797A
Text Example
Text Example
White with #69797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69797A; }
p { color: rgb(105,121,122); }
H1.HeaderClassName
{
color: #69797A;
}
.AnyTagClassName
{
color: #69797A;
}
</style>
background-color css
<style>
a { background-color: #69797A; }
a { background-color: rgb(105,121,122); }
div.DivClassName
{
background-color: #69797A;
}
.BgClassName
{
background-color: #69797A;
}
</style>
border-color css
<style>
span { border-color: #69797A; }
span { border-color: rgb(105,121,122); }
td.TdClassName
{
border-color: #69797A;
}
.TagClassName
{
border-color: #69797A;
}
</style>