Shades of Gothic #708D94
Tints of Gothic #708D94
RGB
CMYK
RGB Variations
Color information
#708D94 (or 0x708D94) is known color: Gothic. HEX triplet: 70, 8D and 94. RGB value is (112,141,148). Sum of RGB (Red+Green+Blue) = 112+141+148=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #708D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D94 is #8F726B. Grayscale: #858585. Windows color (decimal): -9400940 or 9735536. OLE color: 9735536.
HSL color Cylindrical-coordinate representation of color #708D94: hue angle of 191.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708D94 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 141 | 148 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.42 |
| HSL | 191.67º | 0.14% | 0.51% | - |
| HSV(B) | 191.67º | 0.24% | 0.58% | - |
| XYZ | 21.55 | 24.63 | 31.64 | - |
| YUV | 133.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 148 | 0.24 | 0.05 | 0 | 0.42 | 191.67 | 0.14 | 0.51 |
| Hex | 70 | 8D | 94 | 18 | 5 | 0 | 2A | C0 | E | 33 |
| Octal | 160 | 215 | 224 | 30 | 5 | 0 | 52 | 300 | 16 | 63 |
| Binary | 1110000 | 10001101 | 10010100 | 11000 | 101 | 0 | 101010 | 11000000 | 1110 | 110011 |
Color Harmonies of #708D94
Complementary color
Monochromatic Colors of #708D94
Black with #708D94
Text Example
Text Example
White with #708D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D94; }
p { color: rgb(112,141,148); }
H1.HeaderClassName
{
color: #708D94;
}
.AnyTagClassName
{
color: #708D94;
}
</style>
background-color css
<style>
a { background-color: #708D94; }
a { background-color: rgb(112,141,148); }
div.DivClassName
{
background-color: #708D94;
}
.BgClassName
{
background-color: #708D94;
}
</style>
border-color css
<style>
span { border-color: #708D94; }
span { border-color: rgb(112,141,148); }
td.TdClassName
{
border-color: #708D94;
}
.TagClassName
{
border-color: #708D94;
}
</style>