Shades of Gothic #718A95
Tints of Gothic #718A95
RGB
CMYK
RGB Variations
Color information
#718A95 (or 0x718A95) is known color: Gothic. HEX triplet: 71, 8A and 95. RGB value is (113,138,149). Sum of RGB (Red+Green+Blue) = 113+138+149=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #718A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A95 is #8E756A. Grayscale: #838383. Windows color (decimal): -9336171 or 9800305. OLE color: 9800305.
HSL color Cylindrical-coordinate representation of color #718A95: hue angle of 198.33º degrees, saturation: 0.15, 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 #718A95 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 138 | 149 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.42 |
| HSL | 198.33º | 0.15% | 0.51% | - |
| HSV(B) | 198.33º | 0.24% | 0.58% | - |
| XYZ | 21.32 | 23.86 | 31.91 | - |
| YUV | 131.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 149 | 0.24 | 0.07 | 0 | 0.42 | 198.33 | 0.15 | 0.51 |
| Hex | 71 | 8A | 95 | 18 | 7 | 0 | 2A | C6 | F | 33 |
| Octal | 161 | 212 | 225 | 30 | 7 | 0 | 52 | 306 | 17 | 63 |
| Binary | 1110001 | 10001010 | 10010101 | 11000 | 111 | 0 | 101010 | 11000110 | 1111 | 110011 |
Color Harmonies of #718A95
Complementary color
Monochromatic Colors of #718A95
Black with #718A95
Text Example
Text Example
White with #718A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A95; }
p { color: rgb(113,138,149); }
H1.HeaderClassName
{
color: #718A95;
}
.AnyTagClassName
{
color: #718A95;
}
</style>
background-color css
<style>
a { background-color: #718A95; }
a { background-color: rgb(113,138,149); }
div.DivClassName
{
background-color: #718A95;
}
.BgClassName
{
background-color: #718A95;
}
</style>
border-color css
<style>
span { border-color: #718A95; }
span { border-color: rgb(113,138,149); }
td.TdClassName
{
border-color: #718A95;
}
.TagClassName
{
border-color: #718A95;
}
</style>