Shades of Gothic #70888A
Tints of Gothic #70888A
RGB
CMYK
RGB Variations
Color information
#70888A (or 0x70888A) is known color: Gothic. HEX triplet: 70, 88 and 8A. RGB value is (112,136,138). Sum of RGB (Red+Green+Blue) = 112+136+138=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #70888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70888A is #8F7775. Grayscale: #818181. Windows color (decimal): -9402230 or 9078896. OLE color: 9078896.
HSL color Cylindrical-coordinate representation of color #70888A: hue angle of 184.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70888A is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 136 | 138 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.46 |
| HSL | 184.62º | 0.1% | 0.49% | - |
| HSV(B) | 184.62º | 0.19% | 0.54% | - |
| XYZ | 20.07 | 22.89 | 27.4 | - |
| YUV | 129.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 138 | 0.19 | 0.01 | 0 | 0.46 | 184.62 | 0.1 | 0.49 |
| Hex | 70 | 88 | 8A | 13 | 1 | 0 | 2E | B9 | A | 31 |
| Octal | 160 | 210 | 212 | 23 | 1 | 0 | 56 | 271 | 12 | 61 |
| Binary | 1110000 | 10001000 | 10001010 | 10011 | 1 | 0 | 101110 | 10111001 | 1010 | 110001 |
Color Harmonies of #70888A
Complementary color
Monochromatic Colors of #70888A
Black with #70888A
Text Example
Text Example
White with #70888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70888A; }
p { color: rgb(112,136,138); }
H1.HeaderClassName
{
color: #70888A;
}
.AnyTagClassName
{
color: #70888A;
}
</style>
background-color css
<style>
a { background-color: #70888A; }
a { background-color: rgb(112,136,138); }
div.DivClassName
{
background-color: #70888A;
}
.BgClassName
{
background-color: #70888A;
}
</style>
border-color css
<style>
span { border-color: #70888A; }
span { border-color: rgb(112,136,138); }
td.TdClassName
{
border-color: #70888A;
}
.TagClassName
{
border-color: #70888A;
}
</style>