Shades of Gothic #73969A
Tints of Gothic #73969A
RGB
CMYK
RGB Variations
Color information
#73969A (or 0x73969A) is known color: Gothic. HEX triplet: 73, 96 and 9A. RGB value is (115,150,154). Sum of RGB (Red+Green+Blue) = 115+150+154=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #73969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73969A is #8C6965. Grayscale: #8B8B8B. Windows color (decimal): -9202022 or 10131059. OLE color: 10131059.
HSL color Cylindrical-coordinate representation of color #73969A: hue angle of 186.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73969A is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 150 | 154 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.40 |
| HSL | 186.15º | 0.16% | 0.53% | - |
| HSV(B) | 186.15º | 0.25% | 0.6% | - |
| XYZ | 23.81 | 27.79 | 34.68 | - |
| YUV | 139.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 154 | 0.25 | 0.03 | 0 | 0.40 | 186.15 | 0.16 | 0.53 |
| Hex | 73 | 96 | 9A | 19 | 3 | 0 | 28 | BA | 10 | 35 |
| Octal | 163 | 226 | 232 | 31 | 3 | 0 | 50 | 272 | 20 | 65 |
| Binary | 1110011 | 10010110 | 10011010 | 11001 | 11 | 0 | 101000 | 10111010 | 10000 | 110101 |
Color Harmonies of #73969A
Complementary color
Monochromatic Colors of #73969A
Black with #73969A
Text Example
Text Example
White with #73969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73969A; }
p { color: rgb(115,150,154); }
H1.HeaderClassName
{
color: #73969A;
}
.AnyTagClassName
{
color: #73969A;
}
</style>
background-color css
<style>
a { background-color: #73969A; }
a { background-color: rgb(115,150,154); }
div.DivClassName
{
background-color: #73969A;
}
.BgClassName
{
background-color: #73969A;
}
</style>
border-color css
<style>
span { border-color: #73969A; }
span { border-color: rgb(115,150,154); }
td.TdClassName
{
border-color: #73969A;
}
.TagClassName
{
border-color: #73969A;
}
</style>