Shades of Gothic #708E92
Tints of Gothic #708E92
RGB
CMYK
RGB Variations
Color information
#708E92 (or 0x708E92) is known color: Gothic. HEX triplet: 70, 8E and 92. RGB value is (112,142,146). Sum of RGB (Red+Green+Blue) = 112+142+146=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #708E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E92 is #8F716D. Grayscale: #858585. Windows color (decimal): -9400686 or 9604720. OLE color: 9604720.
HSL color Cylindrical-coordinate representation of color #708E92: hue angle of 187.06º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708E92 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 142 | 146 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.43 |
| HSL | 187.06º | 0.13% | 0.51% | - |
| HSV(B) | 187.06º | 0.23% | 0.57% | - |
| XYZ | 21.54 | 24.87 | 30.86 | - |
| YUV | 133.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 146 | 0.23 | 0.03 | 0 | 0.43 | 187.06 | 0.13 | 0.51 |
| Hex | 70 | 8E | 92 | 17 | 3 | 0 | 2B | BB | D | 33 |
| Octal | 160 | 216 | 222 | 27 | 3 | 0 | 53 | 273 | 15 | 63 |
| Binary | 1110000 | 10001110 | 10010010 | 10111 | 11 | 0 | 101011 | 10111011 | 1101 | 110011 |
Color Harmonies of #708E92
Complementary color
Monochromatic Colors of #708E92
Black with #708E92
Text Example
Text Example
White with #708E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E92; }
p { color: rgb(112,142,146); }
H1.HeaderClassName
{
color: #708E92;
}
.AnyTagClassName
{
color: #708E92;
}
</style>
background-color css
<style>
a { background-color: #708E92; }
a { background-color: rgb(112,142,146); }
div.DivClassName
{
background-color: #708E92;
}
.BgClassName
{
background-color: #708E92;
}
</style>
border-color css
<style>
span { border-color: #708E92; }
span { border-color: rgb(112,142,146); }
td.TdClassName
{
border-color: #708E92;
}
.TagClassName
{
border-color: #708E92;
}
</style>