Shades of Rolling Stone #717B78
Tints of Rolling Stone #717B78
RGB
CMYK
RGB Variations
Color information
#717B78 (or 0x717B78) is known color: Rolling Stone. HEX triplet: 71, 7B and 78. RGB value is (113,123,120). Sum of RGB (Red+Green+Blue) = 113+123+120=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 123 - color contains mainly: green. Hex color #717B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B78 is #8E8487. Grayscale: #777777. Windows color (decimal): -9340040 or 7895921. OLE color: 7895921.
HSL color Cylindrical-coordinate representation of color #717B78: hue angle of 162º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #717B78 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 123 | 120 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.52 |
| HSL | 162º | 0.04% | 0.46% | - |
| HSV(B) | 162º | 0.08% | 0.48% | - |
| XYZ | 17.28 | 19.03 | 20.53 | - |
| YUV | 119.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 120 | 0.08 | 0 | 0.02 | 0.52 | 162 | 0.04 | 0.46 |
| Hex | 71 | 7B | 78 | 8 | 0 | 2 | 34 | A2 | 4 | 2E |
| Octal | 161 | 173 | 170 | 10 | 0 | 2 | 64 | 242 | 4 | 56 |
| Binary | 1110001 | 1111011 | 1111000 | 1000 | 0 | 10 | 110100 | 10100010 | 100 | 101110 |
Color Harmonies of #717B78
Complementary color
Monochromatic Colors of #717B78
Black with #717B78
Text Example
Text Example
White with #717B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B78; }
p { color: rgb(113,123,120); }
H1.HeaderClassName
{
color: #717B78;
}
.AnyTagClassName
{
color: #717B78;
}
</style>
background-color css
<style>
a { background-color: #717B78; }
a { background-color: rgb(113,123,120); }
div.DivClassName
{
background-color: #717B78;
}
.BgClassName
{
background-color: #717B78;
}
</style>
border-color css
<style>
span { border-color: #717B78; }
span { border-color: rgb(113,123,120); }
td.TdClassName
{
border-color: #717B78;
}
.TagClassName
{
border-color: #717B78;
}
</style>