Shades of Gothic #728D92
Tints of Gothic #728D92
RGB
CMYK
RGB Variations
Color information
#728D92 (or 0x728D92) is known color: Gothic. HEX triplet: 72, 8D and 92. RGB value is (114,141,146). Sum of RGB (Red+Green+Blue) = 114+141+146=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #728D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D92 is #8D726D. Grayscale: #858585. Windows color (decimal): -9269870 or 9604466. OLE color: 9604466.
HSL color Cylindrical-coordinate representation of color #728D92: hue angle of 189.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728D92 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 141 | 146 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.43 |
| HSL | 189.38º | 0.13% | 0.51% | - |
| HSV(B) | 189.38º | 0.22% | 0.57% | - |
| XYZ | 21.65 | 24.7 | 30.82 | - |
| YUV | 133.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 146 | 0.22 | 0.03 | 0 | 0.43 | 189.38 | 0.13 | 0.51 |
| Hex | 72 | 8D | 92 | 16 | 3 | 0 | 2B | BD | D | 33 |
| Octal | 162 | 215 | 222 | 26 | 3 | 0 | 53 | 275 | 15 | 63 |
| Binary | 1110010 | 10001101 | 10010010 | 10110 | 11 | 0 | 101011 | 10111101 | 1101 | 110011 |
Color Harmonies of #728D92
Complementary color
Monochromatic Colors of #728D92
Black with #728D92
Text Example
Text Example
White with #728D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D92; }
p { color: rgb(114,141,146); }
H1.HeaderClassName
{
color: #728D92;
}
.AnyTagClassName
{
color: #728D92;
}
</style>
background-color css
<style>
a { background-color: #728D92; }
a { background-color: rgb(114,141,146); }
div.DivClassName
{
background-color: #728D92;
}
.BgClassName
{
background-color: #728D92;
}
</style>
border-color css
<style>
span { border-color: #728D92; }
span { border-color: rgb(114,141,146); }
td.TdClassName
{
border-color: #728D92;
}
.TagClassName
{
border-color: #728D92;
}
</style>