Shades of Rolling Stone #5F7A74
Tints of Rolling Stone #5F7A74
RGB
CMYK
RGB Variations
Color information
#5F7A74 (or 0x5F7A74) is known color: Rolling Stone. HEX triplet: 5F, 7A and 74. RGB value is (95,122,116). Sum of RGB (Red+Green+Blue) = 95+122+116=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 122 - color contains mainly: green. Hex color #5F7A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7A74 is #A0858B. Grayscale: #717171. Windows color (decimal): -10519948 or 7633503. OLE color: 7633503.
HSL color Cylindrical-coordinate representation of color #5F7A74: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F7A74 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 122 | 116 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.52 |
| HSL | 166.67º | 0.12% | 0.43% | - |
| HSV(B) | 166.67º | 0.22% | 0.48% | - |
| XYZ | 14.83 | 17.61 | 19.14 | - |
| YUV | 113.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 116 | 0.22 | 0 | 0.05 | 0.52 | 166.67 | 0.12 | 0.43 |
| Hex | 5F | 7A | 74 | 16 | 0 | 5 | 34 | A7 | C | 2B |
| Octal | 137 | 172 | 164 | 26 | 0 | 5 | 64 | 247 | 14 | 53 |
| Binary | 1011111 | 1111010 | 1110100 | 10110 | 0 | 101 | 110100 | 10100111 | 1100 | 101011 |
Color Harmonies of #5F7A74
Complementary color
Monochromatic Colors of #5F7A74
Black with #5F7A74
Text Example
Text Example
White with #5F7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7A74; }
p { color: rgb(95,122,116); }
H1.HeaderClassName
{
color: #5F7A74;
}
.AnyTagClassName
{
color: #5F7A74;
}
</style>
background-color css
<style>
a { background-color: #5F7A74; }
a { background-color: rgb(95,122,116); }
div.DivClassName
{
background-color: #5F7A74;
}
.BgClassName
{
background-color: #5F7A74;
}
</style>
border-color css
<style>
span { border-color: #5F7A74; }
span { border-color: rgb(95,122,116); }
td.TdClassName
{
border-color: #5F7A74;
}
.TagClassName
{
border-color: #5F7A74;
}
</style>