Shades of Rolling Stone #7A7F7E
Tints of Rolling Stone #7A7F7E
RGB
CMYK
RGB Variations
Color information
#7A7F7E (or 0x7A7F7E) is known color: Rolling Stone. HEX triplet: 7A, 7F and 7E. RGB value is (122,127,126). Sum of RGB (Red+Green+Blue) = 122+127+126=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F7E is #858081. Grayscale: #7D7D7D. Windows color (decimal): -8749186 or 8290170. OLE color: 8290170.
HSL color Cylindrical-coordinate representation of color #7A7F7E: hue angle of 168º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7A7F7E is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 127 | 126 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.50 |
| HSL | 168º | 0.02% | 0.49% | - |
| HSV(B) | 168º | 0.04% | 0.5% | - |
| XYZ | 19.38 | 20.82 | 22.74 | - |
| YUV | 125.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 126 | 0.04 | 0 | 0.01 | 0.50 | 168 | 0.02 | 0.49 |
| Hex | 7A | 7F | 7E | 4 | 0 | 1 | 32 | A8 | 2 | 31 |
| Octal | 172 | 177 | 176 | 4 | 0 | 1 | 62 | 250 | 2 | 61 |
| Binary | 1111010 | 1111111 | 1111110 | 100 | 0 | 1 | 110010 | 10101000 | 10 | 110001 |
Color Harmonies of #7A7F7E
Complementary color
Monochromatic Colors of #7A7F7E
Black with #7A7F7E
Text Example
Text Example
White with #7A7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F7E; }
p { color: rgb(122,127,126); }
H1.HeaderClassName
{
color: #7A7F7E;
}
.AnyTagClassName
{
color: #7A7F7E;
}
</style>
background-color css
<style>
a { background-color: #7A7F7E; }
a { background-color: rgb(122,127,126); }
div.DivClassName
{
background-color: #7A7F7E;
}
.BgClassName
{
background-color: #7A7F7E;
}
</style>
border-color css
<style>
span { border-color: #7A7F7E; }
span { border-color: rgb(122,127,126); }
td.TdClassName
{
border-color: #7A7F7E;
}
.TagClassName
{
border-color: #7A7F7E;
}
</style>