Shades of Gothic #718D90
Tints of Gothic #718D90
RGB
CMYK
RGB Variations
Color information
#718D90 (or 0x718D90) is known color: Gothic. HEX triplet: 71, 8D and 90. RGB value is (113,141,144). Sum of RGB (Red+Green+Blue) = 113+141+144=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #718D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D90 is #8E726F. Grayscale: #848484. Windows color (decimal): -9335408 or 9473393. OLE color: 9473393.
HSL color Cylindrical-coordinate representation of color #718D90: hue angle of 185.81º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718D90 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 141 | 144 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.44 |
| HSL | 185.81º | 0.12% | 0.5% | - |
| HSV(B) | 185.81º | 0.22% | 0.56% | - |
| XYZ | 21.37 | 24.57 | 30 | - |
| YUV | 132.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 144 | 0.22 | 0.02 | 0 | 0.44 | 185.81 | 0.12 | 0.5 |
| Hex | 71 | 8D | 90 | 16 | 2 | 0 | 2C | BA | C | 32 |
| Octal | 161 | 215 | 220 | 26 | 2 | 0 | 54 | 272 | 14 | 62 |
| Binary | 1110001 | 10001101 | 10010000 | 10110 | 10 | 0 | 101100 | 10111010 | 1100 | 110010 |
Color Harmonies of #718D90
Complementary color
Monochromatic Colors of #718D90
Black with #718D90
Text Example
Text Example
White with #718D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D90; }
p { color: rgb(113,141,144); }
H1.HeaderClassName
{
color: #718D90;
}
.AnyTagClassName
{
color: #718D90;
}
</style>
background-color css
<style>
a { background-color: #718D90; }
a { background-color: rgb(113,141,144); }
div.DivClassName
{
background-color: #718D90;
}
.BgClassName
{
background-color: #718D90;
}
</style>
border-color css
<style>
span { border-color: #718D90; }
span { border-color: rgb(113,141,144); }
td.TdClassName
{
border-color: #718D90;
}
.TagClassName
{
border-color: #718D90;
}
</style>