Shades of Nevada #717373
Tints of Nevada #717373
RGB
CMYK
RGB Variations
Color information
#717373 (or 0x717373) is known color: Nevada. HEX triplet: 71, 73 and 73. RGB value is (113,115,115). Sum of RGB (Red+Green+Blue) = 113+115+115=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #717373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717373 is #8E8C8C. Grayscale: #727272. Windows color (decimal): -9342093 or 7566193. OLE color: 7566193.
HSL color Cylindrical-coordinate representation of color #717373: hue angle of 180º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #717373 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 115 | - |
| CMYK | 0.02 | 0 | 0 | 0.55 |
| HSL | 180º | 0.01% | 0.45% | - |
| HSV(B) | 180º | 0.02% | 0.45% | - |
| XYZ | 16.04 | 17.01 | 18.66 | - |
| YUV | 114.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 115 | 0.02 | 0 | 0 | 0.55 | 180 | 0.01 | 0.45 |
| Hex | 71 | 73 | 73 | 2 | 0 | 0 | 37 | B4 | 1 | 2D |
| Octal | 161 | 163 | 163 | 2 | 0 | 0 | 67 | 264 | 1 | 55 |
| Binary | 1110001 | 1110011 | 1110011 | 10 | 0 | 0 | 110111 | 10110100 | 1 | 101101 |
Color Harmonies of #717373
Complementary color
Monochromatic Colors of #717373
Black with #717373
Text Example
Text Example
White with #717373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717373; }
p { color: rgb(113,115,115); }
H1.HeaderClassName
{
color: #717373;
}
.AnyTagClassName
{
color: #717373;
}
</style>
background-color css
<style>
a { background-color: #717373; }
a { background-color: rgb(113,115,115); }
div.DivClassName
{
background-color: #717373;
}
.BgClassName
{
background-color: #717373;
}
</style>
border-color css
<style>
span { border-color: #717373; }
span { border-color: rgb(113,115,115); }
td.TdClassName
{
border-color: #717373;
}
.TagClassName
{
border-color: #717373;
}
</style>