Shades of Gothic #76969B
Tints of Gothic #76969B
RGB
CMYK
RGB Variations
Color information
#76969B (or 0x76969B) is known color: Gothic. HEX triplet: 76, 96 and 9B. RGB value is (118,150,155). Sum of RGB (Red+Green+Blue) = 118+150+155=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #76969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76969B is #896964. Grayscale: #8C8C8C. Windows color (decimal): -9005413 or 10196598. OLE color: 10196598.
HSL color Cylindrical-coordinate representation of color #76969B: hue angle of 188.11º 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 #76969B is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 150 | 155 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.39 |
| HSL | 188.11º | 0.16% | 0.54% | - |
| HSV(B) | 188.11º | 0.24% | 0.61% | - |
| XYZ | 24.29 | 28.03 | 35.14 | - |
| YUV | 141 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 155 | 0.24 | 0.03 | 0 | 0.39 | 188.11 | 0.16 | 0.54 |
| Hex | 76 | 96 | 9B | 18 | 3 | 0 | 27 | BC | 10 | 36 |
| Octal | 166 | 226 | 233 | 30 | 3 | 0 | 47 | 274 | 20 | 66 |
| Binary | 1110110 | 10010110 | 10011011 | 11000 | 11 | 0 | 100111 | 10111100 | 10000 | 110110 |
Color Harmonies of #76969B
Complementary color
Monochromatic Colors of #76969B
Black with #76969B
Text Example
Text Example
White with #76969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76969B; }
p { color: rgb(118,150,155); }
H1.HeaderClassName
{
color: #76969B;
}
.AnyTagClassName
{
color: #76969B;
}
</style>
background-color css
<style>
a { background-color: #76969B; }
a { background-color: rgb(118,150,155); }
div.DivClassName
{
background-color: #76969B;
}
.BgClassName
{
background-color: #76969B;
}
</style>
border-color css
<style>
span { border-color: #76969B; }
span { border-color: rgb(118,150,155); }
td.TdClassName
{
border-color: #76969B;
}
.TagClassName
{
border-color: #76969B;
}
</style>