Shades of Gothic #708690
Tints of Gothic #708690
RGB
CMYK
RGB Variations
Color information
#708690 (or 0x708690) is known color: Gothic. HEX triplet: 70, 86 and 90. RGB value is (112,134,144). Sum of RGB (Red+Green+Blue) = 112+134+144=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #708690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708690 is #8F796F. Grayscale: #808080. Windows color (decimal): -9402736 or 9471600. OLE color: 9471600.
HSL color Cylindrical-coordinate representation of color #708690: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708690 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 134 | 144 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.44 |
| HSL | 198.75º | 0.13% | 0.5% | - |
| HSV(B) | 198.75º | 0.22% | 0.56% | - |
| XYZ | 20.24 | 22.51 | 29.66 | - |
| YUV | 128.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 144 | 0.22 | 0.07 | 0 | 0.44 | 198.75 | 0.13 | 0.5 |
| Hex | 70 | 86 | 90 | 16 | 7 | 0 | 2C | C7 | D | 32 |
| Octal | 160 | 206 | 220 | 26 | 7 | 0 | 54 | 307 | 15 | 62 |
| Binary | 1110000 | 10000110 | 10010000 | 10110 | 111 | 0 | 101100 | 11000111 | 1101 | 110010 |
Color Harmonies of #708690
Complementary color
Monochromatic Colors of #708690
Black with #708690
Text Example
Text Example
White with #708690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708690; }
p { color: rgb(112,134,144); }
H1.HeaderClassName
{
color: #708690;
}
.AnyTagClassName
{
color: #708690;
}
</style>
background-color css
<style>
a { background-color: #708690; }
a { background-color: rgb(112,134,144); }
div.DivClassName
{
background-color: #708690;
}
.BgClassName
{
background-color: #708690;
}
</style>
border-color css
<style>
span { border-color: #708690; }
span { border-color: rgb(112,134,144); }
td.TdClassName
{
border-color: #708690;
}
.TagClassName
{
border-color: #708690;
}
</style>