Shades of Rolling Stone #787D7C
Tints of Rolling Stone #787D7C
RGB
CMYK
RGB Variations
Color information
#787D7C (or 0x787D7C) is known color: Rolling Stone. HEX triplet: 78, 7D and 7C. RGB value is (120,125,124). Sum of RGB (Red+Green+Blue) = 120+125+124=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 125 - color contains mainly: green. Hex color #787D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787D7C is #878283. Grayscale: #7B7B7B. Windows color (decimal): -8880772 or 8158584. OLE color: 8158584.
HSL color Cylindrical-coordinate representation of color #787D7C: hue angle of 168º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #787D7C is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 125 | 124 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.51 |
| HSL | 168º | 0.02% | 0.48% | - |
| HSV(B) | 168º | 0.04% | 0.49% | - |
| XYZ | 18.72 | 20.12 | 21.96 | - |
| YUV | 123.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 124 | 0.04 | 0 | 0.01 | 0.51 | 168 | 0.02 | 0.48 |
| Hex | 78 | 7D | 7C | 4 | 0 | 1 | 33 | A8 | 2 | 30 |
| Octal | 170 | 175 | 174 | 4 | 0 | 1 | 63 | 250 | 2 | 60 |
| Binary | 1111000 | 1111101 | 1111100 | 100 | 0 | 1 | 110011 | 10101000 | 10 | 110000 |
Color Harmonies of #787D7C
Complementary color
Monochromatic Colors of #787D7C
Black with #787D7C
Text Example
Text Example
White with #787D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D7C; }
p { color: rgb(120,125,124); }
H1.HeaderClassName
{
color: #787D7C;
}
.AnyTagClassName
{
color: #787D7C;
}
</style>
background-color css
<style>
a { background-color: #787D7C; }
a { background-color: rgb(120,125,124); }
div.DivClassName
{
background-color: #787D7C;
}
.BgClassName
{
background-color: #787D7C;
}
</style>
border-color css
<style>
span { border-color: #787D7C; }
span { border-color: rgb(120,125,124); }
td.TdClassName
{
border-color: #787D7C;
}
.TagClassName
{
border-color: #787D7C;
}
</style>