Shades of Rolling Stone #717A78
Tints of Rolling Stone #717A78
RGB
CMYK
RGB Variations
Color information
#717A78 (or 0x717A78) is known color: Rolling Stone. HEX triplet: 71, 7A and 78. RGB value is (113,122,120). Sum of RGB (Red+Green+Blue) = 113+122+120=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 122 - color contains mainly: green. Hex color #717A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A78 is #8E8587. Grayscale: #777777. Windows color (decimal): -9340296 or 7895665. OLE color: 7895665.
HSL color Cylindrical-coordinate representation of color #717A78: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #717A78 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 120 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.52 |
| HSL | 166.67º | 0.04% | 0.46% | - |
| HSV(B) | 166.67º | 0.07% | 0.48% | - |
| XYZ | 17.16 | 18.79 | 20.49 | - |
| YUV | 119.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 120 | 0.07 | 0 | 0.02 | 0.52 | 166.67 | 0.04 | 0.46 |
| Hex | 71 | 7A | 78 | 7 | 0 | 2 | 34 | A7 | 4 | 2E |
| Octal | 161 | 172 | 170 | 7 | 0 | 2 | 64 | 247 | 4 | 56 |
| Binary | 1110001 | 1111010 | 1111000 | 111 | 0 | 10 | 110100 | 10100111 | 100 | 101110 |
Color Harmonies of #717A78
Complementary color
Monochromatic Colors of #717A78
Black with #717A78
Text Example
Text Example
White with #717A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A78; }
p { color: rgb(113,122,120); }
H1.HeaderClassName
{
color: #717A78;
}
.AnyTagClassName
{
color: #717A78;
}
</style>
background-color css
<style>
a { background-color: #717A78; }
a { background-color: rgb(113,122,120); }
div.DivClassName
{
background-color: #717A78;
}
.BgClassName
{
background-color: #717A78;
}
</style>
border-color css
<style>
span { border-color: #717A78; }
span { border-color: rgb(113,122,120); }
td.TdClassName
{
border-color: #717A78;
}
.TagClassName
{
border-color: #717A78;
}
</style>