Shades of Gothic #708791
Tints of Gothic #708791
RGB
CMYK
RGB Variations
Color information
#708791 (or 0x708791) is known color: Gothic. HEX triplet: 70, 87 and 91. RGB value is (112,135,145). Sum of RGB (Red+Green+Blue) = 112+135+145=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #708791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708791 is #8F786E. Grayscale: #818181. Windows color (decimal): -9402479 or 9537392. OLE color: 9537392.
HSL color Cylindrical-coordinate representation of color #708791: hue angle of 198.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708791 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 135 | 145 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.43 |
| HSL | 198.18º | 0.13% | 0.5% | - |
| HSV(B) | 198.18º | 0.23% | 0.57% | - |
| XYZ | 20.46 | 22.82 | 30.11 | - |
| YUV | 129.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 145 | 0.23 | 0.07 | 0 | 0.43 | 198.18 | 0.13 | 0.5 |
| Hex | 70 | 87 | 91 | 17 | 7 | 0 | 2B | C6 | D | 32 |
| Octal | 160 | 207 | 221 | 27 | 7 | 0 | 53 | 306 | 15 | 62 |
| Binary | 1110000 | 10000111 | 10010001 | 10111 | 111 | 0 | 101011 | 11000110 | 1101 | 110010 |
Color Harmonies of #708791
Complementary color
Monochromatic Colors of #708791
Black with #708791
Text Example
Text Example
White with #708791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708791; }
p { color: rgb(112,135,145); }
H1.HeaderClassName
{
color: #708791;
}
.AnyTagClassName
{
color: #708791;
}
</style>
background-color css
<style>
a { background-color: #708791; }
a { background-color: rgb(112,135,145); }
div.DivClassName
{
background-color: #708791;
}
.BgClassName
{
background-color: #708791;
}
</style>
border-color css
<style>
span { border-color: #708791; }
span { border-color: rgb(112,135,145); }
td.TdClassName
{
border-color: #708791;
}
.TagClassName
{
border-color: #708791;
}
</style>