Shades of Gothic #728D93
Tints of Gothic #728D93
RGB
CMYK
RGB Variations
Color information
#728D93 (or 0x728D93) is known color: Gothic. HEX triplet: 72, 8D and 93. RGB value is (114,141,147). Sum of RGB (Red+Green+Blue) = 114+141+147=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #728D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D93 is #8D726C. Grayscale: #858585. Windows color (decimal): -9269869 or 9670002. OLE color: 9670002.
HSL color Cylindrical-coordinate representation of color #728D93: hue angle of 190.91º 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 #728D93 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 141 | 147 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.42 |
| HSL | 190.91º | 0.13% | 0.51% | - |
| HSV(B) | 190.91º | 0.22% | 0.58% | - |
| XYZ | 21.73 | 24.73 | 31.23 | - |
| YUV | 133.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 147 | 0.22 | 0.04 | 0 | 0.42 | 190.91 | 0.13 | 0.51 |
| Hex | 72 | 8D | 93 | 16 | 4 | 0 | 2A | BF | D | 33 |
| Octal | 162 | 215 | 223 | 26 | 4 | 0 | 52 | 277 | 15 | 63 |
| Binary | 1110010 | 10001101 | 10010011 | 10110 | 100 | 0 | 101010 | 10111111 | 1101 | 110011 |
Color Harmonies of #728D93
Complementary color
Monochromatic Colors of #728D93
Black with #728D93
Text Example
Text Example
White with #728D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D93; }
p { color: rgb(114,141,147); }
H1.HeaderClassName
{
color: #728D93;
}
.AnyTagClassName
{
color: #728D93;
}
</style>
background-color css
<style>
a { background-color: #728D93; }
a { background-color: rgb(114,141,147); }
div.DivClassName
{
background-color: #728D93;
}
.BgClassName
{
background-color: #728D93;
}
</style>
border-color css
<style>
span { border-color: #728D93; }
span { border-color: rgb(114,141,147); }
td.TdClassName
{
border-color: #728D93;
}
.TagClassName
{
border-color: #728D93;
}
</style>