Shades of Rolling Stone #727B79
Tints of Rolling Stone #727B79
RGB
CMYK
RGB Variations
Color information
#727B79 (or 0x727B79) is known color: Rolling Stone. HEX triplet: 72, 7B and 79. RGB value is (114,123,121). Sum of RGB (Red+Green+Blue) = 114+123+121=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 123 - color contains mainly: green. Hex color #727B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B79 is #8D8486. Grayscale: #787878. Windows color (decimal): -9274503 or 7961458. OLE color: 7961458.
HSL color Cylindrical-coordinate representation of color #727B79: hue angle of 166.67º degrees, saturation: 0.04, 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 #727B79 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 123 | 121 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.52 |
| HSL | 166.67º | 0.04% | 0.46% | - |
| HSV(B) | 166.67º | 0.07% | 0.48% | - |
| XYZ | 17.47 | 19.12 | 20.86 | - |
| YUV | 120.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 121 | 0.07 | 0 | 0.02 | 0.52 | 166.67 | 0.04 | 0.46 |
| Hex | 72 | 7B | 79 | 7 | 0 | 2 | 34 | A7 | 4 | 2E |
| Octal | 162 | 173 | 171 | 7 | 0 | 2 | 64 | 247 | 4 | 56 |
| Binary | 1110010 | 1111011 | 1111001 | 111 | 0 | 10 | 110100 | 10100111 | 100 | 101110 |
Color Harmonies of #727B79
Complementary color
Monochromatic Colors of #727B79
Black with #727B79
Text Example
Text Example
White with #727B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B79; }
p { color: rgb(114,123,121); }
H1.HeaderClassName
{
color: #727B79;
}
.AnyTagClassName
{
color: #727B79;
}
</style>
background-color css
<style>
a { background-color: #727B79; }
a { background-color: rgb(114,123,121); }
div.DivClassName
{
background-color: #727B79;
}
.BgClassName
{
background-color: #727B79;
}
</style>
border-color css
<style>
span { border-color: #727B79; }
span { border-color: rgb(114,123,121); }
td.TdClassName
{
border-color: #727B79;
}
.TagClassName
{
border-color: #727B79;
}
</style>