Shades of Bazaar #8E7978
Tints of Bazaar #8E7978
RGB
CMYK
RGB Variations
Color information
#8E7978 (or 0x8E7978) is known color: Bazaar. HEX triplet: 8E, 79 and 78. RGB value is (142,121,120). Sum of RGB (Red+Green+Blue) = 142+121+120=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7978 is #718687. Grayscale: #7F7F7F. Windows color (decimal): -7440008 or 7895438. OLE color: 7895438.
HSL color Cylindrical-coordinate representation of color #8E7978: hue angle of 2.73º 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 #8E7978 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 121 | 120 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.44 |
| HSL | 2.73º | 0.09% | 0.51% | - |
| HSV(B) | 2.73º | 0.15% | 0.56% | - |
| XYZ | 21.38 | 20.78 | 20.65 | - |
| YUV | 127.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 120 | 0 | 0.15 | 0.15 | 0.44 | 2.73 | 0.09 | 0.51 |
| Hex | 8E | 79 | 78 | 0 | F | F | 2C | 3 | 9 | 33 |
| Octal | 216 | 171 | 170 | 0 | 17 | 17 | 54 | 3 | 11 | 63 |
| Binary | 10001110 | 1111001 | 1111000 | 0 | 1111 | 1111 | 101100 | 11 | 1001 | 110011 |
Color Harmonies of #8E7978
Complementary color
Monochromatic Colors of #8E7978
Black with #8E7978
Text Example
Text Example
White with #8E7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7978; }
p { color: rgb(142,121,120); }
H1.HeaderClassName
{
color: #8E7978;
}
.AnyTagClassName
{
color: #8E7978;
}
</style>
background-color css
<style>
a { background-color: #8E7978; }
a { background-color: rgb(142,121,120); }
div.DivClassName
{
background-color: #8E7978;
}
.BgClassName
{
background-color: #8E7978;
}
</style>
border-color css
<style>
span { border-color: #8E7978; }
span { border-color: rgb(142,121,120); }
td.TdClassName
{
border-color: #8E7978;
}
.TagClassName
{
border-color: #8E7978;
}
</style>