Shades of Rolling Stone #617C76
Tints of Rolling Stone #617C76
RGB
CMYK
RGB Variations
Color information
#617C76 (or 0x617C76) is known color: Rolling Stone. HEX triplet: 61, 7C and 76. RGB value is (97,124,118). Sum of RGB (Red+Green+Blue) = 97+124+118=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #617C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C76 is #9E8389. Grayscale: #737373. Windows color (decimal): -10388362 or 7765089. OLE color: 7765089.
HSL color Cylindrical-coordinate representation of color #617C76: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617C76 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 118 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.51 |
| HSL | 166.67º | 0.12% | 0.43% | - |
| HSV(B) | 166.67º | 0.22% | 0.49% | - |
| XYZ | 15.41 | 18.26 | 19.85 | - |
| YUV | 115.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 118 | 0.22 | 0 | 0.05 | 0.51 | 166.67 | 0.12 | 0.43 |
| Hex | 61 | 7C | 76 | 16 | 0 | 5 | 33 | A7 | C | 2B |
| Octal | 141 | 174 | 166 | 26 | 0 | 5 | 63 | 247 | 14 | 53 |
| Binary | 1100001 | 1111100 | 1110110 | 10110 | 0 | 101 | 110011 | 10100111 | 1100 | 101011 |
Color Harmonies of #617C76
Complementary color
Monochromatic Colors of #617C76
Black with #617C76
Text Example
Text Example
White with #617C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C76; }
p { color: rgb(97,124,118); }
H1.HeaderClassName
{
color: #617C76;
}
.AnyTagClassName
{
color: #617C76;
}
</style>
background-color css
<style>
a { background-color: #617C76; }
a { background-color: rgb(97,124,118); }
div.DivClassName
{
background-color: #617C76;
}
.BgClassName
{
background-color: #617C76;
}
</style>
border-color css
<style>
span { border-color: #617C76; }
span { border-color: rgb(97,124,118); }
td.TdClassName
{
border-color: #617C76;
}
.TagClassName
{
border-color: #617C76;
}
</style>