Shades of Gothic #708F94
Tints of Gothic #708F94
RGB
CMYK
RGB Variations
Color information
#708F94 (or 0x708F94) is known color: Gothic. HEX triplet: 70, 8F and 94. RGB value is (112,143,148). Sum of RGB (Red+Green+Blue) = 112+143+148=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #708F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F94 is #8F706B. Grayscale: #868686. Windows color (decimal): -9400428 or 9736048. OLE color: 9736048.
HSL color Cylindrical-coordinate representation of color #708F94: hue angle of 188.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 #708F94 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 143 | 148 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.42 |
| HSL | 188.33º | 0.14% | 0.51% | - |
| HSV(B) | 188.33º | 0.24% | 0.58% | - |
| XYZ | 21.85 | 25.23 | 31.73 | - |
| YUV | 134.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 148 | 0.24 | 0.03 | 0 | 0.42 | 188.33 | 0.14 | 0.51 |
| Hex | 70 | 8F | 94 | 18 | 3 | 0 | 2A | BC | E | 33 |
| Octal | 160 | 217 | 224 | 30 | 3 | 0 | 52 | 274 | 16 | 63 |
| Binary | 1110000 | 10001111 | 10010100 | 11000 | 11 | 0 | 101010 | 10111100 | 1110 | 110011 |
Color Harmonies of #708F94
Complementary color
Monochromatic Colors of #708F94
Black with #708F94
Text Example
Text Example
White with #708F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F94; }
p { color: rgb(112,143,148); }
H1.HeaderClassName
{
color: #708F94;
}
.AnyTagClassName
{
color: #708F94;
}
</style>
background-color css
<style>
a { background-color: #708F94; }
a { background-color: rgb(112,143,148); }
div.DivClassName
{
background-color: #708F94;
}
.BgClassName
{
background-color: #708F94;
}
</style>
border-color css
<style>
span { border-color: #708F94; }
span { border-color: rgb(112,143,148); }
td.TdClassName
{
border-color: #708F94;
}
.TagClassName
{
border-color: #708F94;
}
</style>