Shades of Slate Grey #707C94
Tints of Slate Grey #707C94
RGB
CMYK
RGB Variations
Color information
#707C94 (or 0x707C94) is known color: Slate Grey. HEX triplet: 70, 7C and 94. RGB value is (112,124,148). Sum of RGB (Red+Green+Blue) = 112+124+148=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #707C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C94 is #8F836B. Grayscale: #7B7B7B. Windows color (decimal): -9405292 or 9731184. OLE color: 9731184.
HSL color Cylindrical-coordinate representation of color #707C94: hue angle of 220º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707C94 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 124 | 148 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.42 |
| HSL | 220º | 0.14% | 0.51% | - |
| HSV(B) | 220º | 0.24% | 0.58% | - |
| XYZ | 19.24 | 20 | 30.86 | - |
| YUV | 123.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 148 | 0.24 | 0.16 | 0 | 0.42 | 220 | 0.14 | 0.51 |
| Hex | 70 | 7C | 94 | 18 | 10 | 0 | 2A | DC | E | 33 |
| Octal | 160 | 174 | 224 | 30 | 20 | 0 | 52 | 334 | 16 | 63 |
| Binary | 1110000 | 1111100 | 10010100 | 11000 | 10000 | 0 | 101010 | 11011100 | 1110 | 110011 |
Color Harmonies of #707C94
Complementary color
Monochromatic Colors of #707C94
Black with #707C94
Text Example
Text Example
White with #707C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C94; }
p { color: rgb(112,124,148); }
H1.HeaderClassName
{
color: #707C94;
}
.AnyTagClassName
{
color: #707C94;
}
</style>
background-color css
<style>
a { background-color: #707C94; }
a { background-color: rgb(112,124,148); }
div.DivClassName
{
background-color: #707C94;
}
.BgClassName
{
background-color: #707C94;
}
</style>
border-color css
<style>
span { border-color: #707C94; }
span { border-color: rgb(112,124,148); }
td.TdClassName
{
border-color: #707C94;
}
.TagClassName
{
border-color: #707C94;
}
</style>