Shades of Rolling Stone #72807E
Tints of Rolling Stone #72807E
RGB
CMYK
RGB Variations
Color information
#72807E (or 0x72807E) is known color: Rolling Stone. HEX triplet: 72, 80 and 7E. RGB value is (114,128,126). Sum of RGB (Red+Green+Blue) = 114+128+126=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 128 - color contains mainly: green. Hex color #72807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72807E is #8D7F81. Grayscale: #7B7B7B. Windows color (decimal): -9273218 or 8290418. OLE color: 8290418.
HSL color Cylindrical-coordinate representation of color #72807E: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #72807E is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 126 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.50 |
| HSL | 171.43º | 0.06% | 0.47% | - |
| HSV(B) | 171.43º | 0.11% | 0.5% | - |
| XYZ | 18.42 | 20.52 | 22.73 | - |
| YUV | 123.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 126 | 0.11 | 0 | 0.02 | 0.50 | 171.43 | 0.06 | 0.47 |
| Hex | 72 | 80 | 7E | B | 0 | 2 | 32 | AB | 6 | 2F |
| Octal | 162 | 200 | 176 | 13 | 0 | 2 | 62 | 253 | 6 | 57 |
| Binary | 1110010 | 10000000 | 1111110 | 1011 | 0 | 10 | 110010 | 10101011 | 110 | 101111 |
Color Harmonies of #72807E
Complementary color
Monochromatic Colors of #72807E
Black with #72807E
Text Example
Text Example
White with #72807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72807E; }
p { color: rgb(114,128,126); }
H1.HeaderClassName
{
color: #72807E;
}
.AnyTagClassName
{
color: #72807E;
}
</style>
background-color css
<style>
a { background-color: #72807E; }
a { background-color: rgb(114,128,126); }
div.DivClassName
{
background-color: #72807E;
}
.BgClassName
{
background-color: #72807E;
}
</style>
border-color css
<style>
span { border-color: #72807E; }
span { border-color: rgb(114,128,126); }
td.TdClassName
{
border-color: #72807E;
}
.TagClassName
{
border-color: #72807E;
}
</style>