Shades of Gothic #708F97
Tints of Gothic #708F97
RGB
CMYK
RGB Variations
Color information
#708F97 (or 0x708F97) is known color: Gothic. HEX triplet: 70, 8F and 97. RGB value is (112,143,151). Sum of RGB (Red+Green+Blue) = 112+143+151=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: blue. Hex color #708F97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F97 is #8F7068. Grayscale: #868686. Windows color (decimal): -9400425 or 9932656. OLE color: 9932656.
HSL color Cylindrical-coordinate representation of color #708F97: hue angle of 192.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708F97 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 143 | 151 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.41 |
| HSL | 192.31º | 0.16% | 0.52% | - |
| HSV(B) | 192.31º | 0.26% | 0.59% | - |
| XYZ | 22.09 | 25.32 | 33 | - |
| YUV | 134.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 151 | 0.26 | 0.05 | 0 | 0.41 | 192.31 | 0.16 | 0.52 |
| Hex | 70 | 8F | 97 | 1A | 5 | 0 | 29 | C0 | 10 | 34 |
| Octal | 160 | 217 | 227 | 32 | 5 | 0 | 51 | 300 | 20 | 64 |
| Binary | 1110000 | 10001111 | 10010111 | 11010 | 101 | 0 | 101001 | 11000000 | 10000 | 110100 |
Color Harmonies of #708F97
Complementary color
Monochromatic Colors of #708F97
Black with #708F97
Text Example
Text Example
White with #708F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F97; }
p { color: rgb(112,143,151); }
H1.HeaderClassName
{
color: #708F97;
}
.AnyTagClassName
{
color: #708F97;
}
</style>
background-color css
<style>
a { background-color: #708F97; }
a { background-color: rgb(112,143,151); }
div.DivClassName
{
background-color: #708F97;
}
.BgClassName
{
background-color: #708F97;
}
</style>
border-color css
<style>
span { border-color: #708F97; }
span { border-color: rgb(112,143,151); }
td.TdClassName
{
border-color: #708F97;
}
.TagClassName
{
border-color: #708F97;
}
</style>