Shades of Gothic #769095
Tints of Gothic #769095
RGB
CMYK
RGB Variations
Color information
#769095 (or 0x769095) is known color: Gothic. HEX triplet: 76, 90 and 95. RGB value is (118,144,149). Sum of RGB (Red+Green+Blue) = 118+144+149=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 149 - color contains mainly: blue. Hex color #769095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769095 is #896F6A. Grayscale: #888888. Windows color (decimal): -9006955 or 9801846. OLE color: 9801846.
HSL color Cylindrical-coordinate representation of color #769095: hue angle of 189.68º 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 #769095 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 144 | 149 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.42 |
| HSL | 189.68º | 0.13% | 0.52% | - |
| HSV(B) | 189.68º | 0.21% | 0.58% | - |
| XYZ | 22.87 | 25.97 | 32.24 | - |
| YUV | 136.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 149 | 0.21 | 0.03 | 0 | 0.42 | 189.68 | 0.13 | 0.52 |
| Hex | 76 | 90 | 95 | 15 | 3 | 0 | 2A | BE | D | 34 |
| Octal | 166 | 220 | 225 | 25 | 3 | 0 | 52 | 276 | 15 | 64 |
| Binary | 1110110 | 10010000 | 10010101 | 10101 | 11 | 0 | 101010 | 10111110 | 1101 | 110100 |
Color Harmonies of #769095
Complementary color
Monochromatic Colors of #769095
Black with #769095
Text Example
Text Example
White with #769095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769095; }
p { color: rgb(118,144,149); }
H1.HeaderClassName
{
color: #769095;
}
.AnyTagClassName
{
color: #769095;
}
</style>
background-color css
<style>
a { background-color: #769095; }
a { background-color: rgb(118,144,149); }
div.DivClassName
{
background-color: #769095;
}
.BgClassName
{
background-color: #769095;
}
</style>
border-color css
<style>
span { border-color: #769095; }
span { border-color: rgb(118,144,149); }
td.TdClassName
{
border-color: #769095;
}
.TagClassName
{
border-color: #769095;
}
</style>