Shades of Bazaar #8E7975
Tints of Bazaar #8E7975
RGB
CMYK
RGB Variations
Color information
#8E7975 (or 0x8E7975) is known color: Bazaar. HEX triplet: 8E, 79 and 75. RGB value is (142,121,117). Sum of RGB (Red+Green+Blue) = 142+121+117=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7975 is #71868A. Grayscale: #7E7E7E. Windows color (decimal): -7440011 or 7698830. OLE color: 7698830.
HSL color Cylindrical-coordinate representation of color #8E7975: hue angle of 9.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E7975 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 121 | 117 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.44 |
| HSL | 9.6º | 0.1% | 0.51% | - |
| HSV(B) | 9.6º | 0.18% | 0.56% | - |
| XYZ | 21.2 | 20.71 | 19.71 | - |
| YUV | 126.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 117 | 0 | 0.15 | 0.18 | 0.44 | 9.6 | 0.1 | 0.51 |
| Hex | 8E | 79 | 75 | 0 | F | 12 | 2C | A | A | 33 |
| Octal | 216 | 171 | 165 | 0 | 17 | 22 | 54 | 12 | 12 | 63 |
| Binary | 10001110 | 1111001 | 1110101 | 0 | 1111 | 10010 | 101100 | 1010 | 1010 | 110011 |
Color Harmonies of #8E7975
Complementary color
Monochromatic Colors of #8E7975
Black with #8E7975
Text Example
Text Example
White with #8E7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7975; }
p { color: rgb(142,121,117); }
H1.HeaderClassName
{
color: #8E7975;
}
.AnyTagClassName
{
color: #8E7975;
}
</style>
background-color css
<style>
a { background-color: #8E7975; }
a { background-color: rgb(142,121,117); }
div.DivClassName
{
background-color: #8E7975;
}
.BgClassName
{
background-color: #8E7975;
}
</style>
border-color css
<style>
span { border-color: #8E7975; }
span { border-color: rgb(142,121,117); }
td.TdClassName
{
border-color: #8E7975;
}
.TagClassName
{
border-color: #8E7975;
}
</style>