Shades of Rolling Stone #708380
Tints of Rolling Stone #708380
RGB
CMYK
RGB Variations
Color information
#708380 (or 0x708380) is known color: Rolling Stone. HEX triplet: 70, 83 and 80. RGB value is (112,131,128). Sum of RGB (Red+Green+Blue) = 112+131+128=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 131 - color contains mainly: green. Hex color #708380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708380 is #8F7C7F. Grayscale: #7C7C7C. Windows color (decimal): -9403520 or 8422256. OLE color: 8422256.
HSL color Cylindrical-coordinate representation of color #708380: hue angle of 170.53º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708380 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 128 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.49 |
| HSL | 170.53º | 0.08% | 0.48% | - |
| HSV(B) | 170.53º | 0.15% | 0.51% | - |
| XYZ | 18.69 | 21.24 | 23.54 | - |
| YUV | 124.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 128 | 0.15 | 0 | 0.02 | 0.49 | 170.53 | 0.08 | 0.48 |
| Hex | 70 | 83 | 80 | F | 0 | 2 | 31 | AB | 8 | 30 |
| Octal | 160 | 203 | 200 | 17 | 0 | 2 | 61 | 253 | 10 | 60 |
| Binary | 1110000 | 10000011 | 10000000 | 1111 | 0 | 10 | 110001 | 10101011 | 1000 | 110000 |
Color Harmonies of #708380
Complementary color
Monochromatic Colors of #708380
Black with #708380
Text Example
Text Example
White with #708380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708380; }
p { color: rgb(112,131,128); }
H1.HeaderClassName
{
color: #708380;
}
.AnyTagClassName
{
color: #708380;
}
</style>
background-color css
<style>
a { background-color: #708380; }
a { background-color: rgb(112,131,128); }
div.DivClassName
{
background-color: #708380;
}
.BgClassName
{
background-color: #708380;
}
</style>
border-color css
<style>
span { border-color: #708380; }
span { border-color: rgb(112,131,128); }
td.TdClassName
{
border-color: #708380;
}
.TagClassName
{
border-color: #708380;
}
</style>