Shades of Bazaar #8E746F
Tints of Bazaar #8E746F
RGB
CMYK
RGB Variations
Color information
#8E746F (or 0x8E746F) is known color: Bazaar. HEX triplet: 8E, 74 and 6F. RGB value is (142,116,111). Sum of RGB (Red+Green+Blue) = 142+116+111=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E746F is #718B90. Grayscale: #7B7B7B. Windows color (decimal): -7441297 or 7304334. OLE color: 7304334.
HSL color Cylindrical-coordinate representation of color #8E746F: hue angle of 9.68º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E746F is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 116 | 111 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.44 |
| HSL | 9.68º | 0.12% | 0.5% | - |
| HSV(B) | 9.68º | 0.22% | 0.56% | - |
| XYZ | 20.27 | 19.39 | 17.71 | - |
| YUV | 123.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 111 | 0 | 0.18 | 0.22 | 0.44 | 9.68 | 0.12 | 0.5 |
| Hex | 8E | 74 | 6F | 0 | 12 | 16 | 2C | A | C | 32 |
| Octal | 216 | 164 | 157 | 0 | 22 | 26 | 54 | 12 | 14 | 62 |
| Binary | 10001110 | 1110100 | 1101111 | 0 | 10010 | 10110 | 101100 | 1010 | 1100 | 110010 |
Color Harmonies of #8E746F
Complementary color
Monochromatic Colors of #8E746F
Black with #8E746F
Text Example
Text Example
White with #8E746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E746F; }
p { color: rgb(142,116,111); }
H1.HeaderClassName
{
color: #8E746F;
}
.AnyTagClassName
{
color: #8E746F;
}
</style>
background-color css
<style>
a { background-color: #8E746F; }
a { background-color: rgb(142,116,111); }
div.DivClassName
{
background-color: #8E746F;
}
.BgClassName
{
background-color: #8E746F;
}
</style>
border-color css
<style>
span { border-color: #8E746F; }
span { border-color: rgb(142,116,111); }
td.TdClassName
{
border-color: #8E746F;
}
.TagClassName
{
border-color: #8E746F;
}
</style>