Shades of Gothic #708688
Tints of Gothic #708688
RGB
CMYK
RGB Variations
Color information
#708688 (or 0x708688) is known color: Gothic. HEX triplet: 70, 86 and 88. RGB value is (112,134,136). Sum of RGB (Red+Green+Blue) = 112+134+136=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 136 - color contains mainly: blue. Hex color #708688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708688 is #8F7977. Grayscale: #7F7F7F. Windows color (decimal): -9402744 or 8947312. OLE color: 8947312.
HSL color Cylindrical-coordinate representation of color #708688: hue angle of 185º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708688 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 136 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.47 |
| HSL | 185º | 0.1% | 0.49% | - |
| HSV(B) | 185º | 0.18% | 0.53% | - |
| XYZ | 19.65 | 22.27 | 26.56 | - |
| YUV | 127.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 136 | 0.18 | 0.01 | 0 | 0.47 | 185 | 0.1 | 0.49 |
| Hex | 70 | 86 | 88 | 12 | 1 | 0 | 2F | B9 | A | 31 |
| Octal | 160 | 206 | 210 | 22 | 1 | 0 | 57 | 271 | 12 | 61 |
| Binary | 1110000 | 10000110 | 10001000 | 10010 | 1 | 0 | 101111 | 10111001 | 1010 | 110001 |
Color Harmonies of #708688
Complementary color
Monochromatic Colors of #708688
Black with #708688
Text Example
Text Example
White with #708688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708688; }
p { color: rgb(112,134,136); }
H1.HeaderClassName
{
color: #708688;
}
.AnyTagClassName
{
color: #708688;
}
</style>
background-color css
<style>
a { background-color: #708688; }
a { background-color: rgb(112,134,136); }
div.DivClassName
{
background-color: #708688;
}
.BgClassName
{
background-color: #708688;
}
</style>
border-color css
<style>
span { border-color: #708688; }
span { border-color: rgb(112,134,136); }
td.TdClassName
{
border-color: #708688;
}
.TagClassName
{
border-color: #708688;
}
</style>