Shades of Rolling Stone #627F7A
Tints of Rolling Stone #627F7A
RGB
CMYK
RGB Variations
Color information
#627F7A (or 0x627F7A) is known color: Rolling Stone. HEX triplet: 62, 7F and 7A. RGB value is (98,127,122). Sum of RGB (Red+Green+Blue) = 98+127+122=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #627F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627F7A is #9D8085. Grayscale: #757575. Windows color (decimal): -10322054 or 8028002. OLE color: 8028002.
HSL color Cylindrical-coordinate representation of color #627F7A: hue angle of 169.66º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627F7A is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 122 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.50 |
| HSL | 169.66º | 0.13% | 0.44% | - |
| HSV(B) | 169.66º | 0.23% | 0.5% | - |
| XYZ | 16.14 | 19.18 | 21.26 | - |
| YUV | 117.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 122 | 0.23 | 0 | 0.04 | 0.50 | 169.66 | 0.13 | 0.44 |
| Hex | 62 | 7F | 7A | 17 | 0 | 4 | 32 | AA | D | 2C |
| Octal | 142 | 177 | 172 | 27 | 0 | 4 | 62 | 252 | 15 | 54 |
| Binary | 1100010 | 1111111 | 1111010 | 10111 | 0 | 100 | 110010 | 10101010 | 1101 | 101100 |
Color Harmonies of #627F7A
Complementary color
Monochromatic Colors of #627F7A
Black with #627F7A
Text Example
Text Example
White with #627F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F7A; }
p { color: rgb(98,127,122); }
H1.HeaderClassName
{
color: #627F7A;
}
.AnyTagClassName
{
color: #627F7A;
}
</style>
background-color css
<style>
a { background-color: #627F7A; }
a { background-color: rgb(98,127,122); }
div.DivClassName
{
background-color: #627F7A;
}
.BgClassName
{
background-color: #627F7A;
}
</style>
border-color css
<style>
span { border-color: #627F7A; }
span { border-color: rgb(98,127,122); }
td.TdClassName
{
border-color: #627F7A;
}
.TagClassName
{
border-color: #627F7A;
}
</style>