Shades of Rolling Stone #71827D
Tints of Rolling Stone #71827D
RGB
CMYK
RGB Variations
Color information
#71827D (or 0x71827D) is known color: Rolling Stone. HEX triplet: 71, 82 and 7D. RGB value is (113,130,125). Sum of RGB (Red+Green+Blue) = 113+130+125=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #71827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71827D is #8E7D82. Grayscale: #7C7C7C. Windows color (decimal): -9338243 or 8225393. OLE color: 8225393.
HSL color Cylindrical-coordinate representation of color #71827D: hue angle of 162.35º 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 #71827D is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 125 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.49 |
| HSL | 162.35º | 0.07% | 0.48% | - |
| HSV(B) | 162.35º | 0.13% | 0.51% | - |
| XYZ | 18.49 | 20.96 | 22.47 | - |
| YUV | 124.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 125 | 0.13 | 0 | 0.04 | 0.49 | 162.35 | 0.07 | 0.48 |
| Hex | 71 | 82 | 7D | D | 0 | 4 | 31 | A2 | 7 | 30 |
| Octal | 161 | 202 | 175 | 15 | 0 | 4 | 61 | 242 | 7 | 60 |
| Binary | 1110001 | 10000010 | 1111101 | 1101 | 0 | 100 | 110001 | 10100010 | 111 | 110000 |
Color Harmonies of #71827D
Complementary color
Monochromatic Colors of #71827D
Black with #71827D
Text Example
Text Example
White with #71827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71827D; }
p { color: rgb(113,130,125); }
H1.HeaderClassName
{
color: #71827D;
}
.AnyTagClassName
{
color: #71827D;
}
</style>
background-color css
<style>
a { background-color: #71827D; }
a { background-color: rgb(113,130,125); }
div.DivClassName
{
background-color: #71827D;
}
.BgClassName
{
background-color: #71827D;
}
</style>
border-color css
<style>
span { border-color: #71827D; }
span { border-color: rgb(113,130,125); }
td.TdClassName
{
border-color: #71827D;
}
.TagClassName
{
border-color: #71827D;
}
</style>