Shades of Gothic #72878D
Tints of Gothic #72878D
RGB
CMYK
RGB Variations
Color information
#72878D (or 0x72878D) is known color: Gothic. HEX triplet: 72, 87 and 8D. RGB value is (114,135,141). Sum of RGB (Red+Green+Blue) = 114+135+141=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #72878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72878D is #8D7872. Grayscale: #818181. Windows color (decimal): -9271411 or 9275250. OLE color: 9275250.
HSL color Cylindrical-coordinate representation of color #72878D: hue angle of 193.33º 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 #72878D is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 135 | 141 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.45 |
| HSL | 193.33º | 0.11% | 0.5% | - |
| HSV(B) | 193.33º | 0.19% | 0.55% | - |
| XYZ | 20.41 | 22.83 | 28.53 | - |
| YUV | 129.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 141 | 0.19 | 0.04 | 0 | 0.45 | 193.33 | 0.11 | 0.5 |
| Hex | 72 | 87 | 8D | 13 | 4 | 0 | 2D | C1 | B | 32 |
| Octal | 162 | 207 | 215 | 23 | 4 | 0 | 55 | 301 | 13 | 62 |
| Binary | 1110010 | 10000111 | 10001101 | 10011 | 100 | 0 | 101101 | 11000001 | 1011 | 110010 |
Color Harmonies of #72878D
Complementary color
Monochromatic Colors of #72878D
Black with #72878D
Text Example
Text Example
White with #72878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72878D; }
p { color: rgb(114,135,141); }
H1.HeaderClassName
{
color: #72878D;
}
.AnyTagClassName
{
color: #72878D;
}
</style>
background-color css
<style>
a { background-color: #72878D; }
a { background-color: rgb(114,135,141); }
div.DivClassName
{
background-color: #72878D;
}
.BgClassName
{
background-color: #72878D;
}
</style>
border-color css
<style>
span { border-color: #72878D; }
span { border-color: rgb(114,135,141); }
td.TdClassName
{
border-color: #72878D;
}
.TagClassName
{
border-color: #72878D;
}
</style>