Shades of Gothic #72878A
Tints of Gothic #72878A
RGB
CMYK
RGB Variations
Color information
#72878A (or 0x72878A) is known color: Gothic. HEX triplet: 72, 87 and 8A. RGB value is (114,135,138). Sum of RGB (Red+Green+Blue) = 114+135+138=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 135 (53.12% from 255 or 34.88% 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 #72878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72878A is #8D7875. Grayscale: #818181. Windows color (decimal): -9271414 or 9078642. OLE color: 9078642.
HSL color Cylindrical-coordinate representation of color #72878A: hue angle of 187.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72878A is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 135 | 138 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.46 |
| HSL | 187.5º | 0.1% | 0.49% | - |
| HSV(B) | 187.5º | 0.17% | 0.54% | - |
| XYZ | 20.19 | 22.74 | 27.37 | - |
| YUV | 129.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 138 | 0.17 | 0.02 | 0 | 0.46 | 187.5 | 0.1 | 0.49 |
| Hex | 72 | 87 | 8A | 11 | 2 | 0 | 2E | BC | A | 31 |
| Octal | 162 | 207 | 212 | 21 | 2 | 0 | 56 | 274 | 12 | 61 |
| Binary | 1110010 | 10000111 | 10001010 | 10001 | 10 | 0 | 101110 | 10111100 | 1010 | 110001 |
Color Harmonies of #72878A
Complementary color
Monochromatic Colors of #72878A
Black with #72878A
Text Example
Text Example
White with #72878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72878A; }
p { color: rgb(114,135,138); }
H1.HeaderClassName
{
color: #72878A;
}
.AnyTagClassName
{
color: #72878A;
}
</style>
background-color css
<style>
a { background-color: #72878A; }
a { background-color: rgb(114,135,138); }
div.DivClassName
{
background-color: #72878A;
}
.BgClassName
{
background-color: #72878A;
}
</style>
border-color css
<style>
span { border-color: #72878A; }
span { border-color: rgb(114,135,138); }
td.TdClassName
{
border-color: #72878A;
}
.TagClassName
{
border-color: #72878A;
}
</style>