Shades of Bazaar #8C7573
Tints of Bazaar #8C7573
RGB
CMYK
RGB Variations
Color information
#8C7573 (or 0x8C7573) is known color: Bazaar. HEX triplet: 8C, 75 and 73. RGB value is (140,117,115). Sum of RGB (Red+Green+Blue) = 140+117+115=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7573 is #738A8C. Grayscale: #7B7B7B. Windows color (decimal): -7572109 or 7566732. OLE color: 7566732.
HSL color Cylindrical-coordinate representation of color #8C7573: hue angle of 4.8º 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 #8C7573 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 115 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.45 |
| HSL | 4.8º | 0.1% | 0.5% | - |
| HSV(B) | 4.8º | 0.18% | 0.55% | - |
| XYZ | 20.27 | 19.54 | 18.92 | - |
| YUV | 123.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 115 | 0 | 0.16 | 0.18 | 0.45 | 4.8 | 0.1 | 0.5 |
| Hex | 8C | 75 | 73 | 0 | 10 | 12 | 2D | 5 | A | 32 |
| Octal | 214 | 165 | 163 | 0 | 20 | 22 | 55 | 5 | 12 | 62 |
| Binary | 10001100 | 1110101 | 1110011 | 0 | 10000 | 10010 | 101101 | 101 | 1010 | 110010 |
Color Harmonies of #8C7573
Complementary color
Monochromatic Colors of #8C7573
Black with #8C7573
Text Example
Text Example
White with #8C7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7573; }
p { color: rgb(140,117,115); }
H1.HeaderClassName
{
color: #8C7573;
}
.AnyTagClassName
{
color: #8C7573;
}
</style>
background-color css
<style>
a { background-color: #8C7573; }
a { background-color: rgb(140,117,115); }
div.DivClassName
{
background-color: #8C7573;
}
.BgClassName
{
background-color: #8C7573;
}
</style>
border-color css
<style>
span { border-color: #8C7573; }
span { border-color: rgb(140,117,115); }
td.TdClassName
{
border-color: #8C7573;
}
.TagClassName
{
border-color: #8C7573;
}
</style>