Shades of Gothic #728E93
Tints of Gothic #728E93
RGB
CMYK
RGB Variations
Color information
#728E93 (or 0x728E93) is known color: Gothic. HEX triplet: 72, 8E and 93. RGB value is (114,142,147). Sum of RGB (Red+Green+Blue) = 114+142+147=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #728E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728E93 is #8D716C. Grayscale: #868686. Windows color (decimal): -9269613 or 9670258. OLE color: 9670258.
HSL color Cylindrical-coordinate representation of color #728E93: hue angle of 189.09º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728E93 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 142 | 147 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.42 |
| HSL | 189.09º | 0.13% | 0.51% | - |
| HSV(B) | 189.09º | 0.22% | 0.58% | - |
| XYZ | 21.88 | 25.03 | 31.28 | - |
| YUV | 134.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 147 | 0.22 | 0.03 | 0 | 0.42 | 189.09 | 0.13 | 0.51 |
| Hex | 72 | 8E | 93 | 16 | 3 | 0 | 2A | BD | D | 33 |
| Octal | 162 | 216 | 223 | 26 | 3 | 0 | 52 | 275 | 15 | 63 |
| Binary | 1110010 | 10001110 | 10010011 | 10110 | 11 | 0 | 101010 | 10111101 | 1101 | 110011 |
Color Harmonies of #728E93
Complementary color
Monochromatic Colors of #728E93
Black with #728E93
Text Example
Text Example
White with #728E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E93; }
p { color: rgb(114,142,147); }
H1.HeaderClassName
{
color: #728E93;
}
.AnyTagClassName
{
color: #728E93;
}
</style>
background-color css
<style>
a { background-color: #728E93; }
a { background-color: rgb(114,142,147); }
div.DivClassName
{
background-color: #728E93;
}
.BgClassName
{
background-color: #728E93;
}
</style>
border-color css
<style>
span { border-color: #728E93; }
span { border-color: rgb(114,142,147); }
td.TdClassName
{
border-color: #728E93;
}
.TagClassName
{
border-color: #728E93;
}
</style>