Shades of Rolling Stone #717F7B
Tints of Rolling Stone #717F7B
RGB
CMYK
RGB Variations
Color information
#717F7B (or 0x717F7B) is known color: Rolling Stone. HEX triplet: 71, 7F and 7B. RGB value is (113,127,123). Sum of RGB (Red+Green+Blue) = 113+127+123=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 127 - color contains mainly: green. Hex color #717F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F7B is #8E8084. Grayscale: #7A7A7A. Windows color (decimal): -9339013 or 8093553. OLE color: 8093553.
HSL color Cylindrical-coordinate representation of color #717F7B: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717F7B is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 123 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.50 |
| HSL | 162.86º | 0.06% | 0.47% | - |
| HSV(B) | 162.86º | 0.11% | 0.5% | - |
| XYZ | 17.97 | 20.12 | 21.67 | - |
| YUV | 122.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 123 | 0.11 | 0 | 0.03 | 0.50 | 162.86 | 0.06 | 0.47 |
| Hex | 71 | 7F | 7B | B | 0 | 3 | 32 | A3 | 6 | 2F |
| Octal | 161 | 177 | 173 | 13 | 0 | 3 | 62 | 243 | 6 | 57 |
| Binary | 1110001 | 1111111 | 1111011 | 1011 | 0 | 11 | 110010 | 10100011 | 110 | 101111 |
Color Harmonies of #717F7B
Complementary color
Monochromatic Colors of #717F7B
Black with #717F7B
Text Example
Text Example
White with #717F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F7B; }
p { color: rgb(113,127,123); }
H1.HeaderClassName
{
color: #717F7B;
}
.AnyTagClassName
{
color: #717F7B;
}
</style>
background-color css
<style>
a { background-color: #717F7B; }
a { background-color: rgb(113,127,123); }
div.DivClassName
{
background-color: #717F7B;
}
.BgClassName
{
background-color: #717F7B;
}
</style>
border-color css
<style>
span { border-color: #717F7B; }
span { border-color: rgb(113,127,123); }
td.TdClassName
{
border-color: #717F7B;
}
.TagClassName
{
border-color: #717F7B;
}
</style>