Shades of Gothic #73939A
Tints of Gothic #73939A
RGB
CMYK
RGB Variations
Color information
#73939A (or 0x73939A) is known color: Gothic. HEX triplet: 73, 93 and 9A. RGB value is (115,147,154). Sum of RGB (Red+Green+Blue) = 115+147+154=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #73939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73939A is #8C6C65. Grayscale: #8A8A8A. Windows color (decimal): -9202790 or 10130291. OLE color: 10130291.
HSL color Cylindrical-coordinate representation of color #73939A: hue angle of 190.77º 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 #73939A is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 147 | 154 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.40 |
| HSL | 190.77º | 0.16% | 0.53% | - |
| HSV(B) | 190.77º | 0.25% | 0.6% | - |
| XYZ | 23.34 | 26.85 | 34.52 | - |
| YUV | 138.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 154 | 0.25 | 0.05 | 0 | 0.40 | 190.77 | 0.16 | 0.53 |
| Hex | 73 | 93 | 9A | 19 | 5 | 0 | 28 | BF | 10 | 35 |
| Octal | 163 | 223 | 232 | 31 | 5 | 0 | 50 | 277 | 20 | 65 |
| Binary | 1110011 | 10010011 | 10011010 | 11001 | 101 | 0 | 101000 | 10111111 | 10000 | 110101 |
Color Harmonies of #73939A
Complementary color
Monochromatic Colors of #73939A
Black with #73939A
Text Example
Text Example
White with #73939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73939A; }
p { color: rgb(115,147,154); }
H1.HeaderClassName
{
color: #73939A;
}
.AnyTagClassName
{
color: #73939A;
}
</style>
background-color css
<style>
a { background-color: #73939A; }
a { background-color: rgb(115,147,154); }
div.DivClassName
{
background-color: #73939A;
}
.BgClassName
{
background-color: #73939A;
}
</style>
border-color css
<style>
span { border-color: #73939A; }
span { border-color: rgb(115,147,154); }
td.TdClassName
{
border-color: #73939A;
}
.TagClassName
{
border-color: #73939A;
}
</style>