Shades of Gothic #70888E
Tints of Gothic #70888E
RGB
CMYK
RGB Variations
Color information
#70888E (or 0x70888E) is known color: Gothic. HEX triplet: 70, 88 and 8E. RGB value is (112,136,142). Sum of RGB (Red+Green+Blue) = 112+136+142=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #70888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70888E is #8F7771. Grayscale: #818181. Windows color (decimal): -9402226 or 9341040. OLE color: 9341040.
HSL color Cylindrical-coordinate representation of color #70888E: hue angle of 192º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70888E is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 136 | 142 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.44 |
| HSL | 192º | 0.12% | 0.5% | - |
| HSV(B) | 192º | 0.21% | 0.56% | - |
| XYZ | 20.37 | 23.01 | 28.96 | - |
| YUV | 129.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 142 | 0.21 | 0.04 | 0 | 0.44 | 192 | 0.12 | 0.5 |
| Hex | 70 | 88 | 8E | 15 | 4 | 0 | 2C | C0 | C | 32 |
| Octal | 160 | 210 | 216 | 25 | 4 | 0 | 54 | 300 | 14 | 62 |
| Binary | 1110000 | 10001000 | 10001110 | 10101 | 100 | 0 | 101100 | 11000000 | 1100 | 110010 |
Color Harmonies of #70888E
Complementary color
Monochromatic Colors of #70888E
Black with #70888E
Text Example
Text Example
White with #70888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70888E; }
p { color: rgb(112,136,142); }
H1.HeaderClassName
{
color: #70888E;
}
.AnyTagClassName
{
color: #70888E;
}
</style>
background-color css
<style>
a { background-color: #70888E; }
a { background-color: rgb(112,136,142); }
div.DivClassName
{
background-color: #70888E;
}
.BgClassName
{
background-color: #70888E;
}
</style>
border-color css
<style>
span { border-color: #70888E; }
span { border-color: rgb(112,136,142); }
td.TdClassName
{
border-color: #70888E;
}
.TagClassName
{
border-color: #70888E;
}
</style>