Shades of Rolling Stone #71827C
Tints of Rolling Stone #71827C
RGB
CMYK
RGB Variations
Color information
#71827C (or 0x71827C) is known color: Rolling Stone. HEX triplet: 71, 82 and 7C. RGB value is (113,130,124). Sum of RGB (Red+Green+Blue) = 113+130+124=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #71827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71827C is #8E7D83. Grayscale: #7C7C7C. Windows color (decimal): -9338244 or 8159857. OLE color: 8159857.
HSL color Cylindrical-coordinate representation of color #71827C: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #71827C is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 124 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.49 |
| HSL | 158.82º | 0.07% | 0.48% | - |
| HSV(B) | 158.82º | 0.13% | 0.51% | - |
| XYZ | 18.43 | 20.93 | 22.14 | - |
| YUV | 124.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 124 | 0.13 | 0 | 0.05 | 0.49 | 158.82 | 0.07 | 0.48 |
| Hex | 71 | 82 | 7C | D | 0 | 5 | 31 | 9F | 7 | 30 |
| Octal | 161 | 202 | 174 | 15 | 0 | 5 | 61 | 237 | 7 | 60 |
| Binary | 1110001 | 10000010 | 1111100 | 1101 | 0 | 101 | 110001 | 10011111 | 111 | 110000 |
Color Harmonies of #71827C
Complementary color
Monochromatic Colors of #71827C
Black with #71827C
Text Example
Text Example
White with #71827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71827C; }
p { color: rgb(113,130,124); }
H1.HeaderClassName
{
color: #71827C;
}
.AnyTagClassName
{
color: #71827C;
}
</style>
background-color css
<style>
a { background-color: #71827C; }
a { background-color: rgb(113,130,124); }
div.DivClassName
{
background-color: #71827C;
}
.BgClassName
{
background-color: #71827C;
}
</style>
border-color css
<style>
span { border-color: #71827C; }
span { border-color: rgb(113,130,124); }
td.TdClassName
{
border-color: #71827C;
}
.TagClassName
{
border-color: #71827C;
}
</style>