Shades of Bazaar #8E7C79
Tints of Bazaar #8E7C79
RGB
CMYK
RGB Variations
Color information
#8E7C79 (or 0x8E7C79) is known color: Bazaar. HEX triplet: 8E, 7C and 79. RGB value is (142,124,121). Sum of RGB (Red+Green+Blue) = 142+124+121=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7C79 is #718386. Grayscale: #818181. Windows color (decimal): -7439239 or 7961742. OLE color: 7961742.
HSL color Cylindrical-coordinate representation of color #8E7C79: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E7C79 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 124 | 121 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.44 |
| HSL | 8.57º | 0.09% | 0.52% | - |
| HSV(B) | 8.57º | 0.15% | 0.56% | - |
| XYZ | 21.81 | 21.55 | 21.1 | - |
| YUV | 129.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 121 | 0 | 0.13 | 0.15 | 0.44 | 8.57 | 0.09 | 0.52 |
| Hex | 8E | 7C | 79 | 0 | D | F | 2C | 9 | 9 | 34 |
| Octal | 216 | 174 | 171 | 0 | 15 | 17 | 54 | 11 | 11 | 64 |
| Binary | 10001110 | 1111100 | 1111001 | 0 | 1101 | 1111 | 101100 | 1001 | 1001 | 110100 |
Color Harmonies of #8E7C79
Complementary color
Monochromatic Colors of #8E7C79
Black with #8E7C79
Text Example
Text Example
White with #8E7C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7C79; }
p { color: rgb(142,124,121); }
H1.HeaderClassName
{
color: #8E7C79;
}
.AnyTagClassName
{
color: #8E7C79;
}
</style>
background-color css
<style>
a { background-color: #8E7C79; }
a { background-color: rgb(142,124,121); }
div.DivClassName
{
background-color: #8E7C79;
}
.BgClassName
{
background-color: #8E7C79;
}
</style>
border-color css
<style>
span { border-color: #8E7C79; }
span { border-color: rgb(142,124,121); }
td.TdClassName
{
border-color: #8E7C79;
}
.TagClassName
{
border-color: #8E7C79;
}
</style>