Shades of Gothic #709196
Tints of Gothic #709196
RGB
CMYK
RGB Variations
Color information
#709196 (or 0x709196) is known color: Gothic. HEX triplet: 70, 91 and 96. RGB value is (112,145,150). Sum of RGB (Red+Green+Blue) = 112+145+150=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #709196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709196 is #8F6E69. Grayscale: #878787. Windows color (decimal): -9399914 or 9867632. OLE color: 9867632.
HSL color Cylindrical-coordinate representation of color #709196: hue angle of 187.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709196 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 145 | 150 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.41 |
| HSL | 187.89º | 0.15% | 0.51% | - |
| HSV(B) | 187.89º | 0.25% | 0.59% | - |
| XYZ | 22.31 | 25.9 | 32.68 | - |
| YUV | 135.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 150 | 0.25 | 0.03 | 0 | 0.41 | 187.89 | 0.15 | 0.51 |
| Hex | 70 | 91 | 96 | 19 | 3 | 0 | 29 | BC | F | 33 |
| Octal | 160 | 221 | 226 | 31 | 3 | 0 | 51 | 274 | 17 | 63 |
| Binary | 1110000 | 10010001 | 10010110 | 11001 | 11 | 0 | 101001 | 10111100 | 1111 | 110011 |
Color Harmonies of #709196
Complementary color
Monochromatic Colors of #709196
Black with #709196
Text Example
Text Example
White with #709196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709196; }
p { color: rgb(112,145,150); }
H1.HeaderClassName
{
color: #709196;
}
.AnyTagClassName
{
color: #709196;
}
</style>
background-color css
<style>
a { background-color: #709196; }
a { background-color: rgb(112,145,150); }
div.DivClassName
{
background-color: #709196;
}
.BgClassName
{
background-color: #709196;
}
</style>
border-color css
<style>
span { border-color: #709196; }
span { border-color: rgb(112,145,150); }
td.TdClassName
{
border-color: #709196;
}
.TagClassName
{
border-color: #709196;
}
</style>