Shades of Rolling Stone #777D7B
Tints of Rolling Stone #777D7B
RGB
CMYK
RGB Variations
Color information
#777D7B (or 0x777D7B) is known color: Rolling Stone. HEX triplet: 77, 7D and 7B. RGB value is (119,125,123). Sum of RGB (Red+Green+Blue) = 119+125+123=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 125 - color contains mainly: green. Hex color #777D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D7B is #888284. Grayscale: #7A7A7A. Windows color (decimal): -8946309 or 8093047. OLE color: 8093047.
HSL color Cylindrical-coordinate representation of color #777D7B: hue angle of 160º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777D7B is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 123 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.51 |
| HSL | 160º | 0.02% | 0.48% | - |
| HSV(B) | 160º | 0.05% | 0.49% | - |
| XYZ | 18.52 | 20.02 | 21.63 | - |
| YUV | 122.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 123 | 0.05 | 0 | 0.02 | 0.51 | 160 | 0.02 | 0.48 |
| Hex | 77 | 7D | 7B | 5 | 0 | 2 | 33 | A0 | 2 | 30 |
| Octal | 167 | 175 | 173 | 5 | 0 | 2 | 63 | 240 | 2 | 60 |
| Binary | 1110111 | 1111101 | 1111011 | 101 | 0 | 10 | 110011 | 10100000 | 10 | 110000 |
Color Harmonies of #777D7B
Complementary color
Monochromatic Colors of #777D7B
Black with #777D7B
Text Example
Text Example
White with #777D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D7B; }
p { color: rgb(119,125,123); }
H1.HeaderClassName
{
color: #777D7B;
}
.AnyTagClassName
{
color: #777D7B;
}
</style>
background-color css
<style>
a { background-color: #777D7B; }
a { background-color: rgb(119,125,123); }
div.DivClassName
{
background-color: #777D7B;
}
.BgClassName
{
background-color: #777D7B;
}
</style>
border-color css
<style>
span { border-color: #777D7B; }
span { border-color: rgb(119,125,123); }
td.TdClassName
{
border-color: #777D7B;
}
.TagClassName
{
border-color: #777D7B;
}
</style>