Shades of Rolling Stone #767C7C
Tints of Rolling Stone #767C7C
RGB
CMYK
RGB Variations
Color information
#767C7C (or 0x767C7C) is known color: Rolling Stone. HEX triplet: 76, 7C and 7C. RGB value is (118,124,124). Sum of RGB (Red+Green+Blue) = 118+124+124=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #767C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C7C is #898383. Grayscale: #7A7A7A. Windows color (decimal): -9012100 or 8158326. OLE color: 8158326.
HSL color Cylindrical-coordinate representation of color #767C7C: hue angle of 180º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #767C7C is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 124 | - |
| CMYK | 0.05 | 0 | 0 | 0.51 |
| HSL | 180º | 0.02% | 0.47% | - |
| HSV(B) | 180º | 0.05% | 0.49% | - |
| XYZ | 18.32 | 19.72 | 21.91 | - |
| YUV | 122.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 124 | 0.05 | 0 | 0 | 0.51 | 180 | 0.02 | 0.47 |
| Hex | 76 | 7C | 7C | 5 | 0 | 0 | 33 | B4 | 2 | 2F |
| Octal | 166 | 174 | 174 | 5 | 0 | 0 | 63 | 264 | 2 | 57 |
| Binary | 1110110 | 1111100 | 1111100 | 101 | 0 | 0 | 110011 | 10110100 | 10 | 101111 |
Color Harmonies of #767C7C
Complementary color
Monochromatic Colors of #767C7C
Black with #767C7C
Text Example
Text Example
White with #767C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C7C; }
p { color: rgb(118,124,124); }
H1.HeaderClassName
{
color: #767C7C;
}
.AnyTagClassName
{
color: #767C7C;
}
</style>
background-color css
<style>
a { background-color: #767C7C; }
a { background-color: rgb(118,124,124); }
div.DivClassName
{
background-color: #767C7C;
}
.BgClassName
{
background-color: #767C7C;
}
</style>
border-color css
<style>
span { border-color: #767C7C; }
span { border-color: rgb(118,124,124); }
td.TdClassName
{
border-color: #767C7C;
}
.TagClassName
{
border-color: #767C7C;
}
</style>