Shades of Gothic #709093
Tints of Gothic #709093
RGB
CMYK
RGB Variations
Color information
#709093 (or 0x709093) is known color: Gothic. HEX triplet: 70, 90 and 93. RGB value is (112,144,147). Sum of RGB (Red+Green+Blue) = 112+144+147=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #709093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709093 is #8F6F6C. Grayscale: #868686. Windows color (decimal): -9400173 or 9670768. OLE color: 9670768.
HSL color Cylindrical-coordinate representation of color #709093: hue angle of 185.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709093 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 144 | 147 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.42 |
| HSL | 185.14º | 0.14% | 0.51% | - |
| HSV(B) | 185.14º | 0.24% | 0.58% | - |
| XYZ | 21.92 | 25.5 | 31.37 | - |
| YUV | 134.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 147 | 0.24 | 0.02 | 0 | 0.42 | 185.14 | 0.14 | 0.51 |
| Hex | 70 | 90 | 93 | 18 | 2 | 0 | 2A | B9 | E | 33 |
| Octal | 160 | 220 | 223 | 30 | 2 | 0 | 52 | 271 | 16 | 63 |
| Binary | 1110000 | 10010000 | 10010011 | 11000 | 10 | 0 | 101010 | 10111001 | 1110 | 110011 |
Color Harmonies of #709093
Complementary color
Monochromatic Colors of #709093
Black with #709093
Text Example
Text Example
White with #709093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709093; }
p { color: rgb(112,144,147); }
H1.HeaderClassName
{
color: #709093;
}
.AnyTagClassName
{
color: #709093;
}
</style>
background-color css
<style>
a { background-color: #709093; }
a { background-color: rgb(112,144,147); }
div.DivClassName
{
background-color: #709093;
}
.BgClassName
{
background-color: #709093;
}
</style>
border-color css
<style>
span { border-color: #709093; }
span { border-color: rgb(112,144,147); }
td.TdClassName
{
border-color: #709093;
}
.TagClassName
{
border-color: #709093;
}
</style>