Shades of Rolling Stone #607F7A
Tints of Rolling Stone #607F7A
RGB
CMYK
RGB Variations
Color information
#607F7A (or 0x607F7A) is known color: Rolling Stone. HEX triplet: 60, 7F and 7A. RGB value is (96,127,122). Sum of RGB (Red+Green+Blue) = 96+127+122=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 127 - color contains mainly: green. Hex color #607F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F7A is #9F8085. Grayscale: #757575. Windows color (decimal): -10453126 or 8028000. OLE color: 8028000.
HSL color Cylindrical-coordinate representation of color #607F7A: hue angle of 170.32º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F7A is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 122 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.50 |
| HSL | 170.32º | 0.14% | 0.44% | - |
| HSV(B) | 170.32º | 0.24% | 0.5% | - |
| XYZ | 15.93 | 19.07 | 21.25 | - |
| YUV | 117.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 122 | 0.24 | 0 | 0.04 | 0.50 | 170.32 | 0.14 | 0.44 |
| Hex | 60 | 7F | 7A | 18 | 0 | 4 | 32 | AA | E | 2C |
| Octal | 140 | 177 | 172 | 30 | 0 | 4 | 62 | 252 | 16 | 54 |
| Binary | 1100000 | 1111111 | 1111010 | 11000 | 0 | 100 | 110010 | 10101010 | 1110 | 101100 |
Color Harmonies of #607F7A
Complementary color
Monochromatic Colors of #607F7A
Black with #607F7A
Text Example
Text Example
White with #607F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F7A; }
p { color: rgb(96,127,122); }
H1.HeaderClassName
{
color: #607F7A;
}
.AnyTagClassName
{
color: #607F7A;
}
</style>
background-color css
<style>
a { background-color: #607F7A; }
a { background-color: rgb(96,127,122); }
div.DivClassName
{
background-color: #607F7A;
}
.BgClassName
{
background-color: #607F7A;
}
</style>
border-color css
<style>
span { border-color: #607F7A; }
span { border-color: rgb(96,127,122); }
td.TdClassName
{
border-color: #607F7A;
}
.TagClassName
{
border-color: #607F7A;
}
</style>