Shades of Gothic #73959A
Tints of Gothic #73959A
RGB
CMYK
RGB Variations
Color information
#73959A (or 0x73959A) is known color: Gothic. HEX triplet: 73, 95 and 9A. RGB value is (115,149,154). Sum of RGB (Red+Green+Blue) = 115+149+154=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #73959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73959A is #8C6A65. Grayscale: #8B8B8B. Windows color (decimal): -9202278 or 10130803. OLE color: 10130803.
HSL color Cylindrical-coordinate representation of color #73959A: hue angle of 187.69º 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 #73959A is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 149 | 154 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.40 |
| HSL | 187.69º | 0.16% | 0.53% | - |
| HSV(B) | 187.69º | 0.25% | 0.6% | - |
| XYZ | 23.65 | 27.47 | 34.63 | - |
| YUV | 139.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 154 | 0.25 | 0.03 | 0 | 0.40 | 187.69 | 0.16 | 0.53 |
| Hex | 73 | 95 | 9A | 19 | 3 | 0 | 28 | BC | 10 | 35 |
| Octal | 163 | 225 | 232 | 31 | 3 | 0 | 50 | 274 | 20 | 65 |
| Binary | 1110011 | 10010101 | 10011010 | 11001 | 11 | 0 | 101000 | 10111100 | 10000 | 110101 |
Color Harmonies of #73959A
Complementary color
Monochromatic Colors of #73959A
Black with #73959A
Text Example
Text Example
White with #73959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73959A; }
p { color: rgb(115,149,154); }
H1.HeaderClassName
{
color: #73959A;
}
.AnyTagClassName
{
color: #73959A;
}
</style>
background-color css
<style>
a { background-color: #73959A; }
a { background-color: rgb(115,149,154); }
div.DivClassName
{
background-color: #73959A;
}
.BgClassName
{
background-color: #73959A;
}
</style>
border-color css
<style>
span { border-color: #73959A; }
span { border-color: rgb(115,149,154); }
td.TdClassName
{
border-color: #73959A;
}
.TagClassName
{
border-color: #73959A;
}
</style>