Shades of Rolling Stone #71817D
Tints of Rolling Stone #71817D
RGB
CMYK
RGB Variations
Color information
#71817D (or 0x71817D) is known color: Rolling Stone. HEX triplet: 71, 81 and 7D. RGB value is (113,129,125). Sum of RGB (Red+Green+Blue) = 113+129+125=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 129 - color contains mainly: green. Hex color #71817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71817D is #8E7E82. Grayscale: #7B7B7B. Windows color (decimal): -9338499 or 8225137. OLE color: 8225137.
HSL color Cylindrical-coordinate representation of color #71817D: hue angle of 165º 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 #71817D is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 125 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.49 |
| HSL | 165º | 0.07% | 0.47% | - |
| HSV(B) | 165º | 0.12% | 0.51% | - |
| XYZ | 18.36 | 20.69 | 22.43 | - |
| YUV | 123.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 125 | 0.12 | 0 | 0.03 | 0.49 | 165 | 0.07 | 0.47 |
| Hex | 71 | 81 | 7D | C | 0 | 3 | 31 | A5 | 7 | 2F |
| Octal | 161 | 201 | 175 | 14 | 0 | 3 | 61 | 245 | 7 | 57 |
| Binary | 1110001 | 10000001 | 1111101 | 1100 | 0 | 11 | 110001 | 10100101 | 111 | 101111 |
Color Harmonies of #71817D
Complementary color
Monochromatic Colors of #71817D
Black with #71817D
Text Example
Text Example
White with #71817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71817D; }
p { color: rgb(113,129,125); }
H1.HeaderClassName
{
color: #71817D;
}
.AnyTagClassName
{
color: #71817D;
}
</style>
background-color css
<style>
a { background-color: #71817D; }
a { background-color: rgb(113,129,125); }
div.DivClassName
{
background-color: #71817D;
}
.BgClassName
{
background-color: #71817D;
}
</style>
border-color css
<style>
span { border-color: #71817D; }
span { border-color: rgb(113,129,125); }
td.TdClassName
{
border-color: #71817D;
}
.TagClassName
{
border-color: #71817D;
}
</style>