Shades of Gothic #71878A
Tints of Gothic #71878A
RGB
CMYK
RGB Variations
Color information
#71878A (or 0x71878A) is known color: Gothic. HEX triplet: 71, 87 and 8A. RGB value is (113,135,138). Sum of RGB (Red+Green+Blue) = 113+135+138=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #71878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71878A is #8E7875. Grayscale: #808080. Windows color (decimal): -9336950 or 9078641. OLE color: 9078641.
HSL color Cylindrical-coordinate representation of color #71878A: hue angle of 187.2º 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 #71878A is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 135 | 138 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.46 |
| HSL | 187.2º | 0.1% | 0.49% | - |
| HSV(B) | 187.2º | 0.18% | 0.54% | - |
| XYZ | 20.06 | 22.67 | 27.36 | - |
| YUV | 128.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 138 | 0.18 | 0.02 | 0 | 0.46 | 187.2 | 0.1 | 0.49 |
| Hex | 71 | 87 | 8A | 12 | 2 | 0 | 2E | BB | A | 31 |
| Octal | 161 | 207 | 212 | 22 | 2 | 0 | 56 | 273 | 12 | 61 |
| Binary | 1110001 | 10000111 | 10001010 | 10010 | 10 | 0 | 101110 | 10111011 | 1010 | 110001 |
Color Harmonies of #71878A
Complementary color
Monochromatic Colors of #71878A
Black with #71878A
Text Example
Text Example
White with #71878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71878A; }
p { color: rgb(113,135,138); }
H1.HeaderClassName
{
color: #71878A;
}
.AnyTagClassName
{
color: #71878A;
}
</style>
background-color css
<style>
a { background-color: #71878A; }
a { background-color: rgb(113,135,138); }
div.DivClassName
{
background-color: #71878A;
}
.BgClassName
{
background-color: #71878A;
}
</style>
border-color css
<style>
span { border-color: #71878A; }
span { border-color: rgb(113,135,138); }
td.TdClassName
{
border-color: #71878A;
}
.TagClassName
{
border-color: #71878A;
}
</style>