Shades of Bazaar #8E7A78
Tints of Bazaar #8E7A78
RGB
CMYK
RGB Variations
Color information
#8E7A78 (or 0x8E7A78) is known color: Bazaar. HEX triplet: 8E, 7A and 78. RGB value is (142,122,120). Sum of RGB (Red+Green+Blue) = 142+122+120=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A78 is #718587. Grayscale: #7F7F7F. Windows color (decimal): -7439752 or 7895694. OLE color: 7895694.
HSL color Cylindrical-coordinate representation of color #8E7A78: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E7A78 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 120 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.44 |
| HSL | 5.45º | 0.09% | 0.51% | - |
| HSV(B) | 5.45º | 0.15% | 0.56% | - |
| XYZ | 21.51 | 21.03 | 20.69 | - |
| YUV | 127.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 120 | 0 | 0.14 | 0.15 | 0.44 | 5.45 | 0.09 | 0.51 |
| Hex | 8E | 7A | 78 | 0 | E | F | 2C | 5 | 9 | 33 |
| Octal | 216 | 172 | 170 | 0 | 16 | 17 | 54 | 5 | 11 | 63 |
| Binary | 10001110 | 1111010 | 1111000 | 0 | 1110 | 1111 | 101100 | 101 | 1001 | 110011 |
Color Harmonies of #8E7A78
Complementary color
Monochromatic Colors of #8E7A78
Black with #8E7A78
Text Example
Text Example
White with #8E7A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A78; }
p { color: rgb(142,122,120); }
H1.HeaderClassName
{
color: #8E7A78;
}
.AnyTagClassName
{
color: #8E7A78;
}
</style>
background-color css
<style>
a { background-color: #8E7A78; }
a { background-color: rgb(142,122,120); }
div.DivClassName
{
background-color: #8E7A78;
}
.BgClassName
{
background-color: #8E7A78;
}
</style>
border-color css
<style>
span { border-color: #8E7A78; }
span { border-color: rgb(142,122,120); }
td.TdClassName
{
border-color: #8E7A78;
}
.TagClassName
{
border-color: #8E7A78;
}
</style>