Shades of Gothic #728B90
Tints of Gothic #728B90
RGB
CMYK
RGB Variations
Color information
#728B90 (or 0x728B90) is known color: Gothic. HEX triplet: 72, 8B and 90. RGB value is (114,139,144). Sum of RGB (Red+Green+Blue) = 114+139+144=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #728B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B90 is #8D746F. Grayscale: #848484. Windows color (decimal): -9270384 or 9472882. OLE color: 9472882.
HSL color Cylindrical-coordinate representation of color #728B90: hue angle of 190º 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 #728B90 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 139 | 144 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.44 |
| HSL | 190º | 0.12% | 0.51% | - |
| HSV(B) | 190º | 0.21% | 0.56% | - |
| XYZ | 21.21 | 24.06 | 29.91 | - |
| YUV | 132.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 144 | 0.21 | 0.03 | 0 | 0.44 | 190 | 0.12 | 0.51 |
| Hex | 72 | 8B | 90 | 15 | 3 | 0 | 2C | BE | C | 33 |
| Octal | 162 | 213 | 220 | 25 | 3 | 0 | 54 | 276 | 14 | 63 |
| Binary | 1110010 | 10001011 | 10010000 | 10101 | 11 | 0 | 101100 | 10111110 | 1100 | 110011 |
Color Harmonies of #728B90
Complementary color
Monochromatic Colors of #728B90
Black with #728B90
Text Example
Text Example
White with #728B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B90; }
p { color: rgb(114,139,144); }
H1.HeaderClassName
{
color: #728B90;
}
.AnyTagClassName
{
color: #728B90;
}
</style>
background-color css
<style>
a { background-color: #728B90; }
a { background-color: rgb(114,139,144); }
div.DivClassName
{
background-color: #728B90;
}
.BgClassName
{
background-color: #728B90;
}
</style>
border-color css
<style>
span { border-color: #728B90; }
span { border-color: rgb(114,139,144); }
td.TdClassName
{
border-color: #728B90;
}
.TagClassName
{
border-color: #728B90;
}
</style>