Shades of Rolling Stone #787C7B
Tints of Rolling Stone #787C7B
RGB
CMYK
RGB Variations
Color information
#787C7B (or 0x787C7B) is known color: Rolling Stone. HEX triplet: 78, 7C and 7B. RGB value is (120,124,123). Sum of RGB (Red+Green+Blue) = 120+124+123=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 124 - color contains mainly: green. Hex color #787C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C7B is #878384. Grayscale: #7A7A7A. Windows color (decimal): -8881029 or 8092792. OLE color: 8092792.
HSL color Cylindrical-coordinate representation of color #787C7B: hue angle of 165º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #787C7B is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 123 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.51 |
| HSL | 165º | 0.02% | 0.48% | - |
| HSV(B) | 165º | 0.03% | 0.49% | - |
| XYZ | 18.53 | 19.84 | 21.59 | - |
| YUV | 122.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 123 | 0.03 | 0 | 0.01 | 0.51 | 165 | 0.02 | 0.48 |
| Hex | 78 | 7C | 7B | 3 | 0 | 1 | 33 | A5 | 2 | 30 |
| Octal | 170 | 174 | 173 | 3 | 0 | 1 | 63 | 245 | 2 | 60 |
| Binary | 1111000 | 1111100 | 1111011 | 11 | 0 | 1 | 110011 | 10100101 | 10 | 110000 |
Color Harmonies of #787C7B
Complementary color
Monochromatic Colors of #787C7B
Black with #787C7B
Text Example
Text Example
White with #787C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C7B; }
p { color: rgb(120,124,123); }
H1.HeaderClassName
{
color: #787C7B;
}
.AnyTagClassName
{
color: #787C7B;
}
</style>
background-color css
<style>
a { background-color: #787C7B; }
a { background-color: rgb(120,124,123); }
div.DivClassName
{
background-color: #787C7B;
}
.BgClassName
{
background-color: #787C7B;
}
</style>
border-color css
<style>
span { border-color: #787C7B; }
span { border-color: rgb(120,124,123); }
td.TdClassName
{
border-color: #787C7B;
}
.TagClassName
{
border-color: #787C7B;
}
</style>