Shades of Nevada #717575
Tints of Nevada #717575
RGB
CMYK
RGB Variations
Color information
#717575 (or 0x717575) is known color: Nevada. HEX triplet: 71, 75 and 75. RGB value is (113,117,117). Sum of RGB (Red+Green+Blue) = 113+117+117=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #717575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717575 is #8E8A8A. Grayscale: #737373. Windows color (decimal): -9341579 or 7697777. OLE color: 7697777.
HSL color Cylindrical-coordinate representation of color #717575: hue angle of 180º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #717575 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 117 | - |
| CMYK | 0.03 | 0 | 0 | 0.54 |
| HSL | 180º | 0.02% | 0.45% | - |
| HSV(B) | 180º | 0.03% | 0.46% | - |
| XYZ | 16.38 | 17.52 | 19.35 | - |
| YUV | 115.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 117 | 0.03 | 0 | 0 | 0.54 | 180 | 0.02 | 0.45 |
| Hex | 71 | 75 | 75 | 3 | 0 | 0 | 36 | B4 | 2 | 2D |
| Octal | 161 | 165 | 165 | 3 | 0 | 0 | 66 | 264 | 2 | 55 |
| Binary | 1110001 | 1110101 | 1110101 | 11 | 0 | 0 | 110110 | 10110100 | 10 | 101101 |
Color Harmonies of #717575
Complementary color
Monochromatic Colors of #717575
Black with #717575
Text Example
Text Example
White with #717575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717575; }
p { color: rgb(113,117,117); }
H1.HeaderClassName
{
color: #717575;
}
.AnyTagClassName
{
color: #717575;
}
</style>
background-color css
<style>
a { background-color: #717575; }
a { background-color: rgb(113,117,117); }
div.DivClassName
{
background-color: #717575;
}
.BgClassName
{
background-color: #717575;
}
</style>
border-color css
<style>
span { border-color: #717575; }
span { border-color: rgb(113,117,117); }
td.TdClassName
{
border-color: #717575;
}
.TagClassName
{
border-color: #717575;
}
</style>