Shades of Nevada #657272
Tints of Nevada #657272
RGB
CMYK
RGB Variations
Color information
#657272 (or 0x657272) is known color: Nevada. HEX triplet: 65, 72 and 72. RGB value is (101,114,114). Sum of RGB (Red+Green+Blue) = 101+114+114=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #657272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657272 is #9A8D8D. Grayscale: #6E6E6E. Windows color (decimal): -10128782 or 7500389. OLE color: 7500389.
HSL color Cylindrical-coordinate representation of color #657272: hue angle of 180º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #657272 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 114 | 114 | - |
| CMYK | 0.11 | 0 | 0 | 0.55 |
| HSL | 180º | 0.06% | 0.42% | - |
| HSV(B) | 180º | 0.11% | 0.45% | - |
| XYZ | 14.42 | 16.02 | 18.25 | - |
| YUV | 110.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 114 | 0.11 | 0 | 0 | 0.55 | 180 | 0.06 | 0.42 |
| Hex | 65 | 72 | 72 | B | 0 | 0 | 37 | B4 | 6 | 2A |
| Octal | 145 | 162 | 162 | 13 | 0 | 0 | 67 | 264 | 6 | 52 |
| Binary | 1100101 | 1110010 | 1110010 | 1011 | 0 | 0 | 110111 | 10110100 | 110 | 101010 |
Color Harmonies of #657272
Complementary color
Monochromatic Colors of #657272
Black with #657272
Text Example
Text Example
White with #657272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657272; }
p { color: rgb(101,114,114); }
H1.HeaderClassName
{
color: #657272;
}
.AnyTagClassName
{
color: #657272;
}
</style>
background-color css
<style>
a { background-color: #657272; }
a { background-color: rgb(101,114,114); }
div.DivClassName
{
background-color: #657272;
}
.BgClassName
{
background-color: #657272;
}
</style>
border-color css
<style>
span { border-color: #657272; }
span { border-color: rgb(101,114,114); }
td.TdClassName
{
border-color: #657272;
}
.TagClassName
{
border-color: #657272;
}
</style>