Shades of Gothic #73969D
Tints of Gothic #73969D
RGB
CMYK
RGB Variations
Color information
#73969D (or 0x73969D) is known color: Gothic. HEX triplet: 73, 96 and 9D. RGB value is (115,150,157). Sum of RGB (Red+Green+Blue) = 115+150+157=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #73969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73969D is #8C6962. Grayscale: #8C8C8C. Windows color (decimal): -9202019 or 10327667. OLE color: 10327667.
HSL color Cylindrical-coordinate representation of color #73969D: hue angle of 190º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73969D is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 150 | 157 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.38 |
| HSL | 190º | 0.18% | 0.53% | - |
| HSV(B) | 190º | 0.27% | 0.62% | - |
| XYZ | 24.06 | 27.89 | 36.01 | - |
| YUV | 140.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 157 | 0.27 | 0.04 | 0 | 0.38 | 190 | 0.18 | 0.53 |
| Hex | 73 | 96 | 9D | 1B | 4 | 0 | 26 | BE | 12 | 35 |
| Octal | 163 | 226 | 235 | 33 | 4 | 0 | 46 | 276 | 22 | 65 |
| Binary | 1110011 | 10010110 | 10011101 | 11011 | 100 | 0 | 100110 | 10111110 | 10010 | 110101 |
Color Harmonies of #73969D
Complementary color
Monochromatic Colors of #73969D
Black with #73969D
Text Example
Text Example
White with #73969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73969D; }
p { color: rgb(115,150,157); }
H1.HeaderClassName
{
color: #73969D;
}
.AnyTagClassName
{
color: #73969D;
}
</style>
background-color css
<style>
a { background-color: #73969D; }
a { background-color: rgb(115,150,157); }
div.DivClassName
{
background-color: #73969D;
}
.BgClassName
{
background-color: #73969D;
}
</style>
border-color css
<style>
span { border-color: #73969D; }
span { border-color: rgb(115,150,157); }
td.TdClassName
{
border-color: #73969D;
}
.TagClassName
{
border-color: #73969D;
}
</style>