Shades of Gothic #718B8F
Tints of Gothic #718B8F
RGB
CMYK
RGB Variations
Color information
#718B8F (or 0x718B8F) is known color: Gothic. HEX triplet: 71, 8B and 8F. RGB value is (113,139,143). Sum of RGB (Red+Green+Blue) = 113+139+143=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #718B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718B8F is #8E7470. Grayscale: #838383. Windows color (decimal): -9335921 or 9407345. OLE color: 9407345.
HSL color Cylindrical-coordinate representation of color #718B8F: hue angle of 188º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718B8F is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 139 | 143 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.44 |
| HSL | 188º | 0.12% | 0.5% | - |
| HSV(B) | 188º | 0.21% | 0.56% | - |
| XYZ | 21 | 23.96 | 29.5 | - |
| YUV | 131.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 143 | 0.21 | 0.03 | 0 | 0.44 | 188 | 0.12 | 0.5 |
| Hex | 71 | 8B | 8F | 15 | 3 | 0 | 2C | BC | C | 32 |
| Octal | 161 | 213 | 217 | 25 | 3 | 0 | 54 | 274 | 14 | 62 |
| Binary | 1110001 | 10001011 | 10001111 | 10101 | 11 | 0 | 101100 | 10111100 | 1100 | 110010 |
Color Harmonies of #718B8F
Complementary color
Monochromatic Colors of #718B8F
Black with #718B8F
Text Example
Text Example
White with #718B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B8F; }
p { color: rgb(113,139,143); }
H1.HeaderClassName
{
color: #718B8F;
}
.AnyTagClassName
{
color: #718B8F;
}
</style>
background-color css
<style>
a { background-color: #718B8F; }
a { background-color: rgb(113,139,143); }
div.DivClassName
{
background-color: #718B8F;
}
.BgClassName
{
background-color: #718B8F;
}
</style>
border-color css
<style>
span { border-color: #718B8F; }
span { border-color: rgb(113,139,143); }
td.TdClassName
{
border-color: #718B8F;
}
.TagClassName
{
border-color: #718B8F;
}
</style>