Shades of Rolling Stone #72827F
Tints of Rolling Stone #72827F
RGB
CMYK
RGB Variations
Color information
#72827F (or 0x72827F) is known color: Rolling Stone. HEX triplet: 72, 82 and 7F. RGB value is (114,130,127). Sum of RGB (Red+Green+Blue) = 114+130+127=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 130 - color contains mainly: green. Hex color #72827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72827F is #8D7D80. Grayscale: #7C7C7C. Windows color (decimal): -9272705 or 8356466. OLE color: 8356466.
HSL color Cylindrical-coordinate representation of color #72827F: hue angle of 168.75º degrees, saturation: 0.07, 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 #72827F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 127 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.49 |
| HSL | 168.75º | 0.07% | 0.48% | - |
| HSV(B) | 168.75º | 0.12% | 0.51% | - |
| XYZ | 18.75 | 21.07 | 23.16 | - |
| YUV | 124.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 127 | 0.12 | 0 | 0.02 | 0.49 | 168.75 | 0.07 | 0.48 |
| Hex | 72 | 82 | 7F | C | 0 | 2 | 31 | A9 | 7 | 30 |
| Octal | 162 | 202 | 177 | 14 | 0 | 2 | 61 | 251 | 7 | 60 |
| Binary | 1110010 | 10000010 | 1111111 | 1100 | 0 | 10 | 110001 | 10101001 | 111 | 110000 |
Color Harmonies of #72827F
Complementary color
Monochromatic Colors of #72827F
Black with #72827F
Text Example
Text Example
White with #72827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72827F; }
p { color: rgb(114,130,127); }
H1.HeaderClassName
{
color: #72827F;
}
.AnyTagClassName
{
color: #72827F;
}
</style>
background-color css
<style>
a { background-color: #72827F; }
a { background-color: rgb(114,130,127); }
div.DivClassName
{
background-color: #72827F;
}
.BgClassName
{
background-color: #72827F;
}
</style>
border-color css
<style>
span { border-color: #72827F; }
span { border-color: rgb(114,130,127); }
td.TdClassName
{
border-color: #72827F;
}
.TagClassName
{
border-color: #72827F;
}
</style>