Shades of Rolling Stone #767E7B
Tints of Rolling Stone #767E7B
RGB
CMYK
RGB Variations
Color information
#767E7B (or 0x767E7B) is known color: Rolling Stone. HEX triplet: 76, 7E and 7B. RGB value is (118,126,123). Sum of RGB (Red+Green+Blue) = 118+126+123=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 126 - color contains mainly: green. Hex color #767E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E7B is #898184. Grayscale: #7B7B7B. Windows color (decimal): -9011589 or 8093302. OLE color: 8093302.
HSL color Cylindrical-coordinate representation of color #767E7B: hue angle of 157.5º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #767E7B is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 123 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.51 |
| HSL | 157.5º | 0.03% | 0.48% | - |
| HSV(B) | 157.5º | 0.06% | 0.49% | - |
| XYZ | 18.51 | 20.2 | 21.66 | - |
| YUV | 123.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 123 | 0.06 | 0 | 0.02 | 0.51 | 157.5 | 0.03 | 0.48 |
| Hex | 76 | 7E | 7B | 6 | 0 | 2 | 33 | 9E | 3 | 30 |
| Octal | 166 | 176 | 173 | 6 | 0 | 2 | 63 | 236 | 3 | 60 |
| Binary | 1110110 | 1111110 | 1111011 | 110 | 0 | 10 | 110011 | 10011110 | 11 | 110000 |
Color Harmonies of #767E7B
Complementary color
Monochromatic Colors of #767E7B
Black with #767E7B
Text Example
Text Example
White with #767E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E7B; }
p { color: rgb(118,126,123); }
H1.HeaderClassName
{
color: #767E7B;
}
.AnyTagClassName
{
color: #767E7B;
}
</style>
background-color css
<style>
a { background-color: #767E7B; }
a { background-color: rgb(118,126,123); }
div.DivClassName
{
background-color: #767E7B;
}
.BgClassName
{
background-color: #767E7B;
}
</style>
border-color css
<style>
span { border-color: #767E7B; }
span { border-color: rgb(118,126,123); }
td.TdClassName
{
border-color: #767E7B;
}
.TagClassName
{
border-color: #767E7B;
}
</style>