Shades of Rolling Stone #607C76
Tints of Rolling Stone #607C76
RGB
CMYK
RGB Variations
Color information
#607C76 (or 0x607C76) is known color: Rolling Stone. HEX triplet: 60, 7C and 76. RGB value is (96,124,118). Sum of RGB (Red+Green+Blue) = 96+124+118=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #607C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C76 is #9F8389. Grayscale: #727272. Windows color (decimal): -10453898 or 7765088. OLE color: 7765088.
HSL color Cylindrical-coordinate representation of color #607C76: hue angle of 167.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607C76 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 118 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.51 |
| HSL | 167.14º | 0.13% | 0.43% | - |
| HSV(B) | 167.14º | 0.23% | 0.49% | - |
| XYZ | 15.3 | 18.21 | 19.85 | - |
| YUV | 114.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 118 | 0.23 | 0 | 0.05 | 0.51 | 167.14 | 0.13 | 0.43 |
| Hex | 60 | 7C | 76 | 17 | 0 | 5 | 33 | A7 | D | 2B |
| Octal | 140 | 174 | 166 | 27 | 0 | 5 | 63 | 247 | 15 | 53 |
| Binary | 1100000 | 1111100 | 1110110 | 10111 | 0 | 101 | 110011 | 10100111 | 1101 | 101011 |
Color Harmonies of #607C76
Complementary color
Monochromatic Colors of #607C76
Black with #607C76
Text Example
Text Example
White with #607C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C76; }
p { color: rgb(96,124,118); }
H1.HeaderClassName
{
color: #607C76;
}
.AnyTagClassName
{
color: #607C76;
}
</style>
background-color css
<style>
a { background-color: #607C76; }
a { background-color: rgb(96,124,118); }
div.DivClassName
{
background-color: #607C76;
}
.BgClassName
{
background-color: #607C76;
}
</style>
border-color css
<style>
span { border-color: #607C76; }
span { border-color: rgb(96,124,118); }
td.TdClassName
{
border-color: #607C76;
}
.TagClassName
{
border-color: #607C76;
}
</style>