Shades of Rolling Stone #72817D
Tints of Rolling Stone #72817D
RGB
CMYK
RGB Variations
Color information
#72817D (or 0x72817D) is known color: Rolling Stone. HEX triplet: 72, 81 and 7D. RGB value is (114,129,125). Sum of RGB (Red+Green+Blue) = 114+129+125=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 129 - color contains mainly: green. Hex color #72817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72817D is #8D7E82. Grayscale: #7C7C7C. Windows color (decimal): -9272963 or 8225138. OLE color: 8225138.
HSL color Cylindrical-coordinate representation of color #72817D: hue angle of 164º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #72817D is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 125 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.49 |
| HSL | 164º | 0.06% | 0.48% | - |
| HSV(B) | 164º | 0.12% | 0.51% | - |
| XYZ | 18.49 | 20.76 | 22.43 | - |
| YUV | 124.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 125 | 0.12 | 0 | 0.03 | 0.49 | 164 | 0.06 | 0.48 |
| Hex | 72 | 81 | 7D | C | 0 | 3 | 31 | A4 | 6 | 30 |
| Octal | 162 | 201 | 175 | 14 | 0 | 3 | 61 | 244 | 6 | 60 |
| Binary | 1110010 | 10000001 | 1111101 | 1100 | 0 | 11 | 110001 | 10100100 | 110 | 110000 |
Color Harmonies of #72817D
Complementary color
Monochromatic Colors of #72817D
Black with #72817D
Text Example
Text Example
White with #72817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72817D; }
p { color: rgb(114,129,125); }
H1.HeaderClassName
{
color: #72817D;
}
.AnyTagClassName
{
color: #72817D;
}
</style>
background-color css
<style>
a { background-color: #72817D; }
a { background-color: rgb(114,129,125); }
div.DivClassName
{
background-color: #72817D;
}
.BgClassName
{
background-color: #72817D;
}
</style>
border-color css
<style>
span { border-color: #72817D; }
span { border-color: rgb(114,129,125); }
td.TdClassName
{
border-color: #72817D;
}
.TagClassName
{
border-color: #72817D;
}
</style>