Shades of Bazaar #8C7672
Tints of Bazaar #8C7672
RGB
CMYK
RGB Variations
Color information
#8C7672 (or 0x8C7672) is known color: Bazaar. HEX triplet: 8C, 76 and 72. RGB value is (140,118,114). Sum of RGB (Red+Green+Blue) = 140+118+114=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7672 is #73898D. Grayscale: #7C7C7C. Windows color (decimal): -7571854 or 7501452. OLE color: 7501452.
HSL color Cylindrical-coordinate representation of color #8C7672: hue angle of 9.23º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7672 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 114 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.45 |
| HSL | 9.23º | 0.1% | 0.5% | - |
| HSV(B) | 9.23º | 0.19% | 0.55% | - |
| XYZ | 20.33 | 19.75 | 18.66 | - |
| YUV | 124.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 114 | 0 | 0.16 | 0.19 | 0.45 | 9.23 | 0.1 | 0.5 |
| Hex | 8C | 76 | 72 | 0 | 10 | 13 | 2D | 9 | A | 32 |
| Octal | 214 | 166 | 162 | 0 | 20 | 23 | 55 | 11 | 12 | 62 |
| Binary | 10001100 | 1110110 | 1110010 | 0 | 10000 | 10011 | 101101 | 1001 | 1010 | 110010 |
Color Harmonies of #8C7672
Complementary color
Monochromatic Colors of #8C7672
Black with #8C7672
Text Example
Text Example
White with #8C7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7672; }
p { color: rgb(140,118,114); }
H1.HeaderClassName
{
color: #8C7672;
}
.AnyTagClassName
{
color: #8C7672;
}
</style>
background-color css
<style>
a { background-color: #8C7672; }
a { background-color: rgb(140,118,114); }
div.DivClassName
{
background-color: #8C7672;
}
.BgClassName
{
background-color: #8C7672;
}
</style>
border-color css
<style>
span { border-color: #8C7672; }
span { border-color: rgb(140,118,114); }
td.TdClassName
{
border-color: #8C7672;
}
.TagClassName
{
border-color: #8C7672;
}
</style>