Shades of Slate Grey #707F8B
Tints of Slate Grey #707F8B
RGB
CMYK
RGB Variations
Color information
#707F8B (or 0x707F8B) is known color: Slate Grey. HEX triplet: 70, 7F and 8B. RGB value is (112,127,139). Sum of RGB (Red+Green+Blue) = 112+127+139=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #707F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F8B is #8F8074. Grayscale: #7B7B7B. Windows color (decimal): -9404533 or 9142128. OLE color: 9142128.
HSL color Cylindrical-coordinate representation of color #707F8B: hue angle of 206.67º 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 #707F8B is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 127 | 139 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.45 |
| HSL | 206.67º | 0.11% | 0.49% | - |
| HSV(B) | 206.67º | 0.19% | 0.55% | - |
| XYZ | 18.93 | 20.49 | 27.38 | - |
| YUV | 123.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 139 | 0.19 | 0.09 | 0 | 0.45 | 206.67 | 0.11 | 0.49 |
| Hex | 70 | 7F | 8B | 13 | 9 | 0 | 2D | CF | B | 31 |
| Octal | 160 | 177 | 213 | 23 | 11 | 0 | 55 | 317 | 13 | 61 |
| Binary | 1110000 | 1111111 | 10001011 | 10011 | 1001 | 0 | 101101 | 11001111 | 1011 | 110001 |
Color Harmonies of #707F8B
Complementary color
Monochromatic Colors of #707F8B
Black with #707F8B
Text Example
Text Example
White with #707F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F8B; }
p { color: rgb(112,127,139); }
H1.HeaderClassName
{
color: #707F8B;
}
.AnyTagClassName
{
color: #707F8B;
}
</style>
background-color css
<style>
a { background-color: #707F8B; }
a { background-color: rgb(112,127,139); }
div.DivClassName
{
background-color: #707F8B;
}
.BgClassName
{
background-color: #707F8B;
}
</style>
border-color css
<style>
span { border-color: #707F8B; }
span { border-color: rgb(112,127,139); }
td.TdClassName
{
border-color: #707F8B;
}
.TagClassName
{
border-color: #707F8B;
}
</style>