Shades of Bazaar #8C7473
Tints of Bazaar #8C7473
RGB
CMYK
RGB Variations
Color information
#8C7473 (or 0x8C7473) is known color: Bazaar. HEX triplet: 8C, 74 and 73. RGB value is (140,116,115). Sum of RGB (Red+Green+Blue) = 140+116+115=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7473 is #738B8C. Grayscale: #7B7B7B. Windows color (decimal): -7572365 or 7566476. OLE color: 7566476.
HSL color Cylindrical-coordinate representation of color #8C7473: hue angle of 2.4º 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 #8C7473 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 115 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.45 |
| HSL | 2.4º | 0.1% | 0.5% | - |
| HSV(B) | 2.4º | 0.18% | 0.55% | - |
| XYZ | 20.16 | 19.3 | 18.88 | - |
| YUV | 123.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 115 | 0 | 0.17 | 0.18 | 0.45 | 2.4 | 0.1 | 0.5 |
| Hex | 8C | 74 | 73 | 0 | 11 | 12 | 2D | 2 | A | 32 |
| Octal | 214 | 164 | 163 | 0 | 21 | 22 | 55 | 2 | 12 | 62 |
| Binary | 10001100 | 1110100 | 1110011 | 0 | 10001 | 10010 | 101101 | 10 | 1010 | 110010 |
Color Harmonies of #8C7473
Complementary color
Monochromatic Colors of #8C7473
Black with #8C7473
Text Example
Text Example
White with #8C7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7473; }
p { color: rgb(140,116,115); }
H1.HeaderClassName
{
color: #8C7473;
}
.AnyTagClassName
{
color: #8C7473;
}
</style>
background-color css
<style>
a { background-color: #8C7473; }
a { background-color: rgb(140,116,115); }
div.DivClassName
{
background-color: #8C7473;
}
.BgClassName
{
background-color: #8C7473;
}
</style>
border-color css
<style>
span { border-color: #8C7473; }
span { border-color: rgb(140,116,115); }
td.TdClassName
{
border-color: #8C7473;
}
.TagClassName
{
border-color: #8C7473;
}
</style>