Shades of Gothic #718A94
Tints of Gothic #718A94
RGB
CMYK
RGB Variations
Color information
#718A94 (or 0x718A94) is known color: Gothic. HEX triplet: 71, 8A and 94. RGB value is (113,138,148). Sum of RGB (Red+Green+Blue) = 113+138+148=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #718A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A94 is #8E756B. Grayscale: #838383. Windows color (decimal): -9336172 or 9734769. OLE color: 9734769.
HSL color Cylindrical-coordinate representation of color #718A94: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718A94 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 138 | 148 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.42 |
| HSL | 197.14º | 0.14% | 0.51% | - |
| HSV(B) | 197.14º | 0.24% | 0.58% | - |
| XYZ | 21.24 | 23.83 | 31.5 | - |
| YUV | 131.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 148 | 0.24 | 0.07 | 0 | 0.42 | 197.14 | 0.14 | 0.51 |
| Hex | 71 | 8A | 94 | 18 | 7 | 0 | 2A | C5 | E | 33 |
| Octal | 161 | 212 | 224 | 30 | 7 | 0 | 52 | 305 | 16 | 63 |
| Binary | 1110001 | 10001010 | 10010100 | 11000 | 111 | 0 | 101010 | 11000101 | 1110 | 110011 |
Color Harmonies of #718A94
Complementary color
Monochromatic Colors of #718A94
Black with #718A94
Text Example
Text Example
White with #718A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A94; }
p { color: rgb(113,138,148); }
H1.HeaderClassName
{
color: #718A94;
}
.AnyTagClassName
{
color: #718A94;
}
</style>
background-color css
<style>
a { background-color: #718A94; }
a { background-color: rgb(113,138,148); }
div.DivClassName
{
background-color: #718A94;
}
.BgClassName
{
background-color: #718A94;
}
</style>
border-color css
<style>
span { border-color: #718A94; }
span { border-color: rgb(113,138,148); }
td.TdClassName
{
border-color: #718A94;
}
.TagClassName
{
border-color: #718A94;
}
</style>