Shades of Rolling Stone #727A78
Tints of Rolling Stone #727A78
RGB
CMYK
RGB Variations
Color information
#727A78 (or 0x727A78) is known color: Rolling Stone. HEX triplet: 72, 7A and 78. RGB value is (114,122,120). Sum of RGB (Red+Green+Blue) = 114+122+120=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 122 - color contains mainly: green. Hex color #727A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A78 is #8D8587. Grayscale: #777777. Windows color (decimal): -9274760 or 7895666. OLE color: 7895666.
HSL color Cylindrical-coordinate representation of color #727A78: hue angle of 165º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727A78 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 122 | 120 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.52 |
| HSL | 165º | 0.03% | 0.46% | - |
| HSV(B) | 165º | 0.07% | 0.48% | - |
| XYZ | 17.29 | 18.85 | 20.5 | - |
| YUV | 119.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 120 | 0.07 | 0 | 0.02 | 0.52 | 165 | 0.03 | 0.46 |
| Hex | 72 | 7A | 78 | 7 | 0 | 2 | 34 | A5 | 3 | 2E |
| Octal | 162 | 172 | 170 | 7 | 0 | 2 | 64 | 245 | 3 | 56 |
| Binary | 1110010 | 1111010 | 1111000 | 111 | 0 | 10 | 110100 | 10100101 | 11 | 101110 |
Color Harmonies of #727A78
Complementary color
Monochromatic Colors of #727A78
Black with #727A78
Text Example
Text Example
White with #727A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A78; }
p { color: rgb(114,122,120); }
H1.HeaderClassName
{
color: #727A78;
}
.AnyTagClassName
{
color: #727A78;
}
</style>
background-color css
<style>
a { background-color: #727A78; }
a { background-color: rgb(114,122,120); }
div.DivClassName
{
background-color: #727A78;
}
.BgClassName
{
background-color: #727A78;
}
</style>
border-color css
<style>
span { border-color: #727A78; }
span { border-color: rgb(114,122,120); }
td.TdClassName
{
border-color: #727A78;
}
.TagClassName
{
border-color: #727A78;
}
</style>