Shades of Gothic #779296
Tints of Gothic #779296
RGB
CMYK
RGB Variations
Color information
#779296 (or 0x779296) is known color: Gothic. HEX triplet: 77, 92 and 96. RGB value is (119,146,150). Sum of RGB (Red+Green+Blue) = 119+146+150=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #779296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779296 is #886D69. Grayscale: #8A8A8A. Windows color (decimal): -8940906 or 9867895. OLE color: 9867895.
HSL color Cylindrical-coordinate representation of color #779296: hue angle of 187.74º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779296 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 146 | 150 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.41 |
| HSL | 187.74º | 0.13% | 0.53% | - |
| HSV(B) | 187.74º | 0.21% | 0.59% | - |
| XYZ | 23.39 | 26.68 | 32.77 | - |
| YUV | 138.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 150 | 0.21 | 0.03 | 0 | 0.41 | 187.74 | 0.13 | 0.53 |
| Hex | 77 | 92 | 96 | 15 | 3 | 0 | 29 | BC | D | 35 |
| Octal | 167 | 222 | 226 | 25 | 3 | 0 | 51 | 274 | 15 | 65 |
| Binary | 1110111 | 10010010 | 10010110 | 10101 | 11 | 0 | 101001 | 10111100 | 1101 | 110101 |
Color Harmonies of #779296
Complementary color
Monochromatic Colors of #779296
Black with #779296
Text Example
Text Example
White with #779296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779296; }
p { color: rgb(119,146,150); }
H1.HeaderClassName
{
color: #779296;
}
.AnyTagClassName
{
color: #779296;
}
</style>
background-color css
<style>
a { background-color: #779296; }
a { background-color: rgb(119,146,150); }
div.DivClassName
{
background-color: #779296;
}
.BgClassName
{
background-color: #779296;
}
</style>
border-color css
<style>
span { border-color: #779296; }
span { border-color: rgb(119,146,150); }
td.TdClassName
{
border-color: #779296;
}
.TagClassName
{
border-color: #779296;
}
</style>