Shades of Slate Grey #707C8B
Tints of Slate Grey #707C8B
RGB
CMYK
RGB Variations
Color information
#707C8B (or 0x707C8B) is known color: Slate Grey. HEX triplet: 70, 7C and 8B. RGB value is (112,124,139). Sum of RGB (Red+Green+Blue) = 112+124+139=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #707C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C8B is #8F8374. Grayscale: #7A7A7A. Windows color (decimal): -9405301 or 9141360. OLE color: 9141360.
HSL color Cylindrical-coordinate representation of color #707C8B: hue angle of 213.33º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707C8B is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 124 | 139 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.45 |
| HSL | 213.33º | 0.11% | 0.49% | - |
| HSV(B) | 213.33º | 0.19% | 0.55% | - |
| XYZ | 18.55 | 19.72 | 27.26 | - |
| YUV | 122.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 139 | 0.19 | 0.11 | 0 | 0.45 | 213.33 | 0.11 | 0.49 |
| Hex | 70 | 7C | 8B | 13 | B | 0 | 2D | D5 | B | 31 |
| Octal | 160 | 174 | 213 | 23 | 13 | 0 | 55 | 325 | 13 | 61 |
| Binary | 1110000 | 1111100 | 10001011 | 10011 | 1011 | 0 | 101101 | 11010101 | 1011 | 110001 |
Color Harmonies of #707C8B
Complementary color
Monochromatic Colors of #707C8B
Black with #707C8B
Text Example
Text Example
White with #707C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C8B; }
p { color: rgb(112,124,139); }
H1.HeaderClassName
{
color: #707C8B;
}
.AnyTagClassName
{
color: #707C8B;
}
</style>
background-color css
<style>
a { background-color: #707C8B; }
a { background-color: rgb(112,124,139); }
div.DivClassName
{
background-color: #707C8B;
}
.BgClassName
{
background-color: #707C8B;
}
</style>
border-color css
<style>
span { border-color: #707C8B; }
span { border-color: rgb(112,124,139); }
td.TdClassName
{
border-color: #707C8B;
}
.TagClassName
{
border-color: #707C8B;
}
</style>