Shades of Gothic #708E91
Tints of Gothic #708E91
RGB
CMYK
RGB Variations
Color information
#708E91 (or 0x708E91) is known color: Gothic. HEX triplet: 70, 8E and 91. RGB value is (112,142,145). Sum of RGB (Red+Green+Blue) = 112+142+145=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #708E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E91 is #8F716E. Grayscale: #858585. Windows color (decimal): -9400687 or 9539184. OLE color: 9539184.
HSL color Cylindrical-coordinate representation of color #708E91: hue angle of 185.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708E91 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 142 | 145 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.43 |
| HSL | 185.45º | 0.13% | 0.5% | - |
| HSV(B) | 185.45º | 0.23% | 0.57% | - |
| XYZ | 21.47 | 24.84 | 30.45 | - |
| YUV | 133.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 145 | 0.23 | 0.02 | 0 | 0.43 | 185.45 | 0.13 | 0.5 |
| Hex | 70 | 8E | 91 | 17 | 2 | 0 | 2B | B9 | D | 32 |
| Octal | 160 | 216 | 221 | 27 | 2 | 0 | 53 | 271 | 15 | 62 |
| Binary | 1110000 | 10001110 | 10010001 | 10111 | 10 | 0 | 101011 | 10111001 | 1101 | 110010 |
Color Harmonies of #708E91
Complementary color
Monochromatic Colors of #708E91
Black with #708E91
Text Example
Text Example
White with #708E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E91; }
p { color: rgb(112,142,145); }
H1.HeaderClassName
{
color: #708E91;
}
.AnyTagClassName
{
color: #708E91;
}
</style>
background-color css
<style>
a { background-color: #708E91; }
a { background-color: rgb(112,142,145); }
div.DivClassName
{
background-color: #708E91;
}
.BgClassName
{
background-color: #708E91;
}
</style>
border-color css
<style>
span { border-color: #708E91; }
span { border-color: rgb(112,142,145); }
td.TdClassName
{
border-color: #708E91;
}
.TagClassName
{
border-color: #708E91;
}
</style>