Shades of Gothic #788E92
Tints of Gothic #788E92
RGB
CMYK
RGB Variations
Color information
#788E92 (or 0x788E92) is known color: Gothic. HEX triplet: 78, 8E and 92. RGB value is (120,142,146). Sum of RGB (Red+Green+Blue) = 120+142+146=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 146 - color contains mainly: blue. Hex color #788E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788E92 is #87716D. Grayscale: #878787. Windows color (decimal): -8876398 or 9604728. OLE color: 9604728.
HSL color Cylindrical-coordinate representation of color #788E92: hue angle of 189.23º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #788E92 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 142 | 146 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.43 |
| HSL | 189.23º | 0.11% | 0.52% | - |
| HSV(B) | 189.23º | 0.18% | 0.57% | - |
| XYZ | 22.61 | 25.41 | 30.91 | - |
| YUV | 135.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 146 | 0.18 | 0.03 | 0 | 0.43 | 189.23 | 0.11 | 0.52 |
| Hex | 78 | 8E | 92 | 12 | 3 | 0 | 2B | BD | B | 34 |
| Octal | 170 | 216 | 222 | 22 | 3 | 0 | 53 | 275 | 13 | 64 |
| Binary | 1111000 | 10001110 | 10010010 | 10010 | 11 | 0 | 101011 | 10111101 | 1011 | 110100 |
Color Harmonies of #788E92
Complementary color
Monochromatic Colors of #788E92
Black with #788E92
Text Example
Text Example
White with #788E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E92; }
p { color: rgb(120,142,146); }
H1.HeaderClassName
{
color: #788E92;
}
.AnyTagClassName
{
color: #788E92;
}
</style>
background-color css
<style>
a { background-color: #788E92; }
a { background-color: rgb(120,142,146); }
div.DivClassName
{
background-color: #788E92;
}
.BgClassName
{
background-color: #788E92;
}
</style>
border-color css
<style>
span { border-color: #788E92; }
span { border-color: rgb(120,142,146); }
td.TdClassName
{
border-color: #788E92;
}
.TagClassName
{
border-color: #788E92;
}
</style>