Shades of Slate Grey #717C8C
Tints of Slate Grey #717C8C
RGB
CMYK
RGB Variations
Color information
#717C8C (or 0x717C8C) is known color: Slate Grey. HEX triplet: 71, 7C and 8C. RGB value is (113,124,140). Sum of RGB (Red+Green+Blue) = 113+124+140=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #717C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C8C is #8E8373. Grayscale: #7A7A7A. Windows color (decimal): -9339764 or 9206897. OLE color: 9206897.
HSL color Cylindrical-coordinate representation of color #717C8C: hue angle of 215.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717C8C is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 124 | 140 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.45 |
| HSL | 215.56º | 0.11% | 0.5% | - |
| HSV(B) | 215.56º | 0.19% | 0.55% | - |
| XYZ | 18.75 | 19.82 | 27.65 | - |
| YUV | 122.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 140 | 0.19 | 0.11 | 0 | 0.45 | 215.56 | 0.11 | 0.5 |
| Hex | 71 | 7C | 8C | 13 | B | 0 | 2D | D8 | B | 32 |
| Octal | 161 | 174 | 214 | 23 | 13 | 0 | 55 | 330 | 13 | 62 |
| Binary | 1110001 | 1111100 | 10001100 | 10011 | 1011 | 0 | 101101 | 11011000 | 1011 | 110010 |
Color Harmonies of #717C8C
Complementary color
Monochromatic Colors of #717C8C
Black with #717C8C
Text Example
Text Example
White with #717C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C8C; }
p { color: rgb(113,124,140); }
H1.HeaderClassName
{
color: #717C8C;
}
.AnyTagClassName
{
color: #717C8C;
}
</style>
background-color css
<style>
a { background-color: #717C8C; }
a { background-color: rgb(113,124,140); }
div.DivClassName
{
background-color: #717C8C;
}
.BgClassName
{
background-color: #717C8C;
}
</style>
border-color css
<style>
span { border-color: #717C8C; }
span { border-color: rgb(113,124,140); }
td.TdClassName
{
border-color: #717C8C;
}
.TagClassName
{
border-color: #717C8C;
}
</style>