Shades of Gothic #789093
Tints of Gothic #789093
RGB
CMYK
RGB Variations
Color information
#789093 (or 0x789093) is known color: Gothic. HEX triplet: 78, 90 and 93. RGB value is (120,144,147). Sum of RGB (Red+Green+Blue) = 120+144+147=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #789093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789093 is #876F6C. Grayscale: #898989. Windows color (decimal): -8875885 or 9670776. OLE color: 9670776.
HSL color Cylindrical-coordinate representation of color #789093: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #789093 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 144 | 147 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.42 |
| HSL | 186.67º | 0.11% | 0.52% | - |
| HSV(B) | 186.67º | 0.18% | 0.58% | - |
| XYZ | 22.99 | 26.05 | 31.42 | - |
| YUV | 137.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 147 | 0.18 | 0.02 | 0 | 0.42 | 186.67 | 0.11 | 0.52 |
| Hex | 78 | 90 | 93 | 12 | 2 | 0 | 2A | BB | B | 34 |
| Octal | 170 | 220 | 223 | 22 | 2 | 0 | 52 | 273 | 13 | 64 |
| Binary | 1111000 | 10010000 | 10010011 | 10010 | 10 | 0 | 101010 | 10111011 | 1011 | 110100 |
Color Harmonies of #789093
Complementary color
Monochromatic Colors of #789093
Black with #789093
Text Example
Text Example
White with #789093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789093; }
p { color: rgb(120,144,147); }
H1.HeaderClassName
{
color: #789093;
}
.AnyTagClassName
{
color: #789093;
}
</style>
background-color css
<style>
a { background-color: #789093; }
a { background-color: rgb(120,144,147); }
div.DivClassName
{
background-color: #789093;
}
.BgClassName
{
background-color: #789093;
}
</style>
border-color css
<style>
span { border-color: #789093; }
span { border-color: rgb(120,144,147); }
td.TdClassName
{
border-color: #789093;
}
.TagClassName
{
border-color: #789093;
}
</style>