Shades of Rolling Stone #72807B
Tints of Rolling Stone #72807B
RGB
CMYK
RGB Variations
Color information
#72807B (or 0x72807B) is known color: Rolling Stone. HEX triplet: 72, 80 and 7B. RGB value is (114,128,123). Sum of RGB (Red+Green+Blue) = 114+128+123=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 128 - color contains mainly: green. Hex color #72807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72807B is #8D7F84. Grayscale: #7B7B7B. Windows color (decimal): -9273221 or 8093810. OLE color: 8093810.
HSL color Cylindrical-coordinate representation of color #72807B: hue angle of 158.57º 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 #72807B is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 123 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.50 |
| HSL | 158.57º | 0.06% | 0.47% | - |
| HSV(B) | 158.57º | 0.11% | 0.5% | - |
| XYZ | 18.23 | 20.45 | 21.72 | - |
| YUV | 123.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 123 | 0.11 | 0 | 0.04 | 0.50 | 158.57 | 0.06 | 0.47 |
| Hex | 72 | 80 | 7B | B | 0 | 4 | 32 | 9F | 6 | 2F |
| Octal | 162 | 200 | 173 | 13 | 0 | 4 | 62 | 237 | 6 | 57 |
| Binary | 1110010 | 10000000 | 1111011 | 1011 | 0 | 100 | 110010 | 10011111 | 110 | 101111 |
Color Harmonies of #72807B
Complementary color
Monochromatic Colors of #72807B
Black with #72807B
Text Example
Text Example
White with #72807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72807B; }
p { color: rgb(114,128,123); }
H1.HeaderClassName
{
color: #72807B;
}
.AnyTagClassName
{
color: #72807B;
}
</style>
background-color css
<style>
a { background-color: #72807B; }
a { background-color: rgb(114,128,123); }
div.DivClassName
{
background-color: #72807B;
}
.BgClassName
{
background-color: #72807B;
}
</style>
border-color css
<style>
span { border-color: #72807B; }
span { border-color: rgb(114,128,123); }
td.TdClassName
{
border-color: #72807B;
}
.TagClassName
{
border-color: #72807B;
}
</style>