Shades of Gothic #71888C
Tints of Gothic #71888C
RGB
CMYK
RGB Variations
Color information
#71888C (or 0x71888C) is known color: Gothic. HEX triplet: 71, 88 and 8C. RGB value is (113,136,140). Sum of RGB (Red+Green+Blue) = 113+136+140=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #71888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71888C is #8E7773. Grayscale: #818181. Windows color (decimal): -9336692 or 9209969. OLE color: 9209969.
HSL color Cylindrical-coordinate representation of color #71888C: hue angle of 188.89º 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 #71888C is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 136 | 140 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.45 |
| HSL | 188.89º | 0.11% | 0.5% | - |
| HSV(B) | 188.89º | 0.19% | 0.55% | - |
| XYZ | 20.35 | 23.01 | 28.18 | - |
| YUV | 129.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 140 | 0.19 | 0.03 | 0 | 0.45 | 188.89 | 0.11 | 0.5 |
| Hex | 71 | 88 | 8C | 13 | 3 | 0 | 2D | BD | B | 32 |
| Octal | 161 | 210 | 214 | 23 | 3 | 0 | 55 | 275 | 13 | 62 |
| Binary | 1110001 | 10001000 | 10001100 | 10011 | 11 | 0 | 101101 | 10111101 | 1011 | 110010 |
Color Harmonies of #71888C
Complementary color
Monochromatic Colors of #71888C
Black with #71888C
Text Example
Text Example
White with #71888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71888C; }
p { color: rgb(113,136,140); }
H1.HeaderClassName
{
color: #71888C;
}
.AnyTagClassName
{
color: #71888C;
}
</style>
background-color css
<style>
a { background-color: #71888C; }
a { background-color: rgb(113,136,140); }
div.DivClassName
{
background-color: #71888C;
}
.BgClassName
{
background-color: #71888C;
}
</style>
border-color css
<style>
span { border-color: #71888C; }
span { border-color: rgb(113,136,140); }
td.TdClassName
{
border-color: #71888C;
}
.TagClassName
{
border-color: #71888C;
}
</style>