Shades of Gothic #708994
Tints of Gothic #708994
RGB
CMYK
RGB Variations
Color information
#708994 (or 0x708994) is known color: Gothic. HEX triplet: 70, 89 and 94. RGB value is (112,137,148). Sum of RGB (Red+Green+Blue) = 112+137+148=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #708994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708994 is #8F766B. Grayscale: #828282. Windows color (decimal): -9401964 or 9734512. OLE color: 9734512.
HSL color Cylindrical-coordinate representation of color #708994: hue angle of 198.33º 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 #708994 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 137 | 148 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.42 |
| HSL | 198.33º | 0.14% | 0.51% | - |
| HSV(B) | 198.33º | 0.24% | 0.58% | - |
| XYZ | 20.97 | 23.47 | 31.44 | - |
| YUV | 130.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 148 | 0.24 | 0.07 | 0 | 0.42 | 198.33 | 0.14 | 0.51 |
| Hex | 70 | 89 | 94 | 18 | 7 | 0 | 2A | C6 | E | 33 |
| Octal | 160 | 211 | 224 | 30 | 7 | 0 | 52 | 306 | 16 | 63 |
| Binary | 1110000 | 10001001 | 10010100 | 11000 | 111 | 0 | 101010 | 11000110 | 1110 | 110011 |
Color Harmonies of #708994
Complementary color
Monochromatic Colors of #708994
Black with #708994
Text Example
Text Example
White with #708994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708994; }
p { color: rgb(112,137,148); }
H1.HeaderClassName
{
color: #708994;
}
.AnyTagClassName
{
color: #708994;
}
</style>
background-color css
<style>
a { background-color: #708994; }
a { background-color: rgb(112,137,148); }
div.DivClassName
{
background-color: #708994;
}
.BgClassName
{
background-color: #708994;
}
</style>
border-color css
<style>
span { border-color: #708994; }
span { border-color: rgb(112,137,148); }
td.TdClassName
{
border-color: #708994;
}
.TagClassName
{
border-color: #708994;
}
</style>