Shades of Rolling Stone #71817C
Tints of Rolling Stone #71817C
RGB
CMYK
RGB Variations
Color information
#71817C (or 0x71817C) is known color: Rolling Stone. HEX triplet: 71, 81 and 7C. RGB value is (113,129,124). Sum of RGB (Red+Green+Blue) = 113+129+124=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #71817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71817C is #8E7E83. Grayscale: #7B7B7B. Windows color (decimal): -9338500 or 8159601. OLE color: 8159601.
HSL color Cylindrical-coordinate representation of color #71817C: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #71817C is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 124 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.49 |
| HSL | 161.25º | 0.07% | 0.47% | - |
| HSV(B) | 161.25º | 0.12% | 0.51% | - |
| XYZ | 18.3 | 20.67 | 22.09 | - |
| YUV | 123.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 124 | 0.12 | 0 | 0.04 | 0.49 | 161.25 | 0.07 | 0.47 |
| Hex | 71 | 81 | 7C | C | 0 | 4 | 31 | A1 | 7 | 2F |
| Octal | 161 | 201 | 174 | 14 | 0 | 4 | 61 | 241 | 7 | 57 |
| Binary | 1110001 | 10000001 | 1111100 | 1100 | 0 | 100 | 110001 | 10100001 | 111 | 101111 |
Color Harmonies of #71817C
Complementary color
Monochromatic Colors of #71817C
Black with #71817C
Text Example
Text Example
White with #71817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71817C; }
p { color: rgb(113,129,124); }
H1.HeaderClassName
{
color: #71817C;
}
.AnyTagClassName
{
color: #71817C;
}
</style>
background-color css
<style>
a { background-color: #71817C; }
a { background-color: rgb(113,129,124); }
div.DivClassName
{
background-color: #71817C;
}
.BgClassName
{
background-color: #71817C;
}
</style>
border-color css
<style>
span { border-color: #71817C; }
span { border-color: rgb(113,129,124); }
td.TdClassName
{
border-color: #71817C;
}
.TagClassName
{
border-color: #71817C;
}
</style>