Shades of Rolling Stone #617F7A
Tints of Rolling Stone #617F7A
RGB
CMYK
RGB Variations
Color information
#617F7A (or 0x617F7A) is known color: Rolling Stone. HEX triplet: 61, 7F and 7A. RGB value is (97,127,122). Sum of RGB (Red+Green+Blue) = 97+127+122=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #617F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F7A is #9E8085. Grayscale: #757575. Windows color (decimal): -10387590 or 8028001. OLE color: 8028001.
HSL color Cylindrical-coordinate representation of color #617F7A: hue angle of 170º degrees, saturation: 0.13, 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 #617F7A is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 122 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.50 |
| HSL | 170º | 0.13% | 0.44% | - |
| HSV(B) | 170º | 0.24% | 0.5% | - |
| XYZ | 16.03 | 19.13 | 21.26 | - |
| YUV | 117.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 122 | 0.24 | 0 | 0.04 | 0.50 | 170 | 0.13 | 0.44 |
| Hex | 61 | 7F | 7A | 18 | 0 | 4 | 32 | AA | D | 2C |
| Octal | 141 | 177 | 172 | 30 | 0 | 4 | 62 | 252 | 15 | 54 |
| Binary | 1100001 | 1111111 | 1111010 | 11000 | 0 | 100 | 110010 | 10101010 | 1101 | 101100 |
Color Harmonies of #617F7A
Complementary color
Monochromatic Colors of #617F7A
Black with #617F7A
Text Example
Text Example
White with #617F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F7A; }
p { color: rgb(97,127,122); }
H1.HeaderClassName
{
color: #617F7A;
}
.AnyTagClassName
{
color: #617F7A;
}
</style>
background-color css
<style>
a { background-color: #617F7A; }
a { background-color: rgb(97,127,122); }
div.DivClassName
{
background-color: #617F7A;
}
.BgClassName
{
background-color: #617F7A;
}
</style>
border-color css
<style>
span { border-color: #617F7A; }
span { border-color: rgb(97,127,122); }
td.TdClassName
{
border-color: #617F7A;
}
.TagClassName
{
border-color: #617F7A;
}
</style>