Shades of Rolling Stone #71837D
Tints of Rolling Stone #71837D
RGB
CMYK
RGB Variations
Color information
#71837D (or 0x71837D) is known color: Rolling Stone. HEX triplet: 71, 83 and 7D. RGB value is (113,131,125). Sum of RGB (Red+Green+Blue) = 113+131+125=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #71837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71837D is #8E7C82. Grayscale: #7C7C7C. Windows color (decimal): -9337987 or 8225649. OLE color: 8225649.
HSL color Cylindrical-coordinate representation of color #71837D: hue angle of 160º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #71837D is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 125 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.49 |
| HSL | 160º | 0.07% | 0.48% | - |
| HSV(B) | 160º | 0.14% | 0.51% | - |
| XYZ | 18.63 | 21.22 | 22.52 | - |
| YUV | 124.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 125 | 0.14 | 0 | 0.05 | 0.49 | 160 | 0.07 | 0.48 |
| Hex | 71 | 83 | 7D | E | 0 | 5 | 31 | A0 | 7 | 30 |
| Octal | 161 | 203 | 175 | 16 | 0 | 5 | 61 | 240 | 7 | 60 |
| Binary | 1110001 | 10000011 | 1111101 | 1110 | 0 | 101 | 110001 | 10100000 | 111 | 110000 |
Color Harmonies of #71837D
Complementary color
Monochromatic Colors of #71837D
Black with #71837D
Text Example
Text Example
White with #71837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71837D; }
p { color: rgb(113,131,125); }
H1.HeaderClassName
{
color: #71837D;
}
.AnyTagClassName
{
color: #71837D;
}
</style>
background-color css
<style>
a { background-color: #71837D; }
a { background-color: rgb(113,131,125); }
div.DivClassName
{
background-color: #71837D;
}
.BgClassName
{
background-color: #71837D;
}
</style>
border-color css
<style>
span { border-color: #71837D; }
span { border-color: rgb(113,131,125); }
td.TdClassName
{
border-color: #71837D;
}
.TagClassName
{
border-color: #71837D;
}
</style>