Shades of Rolling Stone #727A79
Tints of Rolling Stone #727A79
RGB
CMYK
RGB Variations
Color information
#727A79 (or 0x727A79) is known color: Rolling Stone. HEX triplet: 72, 7A and 79. RGB value is (114,122,121). Sum of RGB (Red+Green+Blue) = 114+122+121=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 122 - color contains mainly: green. Hex color #727A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A79 is #8D8586. Grayscale: #777777. Windows color (decimal): -9274759 or 7961202. OLE color: 7961202.
HSL color Cylindrical-coordinate representation of color #727A79: hue angle of 172.5º 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 #727A79 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 122 | 121 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.52 |
| HSL | 172.5º | 0.03% | 0.46% | - |
| HSV(B) | 172.5º | 0.07% | 0.48% | - |
| XYZ | 17.35 | 18.88 | 20.82 | - |
| YUV | 119.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 121 | 0.07 | 0 | 0.01 | 0.52 | 172.5 | 0.03 | 0.46 |
| Hex | 72 | 7A | 79 | 7 | 0 | 1 | 34 | AC | 3 | 2E |
| Octal | 162 | 172 | 171 | 7 | 0 | 1 | 64 | 254 | 3 | 56 |
| Binary | 1110010 | 1111010 | 1111001 | 111 | 0 | 1 | 110100 | 10101100 | 11 | 101110 |
Color Harmonies of #727A79
Complementary color
Monochromatic Colors of #727A79
Black with #727A79
Text Example
Text Example
White with #727A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A79; }
p { color: rgb(114,122,121); }
H1.HeaderClassName
{
color: #727A79;
}
.AnyTagClassName
{
color: #727A79;
}
</style>
background-color css
<style>
a { background-color: #727A79; }
a { background-color: rgb(114,122,121); }
div.DivClassName
{
background-color: #727A79;
}
.BgClassName
{
background-color: #727A79;
}
</style>
border-color css
<style>
span { border-color: #727A79; }
span { border-color: rgb(114,122,121); }
td.TdClassName
{
border-color: #727A79;
}
.TagClassName
{
border-color: #727A79;
}
</style>