Shades of Rolling Stone #7A7D7C
Tints of Rolling Stone #7A7D7C
RGB
CMYK
RGB Variations
Color information
#7A7D7C (or 0x7A7D7C) is known color: Rolling Stone. HEX triplet: 7A, 7D and 7C. RGB value is (122,125,124). Sum of RGB (Red+Green+Blue) = 122+125+124=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7D7C is #858283. Grayscale: #7B7B7B. Windows color (decimal): -8749700 or 8158586. OLE color: 8158586.
HSL color Cylindrical-coordinate representation of color #7A7D7C: hue angle of 160º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7A7D7C is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 125 | 124 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.51 |
| HSL | 160º | 0.01% | 0.48% | - |
| HSV(B) | 160º | 0.02% | 0.49% | - |
| XYZ | 19 | 20.26 | 21.98 | - |
| YUV | 123.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 124 | 0.02 | 0 | 0.01 | 0.51 | 160 | 0.01 | 0.48 |
| Hex | 7A | 7D | 7C | 2 | 0 | 1 | 33 | A0 | 1 | 30 |
| Octal | 172 | 175 | 174 | 2 | 0 | 1 | 63 | 240 | 1 | 60 |
| Binary | 1111010 | 1111101 | 1111100 | 10 | 0 | 1 | 110011 | 10100000 | 1 | 110000 |
Color Harmonies of #7A7D7C
Complementary color
Monochromatic Colors of #7A7D7C
Black with #7A7D7C
Text Example
Text Example
White with #7A7D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7D7C; }
p { color: rgb(122,125,124); }
H1.HeaderClassName
{
color: #7A7D7C;
}
.AnyTagClassName
{
color: #7A7D7C;
}
</style>
background-color css
<style>
a { background-color: #7A7D7C; }
a { background-color: rgb(122,125,124); }
div.DivClassName
{
background-color: #7A7D7C;
}
.BgClassName
{
background-color: #7A7D7C;
}
</style>
border-color css
<style>
span { border-color: #7A7D7C; }
span { border-color: rgb(122,125,124); }
td.TdClassName
{
border-color: #7A7D7C;
}
.TagClassName
{
border-color: #7A7D7C;
}
</style>