Shades of Gothic #778F93
Tints of Gothic #778F93
RGB
CMYK
RGB Variations
Color information
#778F93 (or 0x778F93) is known color: Gothic. HEX triplet: 77, 8F and 93. RGB value is (119,143,147). Sum of RGB (Red+Green+Blue) = 119+143+147=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #778F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F93 is #88706C. Grayscale: #888888. Windows color (decimal): -8941677 or 9670519. OLE color: 9670519.
HSL color Cylindrical-coordinate representation of color #778F93: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #778F93 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 143 | 147 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.42 |
| HSL | 188.57º | 0.11% | 0.52% | - |
| HSV(B) | 188.57º | 0.19% | 0.58% | - |
| XYZ | 22.7 | 25.67 | 31.36 | - |
| YUV | 136.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 147 | 0.19 | 0.03 | 0 | 0.42 | 188.57 | 0.11 | 0.52 |
| Hex | 77 | 8F | 93 | 13 | 3 | 0 | 2A | BD | B | 34 |
| Octal | 167 | 217 | 223 | 23 | 3 | 0 | 52 | 275 | 13 | 64 |
| Binary | 1110111 | 10001111 | 10010011 | 10011 | 11 | 0 | 101010 | 10111101 | 1011 | 110100 |
Color Harmonies of #778F93
Complementary color
Monochromatic Colors of #778F93
Black with #778F93
Text Example
Text Example
White with #778F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F93; }
p { color: rgb(119,143,147); }
H1.HeaderClassName
{
color: #778F93;
}
.AnyTagClassName
{
color: #778F93;
}
</style>
background-color css
<style>
a { background-color: #778F93; }
a { background-color: rgb(119,143,147); }
div.DivClassName
{
background-color: #778F93;
}
.BgClassName
{
background-color: #778F93;
}
</style>
border-color css
<style>
span { border-color: #778F93; }
span { border-color: rgb(119,143,147); }
td.TdClassName
{
border-color: #778F93;
}
.TagClassName
{
border-color: #778F93;
}
</style>