Shades of Slate Grey #707D88
Tints of Slate Grey #707D88
RGB
CMYK
RGB Variations
Color information
#707D88 (or 0x707D88) is known color: Slate Grey. HEX triplet: 70, 7D and 88. RGB value is (112,125,136). Sum of RGB (Red+Green+Blue) = 112+125+136=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #707D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D88 is #8F8277. Grayscale: #7A7A7A. Windows color (decimal): -9405048 or 8945008. OLE color: 8945008.
HSL color Cylindrical-coordinate representation of color #707D88: hue angle of 207.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707D88 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 125 | 136 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.47 |
| HSL | 207.5º | 0.1% | 0.49% | - |
| HSV(B) | 207.5º | 0.18% | 0.53% | - |
| XYZ | 18.46 | 19.89 | 26.16 | - |
| YUV | 122.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 136 | 0.18 | 0.08 | 0 | 0.47 | 207.5 | 0.1 | 0.49 |
| Hex | 70 | 7D | 88 | 12 | 8 | 0 | 2F | D0 | A | 31 |
| Octal | 160 | 175 | 210 | 22 | 10 | 0 | 57 | 320 | 12 | 61 |
| Binary | 1110000 | 1111101 | 10001000 | 10010 | 1000 | 0 | 101111 | 11010000 | 1010 | 110001 |
Color Harmonies of #707D88
Complementary color
Monochromatic Colors of #707D88
Black with #707D88
Text Example
Text Example
White with #707D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D88; }
p { color: rgb(112,125,136); }
H1.HeaderClassName
{
color: #707D88;
}
.AnyTagClassName
{
color: #707D88;
}
</style>
background-color css
<style>
a { background-color: #707D88; }
a { background-color: rgb(112,125,136); }
div.DivClassName
{
background-color: #707D88;
}
.BgClassName
{
background-color: #707D88;
}
</style>
border-color css
<style>
span { border-color: #707D88; }
span { border-color: rgb(112,125,136); }
td.TdClassName
{
border-color: #707D88;
}
.TagClassName
{
border-color: #707D88;
}
</style>