Shades of Rolling Stone #707C78
Tints of Rolling Stone #707C78
RGB
CMYK
RGB Variations
Color information
#707C78 (or 0x707C78) is known color: Rolling Stone. HEX triplet: 70, 7C and 78. RGB value is (112,124,120). Sum of RGB (Red+Green+Blue) = 112+124+120=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 124 - color contains mainly: green. Hex color #707C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C78 is #8F8387. Grayscale: #777777. Windows color (decimal): -9405320 or 7896176. OLE color: 7896176.
HSL color Cylindrical-coordinate representation of color #707C78: hue angle of 160º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707C78 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 120 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.51 |
| HSL | 160º | 0.05% | 0.46% | - |
| HSV(B) | 160º | 0.1% | 0.49% | - |
| XYZ | 17.28 | 19.22 | 20.57 | - |
| YUV | 119.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 120 | 0.10 | 0 | 0.03 | 0.51 | 160 | 0.05 | 0.46 |
| Hex | 70 | 7C | 78 | A | 0 | 3 | 33 | A0 | 5 | 2E |
| Octal | 160 | 174 | 170 | 12 | 0 | 3 | 63 | 240 | 5 | 56 |
| Binary | 1110000 | 1111100 | 1111000 | 1010 | 0 | 11 | 110011 | 10100000 | 101 | 101110 |
Color Harmonies of #707C78
Complementary color
Monochromatic Colors of #707C78
Black with #707C78
Text Example
Text Example
White with #707C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C78; }
p { color: rgb(112,124,120); }
H1.HeaderClassName
{
color: #707C78;
}
.AnyTagClassName
{
color: #707C78;
}
</style>
background-color css
<style>
a { background-color: #707C78; }
a { background-color: rgb(112,124,120); }
div.DivClassName
{
background-color: #707C78;
}
.BgClassName
{
background-color: #707C78;
}
</style>
border-color css
<style>
span { border-color: #707C78; }
span { border-color: rgb(112,124,120); }
td.TdClassName
{
border-color: #707C78;
}
.TagClassName
{
border-color: #707C78;
}
</style>