Shades of Gothic #778D90
Tints of Gothic #778D90
RGB
CMYK
RGB Variations
Color information
#778D90 (or 0x778D90) is known color: Gothic. HEX triplet: 77, 8D and 90. RGB value is (119,141,144). Sum of RGB (Red+Green+Blue) = 119+141+144=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #778D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D90 is #88726F. Grayscale: #868686. Windows color (decimal): -8942192 or 9473399. OLE color: 9473399.
HSL color Cylindrical-coordinate representation of color #778D90: hue angle of 187.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #778D90 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 141 | 144 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.44 |
| HSL | 187.2º | 0.1% | 0.52% | - |
| HSV(B) | 187.2º | 0.17% | 0.56% | - |
| XYZ | 22.17 | 24.99 | 30.04 | - |
| YUV | 134.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 144 | 0.17 | 0.02 | 0 | 0.44 | 187.2 | 0.1 | 0.52 |
| Hex | 77 | 8D | 90 | 11 | 2 | 0 | 2C | BB | A | 34 |
| Octal | 167 | 215 | 220 | 21 | 2 | 0 | 54 | 273 | 12 | 64 |
| Binary | 1110111 | 10001101 | 10010000 | 10001 | 10 | 0 | 101100 | 10111011 | 1010 | 110100 |
Color Harmonies of #778D90
Complementary color
Monochromatic Colors of #778D90
Black with #778D90
Text Example
Text Example
White with #778D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D90; }
p { color: rgb(119,141,144); }
H1.HeaderClassName
{
color: #778D90;
}
.AnyTagClassName
{
color: #778D90;
}
</style>
background-color css
<style>
a { background-color: #778D90; }
a { background-color: rgb(119,141,144); }
div.DivClassName
{
background-color: #778D90;
}
.BgClassName
{
background-color: #778D90;
}
</style>
border-color css
<style>
span { border-color: #778D90; }
span { border-color: rgb(119,141,144); }
td.TdClassName
{
border-color: #778D90;
}
.TagClassName
{
border-color: #778D90;
}
</style>