Shades of Gothic #729498
Tints of Gothic #729498
RGB
CMYK
RGB Variations
Color information
#729498 (or 0x729498) is known color: Gothic. HEX triplet: 72, 94 and 98. RGB value is (114,148,152). Sum of RGB (Red+Green+Blue) = 114+148+152=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #729498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729498 is #8D6B67. Grayscale: #8A8A8A. Windows color (decimal): -9268072 or 9999474. OLE color: 9999474.
HSL color Cylindrical-coordinate representation of color #729498: hue angle of 186.32º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729498 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 148 | 152 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.40 |
| HSL | 186.32º | 0.16% | 0.52% | - |
| HSV(B) | 186.32º | 0.25% | 0.6% | - |
| XYZ | 23.2 | 27.02 | 33.7 | - |
| YUV | 138.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 152 | 0.25 | 0.03 | 0 | 0.40 | 186.32 | 0.16 | 0.52 |
| Hex | 72 | 94 | 98 | 19 | 3 | 0 | 28 | BA | 10 | 34 |
| Octal | 162 | 224 | 230 | 31 | 3 | 0 | 50 | 272 | 20 | 64 |
| Binary | 1110010 | 10010100 | 10011000 | 11001 | 11 | 0 | 101000 | 10111010 | 10000 | 110100 |
Color Harmonies of #729498
Complementary color
Monochromatic Colors of #729498
Black with #729498
Text Example
Text Example
White with #729498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729498; }
p { color: rgb(114,148,152); }
H1.HeaderClassName
{
color: #729498;
}
.AnyTagClassName
{
color: #729498;
}
</style>
background-color css
<style>
a { background-color: #729498; }
a { background-color: rgb(114,148,152); }
div.DivClassName
{
background-color: #729498;
}
.BgClassName
{
background-color: #729498;
}
</style>
border-color css
<style>
span { border-color: #729498; }
span { border-color: rgb(114,148,152); }
td.TdClassName
{
border-color: #729498;
}
.TagClassName
{
border-color: #729498;
}
</style>