Shades of Gothic #728C93
Tints of Gothic #728C93
RGB
CMYK
RGB Variations
Color information
#728C93 (or 0x728C93) is known color: Gothic. HEX triplet: 72, 8C and 93. RGB value is (114,140,147). Sum of RGB (Red+Green+Blue) = 114+140+147=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #728C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C93 is #8D736C. Grayscale: #848484. Windows color (decimal): -9270125 or 9669746. OLE color: 9669746.
HSL color Cylindrical-coordinate representation of color #728C93: hue angle of 192.73º 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 #728C93 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 140 | 147 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.42 |
| HSL | 192.73º | 0.13% | 0.51% | - |
| HSV(B) | 192.73º | 0.22% | 0.58% | - |
| XYZ | 21.58 | 24.44 | 31.18 | - |
| YUV | 133.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 147 | 0.22 | 0.05 | 0 | 0.42 | 192.73 | 0.13 | 0.51 |
| Hex | 72 | 8C | 93 | 16 | 5 | 0 | 2A | C1 | D | 33 |
| Octal | 162 | 214 | 223 | 26 | 5 | 0 | 52 | 301 | 15 | 63 |
| Binary | 1110010 | 10001100 | 10010011 | 10110 | 101 | 0 | 101010 | 11000001 | 1101 | 110011 |
Color Harmonies of #728C93
Complementary color
Monochromatic Colors of #728C93
Black with #728C93
Text Example
Text Example
White with #728C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C93; }
p { color: rgb(114,140,147); }
H1.HeaderClassName
{
color: #728C93;
}
.AnyTagClassName
{
color: #728C93;
}
</style>
background-color css
<style>
a { background-color: #728C93; }
a { background-color: rgb(114,140,147); }
div.DivClassName
{
background-color: #728C93;
}
.BgClassName
{
background-color: #728C93;
}
</style>
border-color css
<style>
span { border-color: #728C93; }
span { border-color: rgb(114,140,147); }
td.TdClassName
{
border-color: #728C93;
}
.TagClassName
{
border-color: #728C93;
}
</style>