Shades of Gothic #768E95
Tints of Gothic #768E95
RGB
CMYK
RGB Variations
Color information
#768E95 (or 0x768E95) is known color: Gothic. HEX triplet: 76, 8E and 95. RGB value is (118,142,149). Sum of RGB (Red+Green+Blue) = 118+142+149=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #768E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E95 is #89716A. Grayscale: #878787. Windows color (decimal): -9007467 or 9801334. OLE color: 9801334.
HSL color Cylindrical-coordinate representation of color #768E95: hue angle of 193.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768E95 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 142 | 149 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.42 |
| HSL | 193.55º | 0.13% | 0.52% | - |
| HSV(B) | 193.55º | 0.21% | 0.58% | - |
| XYZ | 22.57 | 25.37 | 32.14 | - |
| YUV | 135.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 149 | 0.21 | 0.05 | 0 | 0.42 | 193.55 | 0.13 | 0.52 |
| Hex | 76 | 8E | 95 | 15 | 5 | 0 | 2A | C2 | D | 34 |
| Octal | 166 | 216 | 225 | 25 | 5 | 0 | 52 | 302 | 15 | 64 |
| Binary | 1110110 | 10001110 | 10010101 | 10101 | 101 | 0 | 101010 | 11000010 | 1101 | 110100 |
Color Harmonies of #768E95
Complementary color
Monochromatic Colors of #768E95
Black with #768E95
Text Example
Text Example
White with #768E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E95; }
p { color: rgb(118,142,149); }
H1.HeaderClassName
{
color: #768E95;
}
.AnyTagClassName
{
color: #768E95;
}
</style>
background-color css
<style>
a { background-color: #768E95; }
a { background-color: rgb(118,142,149); }
div.DivClassName
{
background-color: #768E95;
}
.BgClassName
{
background-color: #768E95;
}
</style>
border-color css
<style>
span { border-color: #768E95; }
span { border-color: rgb(118,142,149); }
td.TdClassName
{
border-color: #768E95;
}
.TagClassName
{
border-color: #768E95;
}
</style>