Shades of Rolling Stone #767C7B
Tints of Rolling Stone #767C7B
RGB
CMYK
RGB Variations
Color information
#767C7B (or 0x767C7B) is known color: Rolling Stone. HEX triplet: 76, 7C and 7B. RGB value is (118,124,123). Sum of RGB (Red+Green+Blue) = 118+124+123=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 124 - color contains mainly: green. Hex color #767C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C7B is #898384. Grayscale: #7A7A7A. Windows color (decimal): -9012101 or 8092790. OLE color: 8092790.
HSL color Cylindrical-coordinate representation of color #767C7B: hue angle of 170º 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 #767C7B is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 123 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.51 |
| HSL | 170º | 0.02% | 0.47% | - |
| HSV(B) | 170º | 0.05% | 0.49% | - |
| XYZ | 18.25 | 19.7 | 21.58 | - |
| YUV | 122.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 123 | 0.05 | 0 | 0.01 | 0.51 | 170 | 0.02 | 0.47 |
| Hex | 76 | 7C | 7B | 5 | 0 | 1 | 33 | AA | 2 | 2F |
| Octal | 166 | 174 | 173 | 5 | 0 | 1 | 63 | 252 | 2 | 57 |
| Binary | 1110110 | 1111100 | 1111011 | 101 | 0 | 1 | 110011 | 10101010 | 10 | 101111 |
Color Harmonies of #767C7B
Complementary color
Monochromatic Colors of #767C7B
Black with #767C7B
Text Example
Text Example
White with #767C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C7B; }
p { color: rgb(118,124,123); }
H1.HeaderClassName
{
color: #767C7B;
}
.AnyTagClassName
{
color: #767C7B;
}
</style>
background-color css
<style>
a { background-color: #767C7B; }
a { background-color: rgb(118,124,123); }
div.DivClassName
{
background-color: #767C7B;
}
.BgClassName
{
background-color: #767C7B;
}
</style>
border-color css
<style>
span { border-color: #767C7B; }
span { border-color: rgb(118,124,123); }
td.TdClassName
{
border-color: #767C7B;
}
.TagClassName
{
border-color: #767C7B;
}
</style>