Shades of Bazaar #8E7A79
Tints of Bazaar #8E7A79
RGB
CMYK
RGB Variations
Color information
#8E7A79 (or 0x8E7A79) is known color: Bazaar. HEX triplet: 8E, 7A and 79. RGB value is (142,122,121). Sum of RGB (Red+Green+Blue) = 142+122+121=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A79 is #718586. Grayscale: #7F7F7F. Windows color (decimal): -7439751 or 7961230. OLE color: 7961230.
HSL color Cylindrical-coordinate representation of color #8E7A79: hue angle of 2.86º 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 #8E7A79 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 121 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.44 |
| HSL | 2.86º | 0.09% | 0.52% | - |
| HSV(B) | 2.86º | 0.15% | 0.56% | - |
| XYZ | 21.57 | 21.05 | 21.02 | - |
| YUV | 127.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 121 | 0 | 0.14 | 0.15 | 0.44 | 2.86 | 0.09 | 0.52 |
| Hex | 8E | 7A | 79 | 0 | E | F | 2C | 3 | 9 | 34 |
| Octal | 216 | 172 | 171 | 0 | 16 | 17 | 54 | 3 | 11 | 64 |
| Binary | 10001110 | 1111010 | 1111001 | 0 | 1110 | 1111 | 101100 | 11 | 1001 | 110100 |
Color Harmonies of #8E7A79
Complementary color
Monochromatic Colors of #8E7A79
Black with #8E7A79
Text Example
Text Example
White with #8E7A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A79; }
p { color: rgb(142,122,121); }
H1.HeaderClassName
{
color: #8E7A79;
}
.AnyTagClassName
{
color: #8E7A79;
}
</style>
background-color css
<style>
a { background-color: #8E7A79; }
a { background-color: rgb(142,122,121); }
div.DivClassName
{
background-color: #8E7A79;
}
.BgClassName
{
background-color: #8E7A79;
}
</style>
border-color css
<style>
span { border-color: #8E7A79; }
span { border-color: rgb(142,122,121); }
td.TdClassName
{
border-color: #8E7A79;
}
.TagClassName
{
border-color: #8E7A79;
}
</style>