Shades of Rolling Stone #76817D
Tints of Rolling Stone #76817D
RGB
CMYK
RGB Variations
Color information
#76817D (or 0x76817D) is known color: Rolling Stone. HEX triplet: 76, 81 and 7D. RGB value is (118,129,125). Sum of RGB (Red+Green+Blue) = 118+129+125=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 129 - color contains mainly: green. Hex color #76817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76817D is #897E82. Grayscale: #7D7D7D. Windows color (decimal): -9010819 or 8225142. OLE color: 8225142.
HSL color Cylindrical-coordinate representation of color #76817D: hue angle of 158.18º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76817D is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 125 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.49 |
| HSL | 158.18º | 0.04% | 0.48% | - |
| HSV(B) | 158.18º | 0.09% | 0.51% | - |
| XYZ | 19.02 | 21.03 | 22.46 | - |
| YUV | 125.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 125 | 0.09 | 0 | 0.03 | 0.49 | 158.18 | 0.04 | 0.48 |
| Hex | 76 | 81 | 7D | 9 | 0 | 3 | 31 | 9E | 4 | 30 |
| Octal | 166 | 201 | 175 | 11 | 0 | 3 | 61 | 236 | 4 | 60 |
| Binary | 1110110 | 10000001 | 1111101 | 1001 | 0 | 11 | 110001 | 10011110 | 100 | 110000 |
Color Harmonies of #76817D
Complementary color
Monochromatic Colors of #76817D
Black with #76817D
Text Example
Text Example
White with #76817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76817D; }
p { color: rgb(118,129,125); }
H1.HeaderClassName
{
color: #76817D;
}
.AnyTagClassName
{
color: #76817D;
}
</style>
background-color css
<style>
a { background-color: #76817D; }
a { background-color: rgb(118,129,125); }
div.DivClassName
{
background-color: #76817D;
}
.BgClassName
{
background-color: #76817D;
}
</style>
border-color css
<style>
span { border-color: #76817D; }
span { border-color: rgb(118,129,125); }
td.TdClassName
{
border-color: #76817D;
}
.TagClassName
{
border-color: #76817D;
}
</style>