Shades of Gothic #768F95
Tints of Gothic #768F95
RGB
CMYK
RGB Variations
Color information
#768F95 (or 0x768F95) is known color: Gothic. HEX triplet: 76, 8F and 95. RGB value is (118,143,149). Sum of RGB (Red+Green+Blue) = 118+143+149=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #768F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F95 is #89706A. Grayscale: #888888. Windows color (decimal): -9007211 or 9801590. OLE color: 9801590.
HSL color Cylindrical-coordinate representation of color #768F95: hue angle of 191.61º 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 #768F95 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 143 | 149 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.42 |
| HSL | 191.61º | 0.13% | 0.52% | - |
| HSV(B) | 191.61º | 0.21% | 0.58% | - |
| XYZ | 22.72 | 25.67 | 32.19 | - |
| YUV | 136.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 149 | 0.21 | 0.04 | 0 | 0.42 | 191.61 | 0.13 | 0.52 |
| Hex | 76 | 8F | 95 | 15 | 4 | 0 | 2A | C0 | D | 34 |
| Octal | 166 | 217 | 225 | 25 | 4 | 0 | 52 | 300 | 15 | 64 |
| Binary | 1110110 | 10001111 | 10010101 | 10101 | 100 | 0 | 101010 | 11000000 | 1101 | 110100 |
Color Harmonies of #768F95
Complementary color
Monochromatic Colors of #768F95
Black with #768F95
Text Example
Text Example
White with #768F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F95; }
p { color: rgb(118,143,149); }
H1.HeaderClassName
{
color: #768F95;
}
.AnyTagClassName
{
color: #768F95;
}
</style>
background-color css
<style>
a { background-color: #768F95; }
a { background-color: rgb(118,143,149); }
div.DivClassName
{
background-color: #768F95;
}
.BgClassName
{
background-color: #768F95;
}
</style>
border-color css
<style>
span { border-color: #768F95; }
span { border-color: rgb(118,143,149); }
td.TdClassName
{
border-color: #768F95;
}
.TagClassName
{
border-color: #768F95;
}
</style>