Shades of Nevada #707272
Tints of Nevada #707272
RGB
CMYK
RGB Variations
Color information
#707272 (or 0x707272) is known color: Nevada. HEX triplet: 70, 72 and 72. RGB value is (112,114,114). Sum of RGB (Red+Green+Blue) = 112+114+114=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #707272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707272 is #8F8D8D. Grayscale: #717171. Windows color (decimal): -9407886 or 7500400. OLE color: 7500400.
HSL color Cylindrical-coordinate representation of color #707272: hue angle of 180º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #707272 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 112 | 114 | 114 | - |
CMYK | 0.02 | 0 | 0 | 0.55 |
HSL | 180º | 0.01% | 0.44% | - |
HSV(B) | 180º | 0.02% | 0.45% | - |
XYZ | 15.74 | 16.69 | 18.31 | - |
YUV | 113.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 112 | 114 | 114 | 0.02 | 0 | 0 | 0.55 | 180 | 0.01 | 0.44 |
Hex | 70 | 72 | 72 | 2 | 0 | 0 | 37 | B4 | 1 | 2C |
Octal | 160 | 162 | 162 | 2 | 0 | 0 | 67 | 264 | 1 | 54 |
Binary | 1110000 | 1110010 | 1110010 | 10 | 0 | 0 | 110111 | 10110100 | 1 | 101100 |
Color Harmonies of #707272
Complementary color
Monochromatic Colors of #707272
Black with #707272
Text Example
Text Example
White with #707272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707272; }
p { color: rgb(112,114,114); }
H1.HeaderClassName
{
color: #707272;
}
.AnyTagClassName
{
color: #707272;
}
</style>
background-color css
<style>
a { background-color: #707272; }
a { background-color: rgb(112,114,114); }
div.DivClassName
{
background-color: #707272;
}
.BgClassName
{
background-color: #707272;
}
</style>
border-color css
<style>
span { border-color: #707272; }
span { border-color: rgb(112,114,114); }
td.TdClassName
{
border-color: #707272;
}
.TagClassName
{
border-color: #707272;
}
</style>