Shades of Rolling Stone #5F7B76
Tints of Rolling Stone #5F7B76
RGB
CMYK
RGB Variations
Color information
#5F7B76 (or 0x5F7B76) is known color: Rolling Stone. HEX triplet: 5F, 7B and 76. RGB value is (95,123,118). Sum of RGB (Red+Green+Blue) = 95+123+118=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 123 - color contains mainly: green. Hex color #5F7B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7B76 is #A08489. Grayscale: #727272. Windows color (decimal): -10519690 or 7764831. OLE color: 7764831.
HSL color Cylindrical-coordinate representation of color #5F7B76: hue angle of 169.29º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F7B76 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 123 | 118 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.52 |
| HSL | 169.29º | 0.13% | 0.43% | - |
| HSV(B) | 169.29º | 0.23% | 0.48% | - |
| XYZ | 15.07 | 17.91 | 19.8 | - |
| YUV | 114.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 118 | 0.23 | 0 | 0.04 | 0.52 | 169.29 | 0.13 | 0.43 |
| Hex | 5F | 7B | 76 | 17 | 0 | 4 | 34 | A9 | D | 2B |
| Octal | 137 | 173 | 166 | 27 | 0 | 4 | 64 | 251 | 15 | 53 |
| Binary | 1011111 | 1111011 | 1110110 | 10111 | 0 | 100 | 110100 | 10101001 | 1101 | 101011 |
Color Harmonies of #5F7B76
Complementary color
Monochromatic Colors of #5F7B76
Black with #5F7B76
Text Example
Text Example
White with #5F7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7B76; }
p { color: rgb(95,123,118); }
H1.HeaderClassName
{
color: #5F7B76;
}
.AnyTagClassName
{
color: #5F7B76;
}
</style>
background-color css
<style>
a { background-color: #5F7B76; }
a { background-color: rgb(95,123,118); }
div.DivClassName
{
background-color: #5F7B76;
}
.BgClassName
{
background-color: #5F7B76;
}
</style>
border-color css
<style>
span { border-color: #5F7B76; }
span { border-color: rgb(95,123,118); }
td.TdClassName
{
border-color: #5F7B76;
}
.TagClassName
{
border-color: #5F7B76;
}
</style>