Shades of Gothic #70888C
Tints of Gothic #70888C
RGB
CMYK
RGB Variations
Color information
#70888C (or 0x70888C) is known color: Gothic. HEX triplet: 70, 88 and 8C. RGB value is (112,136,140). Sum of RGB (Red+Green+Blue) = 112+136+140=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #70888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70888C is #8F7773. Grayscale: #818181. Windows color (decimal): -9402228 or 9209968. OLE color: 9209968.
HSL color Cylindrical-coordinate representation of color #70888C: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70888C is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 136 | 140 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.45 |
| HSL | 188.57º | 0.11% | 0.49% | - |
| HSV(B) | 188.57º | 0.2% | 0.55% | - |
| XYZ | 20.22 | 22.95 | 28.17 | - |
| YUV | 129.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 140 | 0.20 | 0.03 | 0 | 0.45 | 188.57 | 0.11 | 0.49 |
| Hex | 70 | 88 | 8C | 14 | 3 | 0 | 2D | BD | B | 31 |
| Octal | 160 | 210 | 214 | 24 | 3 | 0 | 55 | 275 | 13 | 61 |
| Binary | 1110000 | 10001000 | 10001100 | 10100 | 11 | 0 | 101101 | 10111101 | 1011 | 110001 |
Color Harmonies of #70888C
Complementary color
Monochromatic Colors of #70888C
Black with #70888C
Text Example
Text Example
White with #70888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70888C; }
p { color: rgb(112,136,140); }
H1.HeaderClassName
{
color: #70888C;
}
.AnyTagClassName
{
color: #70888C;
}
</style>
background-color css
<style>
a { background-color: #70888C; }
a { background-color: rgb(112,136,140); }
div.DivClassName
{
background-color: #70888C;
}
.BgClassName
{
background-color: #70888C;
}
</style>
border-color css
<style>
span { border-color: #70888C; }
span { border-color: rgb(112,136,140); }
td.TdClassName
{
border-color: #70888C;
}
.TagClassName
{
border-color: #70888C;
}
</style>