Shades of Gothic #71888A
Tints of Gothic #71888A
RGB
CMYK
RGB Variations
Color information
#71888A (or 0x71888A) is known color: Gothic. HEX triplet: 71, 88 and 8A. RGB value is (113,136,138). Sum of RGB (Red+Green+Blue) = 113+136+138=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #71888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71888A is #8E7775. Grayscale: #818181. Windows color (decimal): -9336694 or 9078897. OLE color: 9078897.
HSL color Cylindrical-coordinate representation of color #71888A: hue angle of 184.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71888A is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 136 | 138 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.46 |
| HSL | 184.8º | 0.1% | 0.49% | - |
| HSV(B) | 184.8º | 0.18% | 0.54% | - |
| XYZ | 20.2 | 22.95 | 27.41 | - |
| YUV | 129.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 138 | 0.18 | 0.01 | 0 | 0.46 | 184.8 | 0.1 | 0.49 |
| Hex | 71 | 88 | 8A | 12 | 1 | 0 | 2E | B9 | A | 31 |
| Octal | 161 | 210 | 212 | 22 | 1 | 0 | 56 | 271 | 12 | 61 |
| Binary | 1110001 | 10001000 | 10001010 | 10010 | 1 | 0 | 101110 | 10111001 | 1010 | 110001 |
Color Harmonies of #71888A
Complementary color
Monochromatic Colors of #71888A
Black with #71888A
Text Example
Text Example
White with #71888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71888A; }
p { color: rgb(113,136,138); }
H1.HeaderClassName
{
color: #71888A;
}
.AnyTagClassName
{
color: #71888A;
}
</style>
background-color css
<style>
a { background-color: #71888A; }
a { background-color: rgb(113,136,138); }
div.DivClassName
{
background-color: #71888A;
}
.BgClassName
{
background-color: #71888A;
}
</style>
border-color css
<style>
span { border-color: #71888A; }
span { border-color: rgb(113,136,138); }
td.TdClassName
{
border-color: #71888A;
}
.TagClassName
{
border-color: #71888A;
}
</style>