Shades of Gothic #768E92
Tints of Gothic #768E92
RGB
CMYK
RGB Variations
Color information
#768E92 (or 0x768E92) is known color: Gothic. HEX triplet: 76, 8E and 92. RGB value is (118,142,146). Sum of RGB (Red+Green+Blue) = 118+142+146=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #768E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E92 is #89716D. Grayscale: #878787. Windows color (decimal): -9007470 or 9604726. OLE color: 9604726.
HSL color Cylindrical-coordinate representation of color #768E92: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768E92 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 142 | 146 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.43 |
| HSL | 188.57º | 0.11% | 0.52% | - |
| HSV(B) | 188.57º | 0.19% | 0.57% | - |
| XYZ | 22.33 | 25.27 | 30.9 | - |
| YUV | 135.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 146 | 0.19 | 0.03 | 0 | 0.43 | 188.57 | 0.11 | 0.52 |
| Hex | 76 | 8E | 92 | 13 | 3 | 0 | 2B | BD | B | 34 |
| Octal | 166 | 216 | 222 | 23 | 3 | 0 | 53 | 275 | 13 | 64 |
| Binary | 1110110 | 10001110 | 10010010 | 10011 | 11 | 0 | 101011 | 10111101 | 1011 | 110100 |
Color Harmonies of #768E92
Complementary color
Monochromatic Colors of #768E92
Black with #768E92
Text Example
Text Example
White with #768E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E92; }
p { color: rgb(118,142,146); }
H1.HeaderClassName
{
color: #768E92;
}
.AnyTagClassName
{
color: #768E92;
}
</style>
background-color css
<style>
a { background-color: #768E92; }
a { background-color: rgb(118,142,146); }
div.DivClassName
{
background-color: #768E92;
}
.BgClassName
{
background-color: #768E92;
}
</style>
border-color css
<style>
span { border-color: #768E92; }
span { border-color: rgb(118,142,146); }
td.TdClassName
{
border-color: #768E92;
}
.TagClassName
{
border-color: #768E92;
}
</style>