Shades of Gothic #728890
Tints of Gothic #728890
RGB
CMYK
RGB Variations
Color information
#728890 (or 0x728890) is known color: Gothic. HEX triplet: 72, 88 and 90. RGB value is (114,136,144). Sum of RGB (Red+Green+Blue) = 114+136+144=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #728890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728890 is #8D776F. Grayscale: #828282. Windows color (decimal): -9271152 or 9472114. OLE color: 9472114.
HSL color Cylindrical-coordinate representation of color #728890: hue angle of 196º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728890 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 136 | 144 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.44 |
| HSL | 196º | 0.12% | 0.51% | - |
| HSV(B) | 196º | 0.21% | 0.56% | - |
| XYZ | 20.78 | 23.2 | 29.77 | - |
| YUV | 130.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 144 | 0.21 | 0.06 | 0 | 0.44 | 196 | 0.12 | 0.51 |
| Hex | 72 | 88 | 90 | 15 | 6 | 0 | 2C | C4 | C | 33 |
| Octal | 162 | 210 | 220 | 25 | 6 | 0 | 54 | 304 | 14 | 63 |
| Binary | 1110010 | 10001000 | 10010000 | 10101 | 110 | 0 | 101100 | 11000100 | 1100 | 110011 |
Color Harmonies of #728890
Complementary color
Monochromatic Colors of #728890
Black with #728890
Text Example
Text Example
White with #728890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728890; }
p { color: rgb(114,136,144); }
H1.HeaderClassName
{
color: #728890;
}
.AnyTagClassName
{
color: #728890;
}
</style>
background-color css
<style>
a { background-color: #728890; }
a { background-color: rgb(114,136,144); }
div.DivClassName
{
background-color: #728890;
}
.BgClassName
{
background-color: #728890;
}
</style>
border-color css
<style>
span { border-color: #728890; }
span { border-color: rgb(114,136,144); }
td.TdClassName
{
border-color: #728890;
}
.TagClassName
{
border-color: #728890;
}
</style>