Shades of Rolling Stone #62726F
Tints of Rolling Stone #62726F
RGB
CMYK
RGB Variations
Color information
#62726F (or 0x62726F) is known color: Rolling Stone. HEX triplet: 62, 72 and 6F. RGB value is (98,114,111). Sum of RGB (Red+Green+Blue) = 98+114+111=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #62726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62726F is #9D8D90. Grayscale: #6C6C6C. Windows color (decimal): -10325393 or 7303778. OLE color: 7303778.
HSL color Cylindrical-coordinate representation of color #62726F: hue angle of 168.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #62726F is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 114 | 111 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.55 |
| HSL | 168.75º | 0.08% | 0.42% | - |
| HSV(B) | 168.75º | 0.14% | 0.45% | - |
| XYZ | 13.92 | 15.78 | 17.35 | - |
| YUV | 108.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 111 | 0.14 | 0 | 0.03 | 0.55 | 168.75 | 0.08 | 0.42 |
| Hex | 62 | 72 | 6F | E | 0 | 3 | 37 | A9 | 8 | 2A |
| Octal | 142 | 162 | 157 | 16 | 0 | 3 | 67 | 251 | 10 | 52 |
| Binary | 1100010 | 1110010 | 1101111 | 1110 | 0 | 11 | 110111 | 10101001 | 1000 | 101010 |
Color Harmonies of #62726F
Complementary color
Monochromatic Colors of #62726F
Black with #62726F
Text Example
Text Example
White with #62726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62726F; }
p { color: rgb(98,114,111); }
H1.HeaderClassName
{
color: #62726F;
}
.AnyTagClassName
{
color: #62726F;
}
</style>
background-color css
<style>
a { background-color: #62726F; }
a { background-color: rgb(98,114,111); }
div.DivClassName
{
background-color: #62726F;
}
.BgClassName
{
background-color: #62726F;
}
</style>
border-color css
<style>
span { border-color: #62726F; }
span { border-color: rgb(98,114,111); }
td.TdClassName
{
border-color: #62726F;
}
.TagClassName
{
border-color: #62726F;
}
</style>