Shades of Rolling Stone #607C78
Tints of Rolling Stone #607C78
RGB
CMYK
RGB Variations
Color information
#607C78 (or 0x607C78) is known color: Rolling Stone. HEX triplet: 60, 7C and 78. RGB value is (96,124,120). Sum of RGB (Red+Green+Blue) = 96+124+120=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 124 - color contains mainly: green. Hex color #607C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C78 is #9F8387. Grayscale: #737373. Windows color (decimal): -10453896 or 7896160. OLE color: 7896160.
HSL color Cylindrical-coordinate representation of color #607C78: hue angle of 171.43º 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 #607C78 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 120 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.51 |
| HSL | 171.43º | 0.13% | 0.43% | - |
| HSV(B) | 171.43º | 0.23% | 0.49% | - |
| XYZ | 15.42 | 18.26 | 20.48 | - |
| YUV | 115.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 120 | 0.23 | 0 | 0.03 | 0.51 | 171.43 | 0.13 | 0.43 |
| Hex | 60 | 7C | 78 | 17 | 0 | 3 | 33 | AB | D | 2B |
| Octal | 140 | 174 | 170 | 27 | 0 | 3 | 63 | 253 | 15 | 53 |
| Binary | 1100000 | 1111100 | 1111000 | 10111 | 0 | 11 | 110011 | 10101011 | 1101 | 101011 |
Color Harmonies of #607C78
Complementary color
Monochromatic Colors of #607C78
Black with #607C78
Text Example
Text Example
White with #607C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C78; }
p { color: rgb(96,124,120); }
H1.HeaderClassName
{
color: #607C78;
}
.AnyTagClassName
{
color: #607C78;
}
</style>
background-color css
<style>
a { background-color: #607C78; }
a { background-color: rgb(96,124,120); }
div.DivClassName
{
background-color: #607C78;
}
.BgClassName
{
background-color: #607C78;
}
</style>
border-color css
<style>
span { border-color: #607C78; }
span { border-color: rgb(96,124,120); }
td.TdClassName
{
border-color: #607C78;
}
.TagClassName
{
border-color: #607C78;
}
</style>