Shades of Rolling Stone #797F7E
Tints of Rolling Stone #797F7E
RGB
CMYK
RGB Variations
Color information
#797F7E (or 0x797F7E) is known color: Rolling Stone. HEX triplet: 79, 7F and 7E. RGB value is (121,127,126). Sum of RGB (Red+Green+Blue) = 121+127+126=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 127 - color contains mainly: green. Hex color #797F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F7E is #868081. Grayscale: #7D7D7D. Windows color (decimal): -8814722 or 8290169. OLE color: 8290169.
HSL color Cylindrical-coordinate representation of color #797F7E: hue angle of 170º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #797F7E is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 127 | 126 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.50 |
| HSL | 170º | 0.02% | 0.49% | - |
| HSV(B) | 170º | 0.05% | 0.5% | - |
| XYZ | 19.24 | 20.75 | 22.73 | - |
| YUV | 125.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 126 | 0.05 | 0 | 0.01 | 0.50 | 170 | 0.02 | 0.49 |
| Hex | 79 | 7F | 7E | 5 | 0 | 1 | 32 | AA | 2 | 31 |
| Octal | 171 | 177 | 176 | 5 | 0 | 1 | 62 | 252 | 2 | 61 |
| Binary | 1111001 | 1111111 | 1111110 | 101 | 0 | 1 | 110010 | 10101010 | 10 | 110001 |
Color Harmonies of #797F7E
Complementary color
Monochromatic Colors of #797F7E
Black with #797F7E
Text Example
Text Example
White with #797F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F7E; }
p { color: rgb(121,127,126); }
H1.HeaderClassName
{
color: #797F7E;
}
.AnyTagClassName
{
color: #797F7E;
}
</style>
background-color css
<style>
a { background-color: #797F7E; }
a { background-color: rgb(121,127,126); }
div.DivClassName
{
background-color: #797F7E;
}
.BgClassName
{
background-color: #797F7E;
}
</style>
border-color css
<style>
span { border-color: #797F7E; }
span { border-color: rgb(121,127,126); }
td.TdClassName
{
border-color: #797F7E;
}
.TagClassName
{
border-color: #797F7E;
}
</style>