Shades of Gothic #71898C
Tints of Gothic #71898C
RGB
CMYK
RGB Variations
Color information
#71898C (or 0x71898C) is known color: Gothic. HEX triplet: 71, 89 and 8C. RGB value is (113,137,140). Sum of RGB (Red+Green+Blue) = 113+137+140=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #71898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71898C is #8E7673. Grayscale: #828282. Windows color (decimal): -9336436 or 9210225. OLE color: 9210225.
HSL color Cylindrical-coordinate representation of color #71898C: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71898C is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 137 | 140 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.45 |
| HSL | 186.67º | 0.11% | 0.5% | - |
| HSV(B) | 186.67º | 0.19% | 0.55% | - |
| XYZ | 20.49 | 23.3 | 28.23 | - |
| YUV | 130.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 140 | 0.19 | 0.02 | 0 | 0.45 | 186.67 | 0.11 | 0.5 |
| Hex | 71 | 89 | 8C | 13 | 2 | 0 | 2D | BB | B | 32 |
| Octal | 161 | 211 | 214 | 23 | 2 | 0 | 55 | 273 | 13 | 62 |
| Binary | 1110001 | 10001001 | 10001100 | 10011 | 10 | 0 | 101101 | 10111011 | 1011 | 110010 |
Color Harmonies of #71898C
Complementary color
Monochromatic Colors of #71898C
Black with #71898C
Text Example
Text Example
White with #71898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71898C; }
p { color: rgb(113,137,140); }
H1.HeaderClassName
{
color: #71898C;
}
.AnyTagClassName
{
color: #71898C;
}
</style>
background-color css
<style>
a { background-color: #71898C; }
a { background-color: rgb(113,137,140); }
div.DivClassName
{
background-color: #71898C;
}
.BgClassName
{
background-color: #71898C;
}
</style>
border-color css
<style>
span { border-color: #71898C; }
span { border-color: rgb(113,137,140); }
td.TdClassName
{
border-color: #71898C;
}
.TagClassName
{
border-color: #71898C;
}
</style>