Shades of Rolling Stone #607E78
Tints of Rolling Stone #607E78
RGB
CMYK
RGB Variations
Color information
#607E78 (or 0x607E78) is known color: Rolling Stone. HEX triplet: 60, 7E and 78. RGB value is (96,126,120). Sum of RGB (Red+Green+Blue) = 96+126+120=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 126 - color contains mainly: green. Hex color #607E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E78 is #9F8187. Grayscale: #747474. Windows color (decimal): -10453384 or 7896672. OLE color: 7896672.
HSL color Cylindrical-coordinate representation of color #607E78: hue angle of 168º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607E78 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 120 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.51 |
| HSL | 168º | 0.14% | 0.44% | - |
| HSV(B) | 168º | 0.24% | 0.49% | - |
| XYZ | 15.67 | 18.76 | 20.57 | - |
| YUV | 116.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 120 | 0.24 | 0 | 0.05 | 0.51 | 168 | 0.14 | 0.44 |
| Hex | 60 | 7E | 78 | 18 | 0 | 5 | 33 | A8 | E | 2C |
| Octal | 140 | 176 | 170 | 30 | 0 | 5 | 63 | 250 | 16 | 54 |
| Binary | 1100000 | 1111110 | 1111000 | 11000 | 0 | 101 | 110011 | 10101000 | 1110 | 101100 |
Color Harmonies of #607E78
Complementary color
Monochromatic Colors of #607E78
Black with #607E78
Text Example
Text Example
White with #607E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E78; }
p { color: rgb(96,126,120); }
H1.HeaderClassName
{
color: #607E78;
}
.AnyTagClassName
{
color: #607E78;
}
</style>
background-color css
<style>
a { background-color: #607E78; }
a { background-color: rgb(96,126,120); }
div.DivClassName
{
background-color: #607E78;
}
.BgClassName
{
background-color: #607E78;
}
</style>
border-color css
<style>
span { border-color: #607E78; }
span { border-color: rgb(96,126,120); }
td.TdClassName
{
border-color: #607E78;
}
.TagClassName
{
border-color: #607E78;
}
</style>