Shades of Bazaar #8D7673
Tints of Bazaar #8D7673
RGB
CMYK
RGB Variations
Color information
#8D7673 (or 0x8D7673) is known color: Bazaar. HEX triplet: 8D, 76 and 73. RGB value is (141,118,115). Sum of RGB (Red+Green+Blue) = 141+118+115=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7673 is #72898C. Grayscale: #7C7C7C. Windows color (decimal): -7506317 or 7566989. OLE color: 7566989.
HSL color Cylindrical-coordinate representation of color #8D7673: hue angle of 6.92º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7673 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 115 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.45 |
| HSL | 6.92º | 0.1% | 0.5% | - |
| HSV(B) | 6.92º | 0.18% | 0.55% | - |
| XYZ | 20.56 | 19.86 | 18.97 | - |
| YUV | 124.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 115 | 0 | 0.16 | 0.18 | 0.45 | 6.92 | 0.1 | 0.5 |
| Hex | 8D | 76 | 73 | 0 | 10 | 12 | 2D | 7 | A | 32 |
| Octal | 215 | 166 | 163 | 0 | 20 | 22 | 55 | 7 | 12 | 62 |
| Binary | 10001101 | 1110110 | 1110011 | 0 | 10000 | 10010 | 101101 | 111 | 1010 | 110010 |
Color Harmonies of #8D7673
Complementary color
Monochromatic Colors of #8D7673
Black with #8D7673
Text Example
Text Example
White with #8D7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7673; }
p { color: rgb(141,118,115); }
H1.HeaderClassName
{
color: #8D7673;
}
.AnyTagClassName
{
color: #8D7673;
}
</style>
background-color css
<style>
a { background-color: #8D7673; }
a { background-color: rgb(141,118,115); }
div.DivClassName
{
background-color: #8D7673;
}
.BgClassName
{
background-color: #8D7673;
}
</style>
border-color css
<style>
span { border-color: #8D7673; }
span { border-color: rgb(141,118,115); }
td.TdClassName
{
border-color: #8D7673;
}
.TagClassName
{
border-color: #8D7673;
}
</style>