Shades of Rolling Stone #717C7B
Tints of Rolling Stone #717C7B
RGB
CMYK
RGB Variations
Color information
#717C7B (or 0x717C7B) is known color: Rolling Stone. HEX triplet: 71, 7C and 7B. RGB value is (113,124,123). Sum of RGB (Red+Green+Blue) = 113+124+123=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 124 - color contains mainly: green. Hex color #717C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C7B is #8E8384. Grayscale: #787878. Windows color (decimal): -9339781 or 8092785. OLE color: 8092785.
HSL color Cylindrical-coordinate representation of color #717C7B: hue angle of 174.55º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #717C7B is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 123 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.51 |
| HSL | 174.55º | 0.05% | 0.46% | - |
| HSV(B) | 174.55º | 0.09% | 0.49% | - |
| XYZ | 17.59 | 19.36 | 21.55 | - |
| YUV | 120.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 123 | 0.09 | 0 | 0.01 | 0.51 | 174.55 | 0.05 | 0.46 |
| Hex | 71 | 7C | 7B | 9 | 0 | 1 | 33 | AF | 5 | 2E |
| Octal | 161 | 174 | 173 | 11 | 0 | 1 | 63 | 257 | 5 | 56 |
| Binary | 1110001 | 1111100 | 1111011 | 1001 | 0 | 1 | 110011 | 10101111 | 101 | 101110 |
Color Harmonies of #717C7B
Complementary color
Monochromatic Colors of #717C7B
Black with #717C7B
Text Example
Text Example
White with #717C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C7B; }
p { color: rgb(113,124,123); }
H1.HeaderClassName
{
color: #717C7B;
}
.AnyTagClassName
{
color: #717C7B;
}
</style>
background-color css
<style>
a { background-color: #717C7B; }
a { background-color: rgb(113,124,123); }
div.DivClassName
{
background-color: #717C7B;
}
.BgClassName
{
background-color: #717C7B;
}
</style>
border-color css
<style>
span { border-color: #717C7B; }
span { border-color: rgb(113,124,123); }
td.TdClassName
{
border-color: #717C7B;
}
.TagClassName
{
border-color: #717C7B;
}
</style>