Shades of Gothic #77969C
Tints of Gothic #77969C
RGB
CMYK
RGB Variations
Color information
#77969C (or 0x77969C) is known color: Gothic. HEX triplet: 77, 96 and 9C. RGB value is (119,150,156). Sum of RGB (Red+Green+Blue) = 119+150+156=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #77969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77969C is #886963. Grayscale: #8D8D8D. Windows color (decimal): -8939876 or 10262135. OLE color: 10262135.
HSL color Cylindrical-coordinate representation of color #77969C: hue angle of 189.73º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77969C is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 150 | 156 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.39 |
| HSL | 189.73º | 0.16% | 0.54% | - |
| HSV(B) | 189.73º | 0.24% | 0.61% | - |
| XYZ | 24.51 | 28.13 | 35.59 | - |
| YUV | 141.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 156 | 0.24 | 0.04 | 0 | 0.39 | 189.73 | 0.16 | 0.54 |
| Hex | 77 | 96 | 9C | 18 | 4 | 0 | 27 | BE | 10 | 36 |
| Octal | 167 | 226 | 234 | 30 | 4 | 0 | 47 | 276 | 20 | 66 |
| Binary | 1110111 | 10010110 | 10011100 | 11000 | 100 | 0 | 100111 | 10111110 | 10000 | 110110 |
Color Harmonies of #77969C
Complementary color
Monochromatic Colors of #77969C
Black with #77969C
Text Example
Text Example
White with #77969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77969C; }
p { color: rgb(119,150,156); }
H1.HeaderClassName
{
color: #77969C;
}
.AnyTagClassName
{
color: #77969C;
}
</style>
background-color css
<style>
a { background-color: #77969C; }
a { background-color: rgb(119,150,156); }
div.DivClassName
{
background-color: #77969C;
}
.BgClassName
{
background-color: #77969C;
}
</style>
border-color css
<style>
span { border-color: #77969C; }
span { border-color: rgb(119,150,156); }
td.TdClassName
{
border-color: #77969C;
}
.TagClassName
{
border-color: #77969C;
}
</style>