Shades of Gothic #77969B
Tints of Gothic #77969B
RGB
CMYK
RGB Variations
Color information
#77969B (or 0x77969B) is known color: Gothic. HEX triplet: 77, 96 and 9B. RGB value is (119,150,155). Sum of RGB (Red+Green+Blue) = 119+150+155=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #77969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77969B is #886964. Grayscale: #8D8D8D. Windows color (decimal): -8939877 or 10196599. OLE color: 10196599.
HSL color Cylindrical-coordinate representation of color #77969B: hue angle of 188.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77969B is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 150 | 155 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.39 |
| HSL | 188.33º | 0.15% | 0.54% | - |
| HSV(B) | 188.33º | 0.23% | 0.61% | - |
| XYZ | 24.43 | 28.1 | 35.15 | - |
| YUV | 141.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 155 | 0.23 | 0.03 | 0 | 0.39 | 188.33 | 0.15 | 0.54 |
| Hex | 77 | 96 | 9B | 17 | 3 | 0 | 27 | BC | F | 36 |
| Octal | 167 | 226 | 233 | 27 | 3 | 0 | 47 | 274 | 17 | 66 |
| Binary | 1110111 | 10010110 | 10011011 | 10111 | 11 | 0 | 100111 | 10111100 | 1111 | 110110 |
Color Harmonies of #77969B
Complementary color
Monochromatic Colors of #77969B
Black with #77969B
Text Example
Text Example
White with #77969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77969B; }
p { color: rgb(119,150,155); }
H1.HeaderClassName
{
color: #77969B;
}
.AnyTagClassName
{
color: #77969B;
}
</style>
background-color css
<style>
a { background-color: #77969B; }
a { background-color: rgb(119,150,155); }
div.DivClassName
{
background-color: #77969B;
}
.BgClassName
{
background-color: #77969B;
}
</style>
border-color css
<style>
span { border-color: #77969B; }
span { border-color: rgb(119,150,155); }
td.TdClassName
{
border-color: #77969B;
}
.TagClassName
{
border-color: #77969B;
}
</style>