Shades of Slate Grey #707F8D
Tints of Slate Grey #707F8D
RGB
CMYK
RGB Variations
Color information
#707F8D (or 0x707F8D) is known color: Slate Grey. HEX triplet: 70, 7F and 8D. RGB value is (112,127,141). Sum of RGB (Red+Green+Blue) = 112+127+141=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #707F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F8D is #8F8072. Grayscale: #7C7C7C. Windows color (decimal): -9404531 or 9273200. OLE color: 9273200.
HSL color Cylindrical-coordinate representation of color #707F8D: hue angle of 208.97º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #707F8D is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 127 | 141 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.45 |
| HSL | 208.97º | 0.11% | 0.5% | - |
| HSV(B) | 208.97º | 0.21% | 0.55% | - |
| XYZ | 19.08 | 20.55 | 28.16 | - |
| YUV | 124.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 141 | 0.21 | 0.10 | 0 | 0.45 | 208.97 | 0.11 | 0.5 |
| Hex | 70 | 7F | 8D | 15 | A | 0 | 2D | D1 | B | 32 |
| Octal | 160 | 177 | 215 | 25 | 12 | 0 | 55 | 321 | 13 | 62 |
| Binary | 1110000 | 1111111 | 10001101 | 10101 | 1010 | 0 | 101101 | 11010001 | 1011 | 110010 |
Color Harmonies of #707F8D
Complementary color
Monochromatic Colors of #707F8D
Black with #707F8D
Text Example
Text Example
White with #707F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F8D; }
p { color: rgb(112,127,141); }
H1.HeaderClassName
{
color: #707F8D;
}
.AnyTagClassName
{
color: #707F8D;
}
</style>
background-color css
<style>
a { background-color: #707F8D; }
a { background-color: rgb(112,127,141); }
div.DivClassName
{
background-color: #707F8D;
}
.BgClassName
{
background-color: #707F8D;
}
</style>
border-color css
<style>
span { border-color: #707F8D; }
span { border-color: rgb(112,127,141); }
td.TdClassName
{
border-color: #707F8D;
}
.TagClassName
{
border-color: #707F8D;
}
</style>