Shades of Rolling Stone #767F7C
Tints of Rolling Stone #767F7C
RGB
CMYK
RGB Variations
Color information
#767F7C (or 0x767F7C) is known color: Rolling Stone. HEX triplet: 76, 7F and 7C. RGB value is (118,127,124). Sum of RGB (Red+Green+Blue) = 118+127+124=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 127 - color contains mainly: green. Hex color #767F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F7C is #898083. Grayscale: #7B7B7B. Windows color (decimal): -9011332 or 8159094. OLE color: 8159094.
HSL color Cylindrical-coordinate representation of color #767F7C: hue angle of 160º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #767F7C is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 124 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.50 |
| HSL | 160º | 0.04% | 0.48% | - |
| HSV(B) | 160º | 0.07% | 0.5% | - |
| XYZ | 18.7 | 20.49 | 22.04 | - |
| YUV | 123.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 124 | 0.07 | 0 | 0.02 | 0.50 | 160 | 0.04 | 0.48 |
| Hex | 76 | 7F | 7C | 7 | 0 | 2 | 32 | A0 | 4 | 30 |
| Octal | 166 | 177 | 174 | 7 | 0 | 2 | 62 | 240 | 4 | 60 |
| Binary | 1110110 | 1111111 | 1111100 | 111 | 0 | 10 | 110010 | 10100000 | 100 | 110000 |
Color Harmonies of #767F7C
Complementary color
Monochromatic Colors of #767F7C
Black with #767F7C
Text Example
Text Example
White with #767F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F7C; }
p { color: rgb(118,127,124); }
H1.HeaderClassName
{
color: #767F7C;
}
.AnyTagClassName
{
color: #767F7C;
}
</style>
background-color css
<style>
a { background-color: #767F7C; }
a { background-color: rgb(118,127,124); }
div.DivClassName
{
background-color: #767F7C;
}
.BgClassName
{
background-color: #767F7C;
}
</style>
border-color css
<style>
span { border-color: #767F7C; }
span { border-color: rgb(118,127,124); }
td.TdClassName
{
border-color: #767F7C;
}
.TagClassName
{
border-color: #767F7C;
}
</style>