Shades of Gothic #73949A
Tints of Gothic #73949A
RGB
CMYK
RGB Variations
Color information
#73949A (or 0x73949A) is known color: Gothic. HEX triplet: 73, 94 and 9A. RGB value is (115,148,154). Sum of RGB (Red+Green+Blue) = 115+148+154=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #73949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73949A is #8C6B65. Grayscale: #8A8A8A. Windows color (decimal): -9202534 or 10130547. OLE color: 10130547.
HSL color Cylindrical-coordinate representation of color #73949A: hue angle of 189.23º 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 #73949A is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 148 | 154 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.40 |
| HSL | 189.23º | 0.16% | 0.53% | - |
| HSV(B) | 189.23º | 0.25% | 0.6% | - |
| XYZ | 23.49 | 27.16 | 34.58 | - |
| YUV | 138.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 154 | 0.25 | 0.04 | 0 | 0.40 | 189.23 | 0.16 | 0.53 |
| Hex | 73 | 94 | 9A | 19 | 4 | 0 | 28 | BD | 10 | 35 |
| Octal | 163 | 224 | 232 | 31 | 4 | 0 | 50 | 275 | 20 | 65 |
| Binary | 1110011 | 10010100 | 10011010 | 11001 | 100 | 0 | 101000 | 10111101 | 10000 | 110101 |
Color Harmonies of #73949A
Complementary color
Monochromatic Colors of #73949A
Black with #73949A
Text Example
Text Example
White with #73949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73949A; }
p { color: rgb(115,148,154); }
H1.HeaderClassName
{
color: #73949A;
}
.AnyTagClassName
{
color: #73949A;
}
</style>
background-color css
<style>
a { background-color: #73949A; }
a { background-color: rgb(115,148,154); }
div.DivClassName
{
background-color: #73949A;
}
.BgClassName
{
background-color: #73949A;
}
</style>
border-color css
<style>
span { border-color: #73949A; }
span { border-color: rgb(115,148,154); }
td.TdClassName
{
border-color: #73949A;
}
.TagClassName
{
border-color: #73949A;
}
</style>