Shades of Rolling Stone #767777
Tints of Rolling Stone #767777
RGB
CMYK
RGB Variations
Color information
#767777 (or 0x767777) is known color: Rolling Stone. HEX triplet: 76, 77 and 77. RGB value is (118,119,119). Sum of RGB (Red+Green+Blue) = 118+119+119=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #767777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767777 is #898888. Grayscale: #767676. Windows color (decimal): -9013385 or 7829366. OLE color: 7829366.
HSL color Cylindrical-coordinate representation of color #767777: hue angle of 180º degrees, saturation: 0, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #767777 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 119 | - |
| CMYK | 0.01 | 0 | 0 | 0.53 |
| HSL | 180º | 0% | 0.46% | - |
| HSV(B) | 180º | 0.01% | 0.47% | - |
| XYZ | 17.4 | 18.38 | 20.08 | - |
| YUV | 118.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 119 | 0.01 | 0 | 0 | 0.53 | 180 | 0 | 0.46 |
| Hex | 76 | 77 | 77 | 1 | 0 | 0 | 35 | B4 | 0 | 2E |
| Octal | 166 | 167 | 167 | 1 | 0 | 0 | 65 | 264 | 0 | 56 |
| Binary | 1110110 | 1110111 | 1110111 | 1 | 0 | 0 | 110101 | 10110100 | 0 | 101110 |
Color Harmonies of #767777
Complementary color
Monochromatic Colors of #767777
Black with #767777
Text Example
Text Example
White with #767777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767777; }
p { color: rgb(118,119,119); }
H1.HeaderClassName
{
color: #767777;
}
.AnyTagClassName
{
color: #767777;
}
</style>
background-color css
<style>
a { background-color: #767777; }
a { background-color: rgb(118,119,119); }
div.DivClassName
{
background-color: #767777;
}
.BgClassName
{
background-color: #767777;
}
</style>
border-color css
<style>
span { border-color: #767777; }
span { border-color: rgb(118,119,119); }
td.TdClassName
{
border-color: #767777;
}
.TagClassName
{
border-color: #767777;
}
</style>