Shades of Bazaar #847272
Tints of Bazaar #847272
RGB
CMYK
RGB Variations
Color information
#847272 (or 0x847272) is known color: Bazaar. HEX triplet: 84, 72 and 72. RGB value is (132,114,114). Sum of RGB (Red+Green+Blue) = 132+114+114=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #847272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847272 is #7B8D8D. Grayscale: #777777. Windows color (decimal): -8097166 or 7500420. OLE color: 7500420.
HSL color Cylindrical-coordinate representation of color #847272: hue angle of 0º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #847272 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 114 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.48 |
| HSL | 0º | 0.07% | 0.48% | - |
| HSV(B) | 0º | 0.14% | 0.52% | - |
| XYZ | 18.57 | 18.16 | 18.45 | - |
| YUV | 119.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 114 | 0 | 0.14 | 0.14 | 0.48 | 0 | 0.07 | 0.48 |
| Hex | 84 | 72 | 72 | 0 | E | E | 30 | 0 | 7 | 30 |
| Octal | 204 | 162 | 162 | 0 | 16 | 16 | 60 | 0 | 7 | 60 |
| Binary | 10000100 | 1110010 | 1110010 | 0 | 1110 | 1110 | 110000 | 0 | 111 | 110000 |
Color Harmonies of #847272
Complementary color
Monochromatic Colors of #847272
Black with #847272
Text Example
Text Example
White with #847272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847272; }
p { color: rgb(132,114,114); }
H1.HeaderClassName
{
color: #847272;
}
.AnyTagClassName
{
color: #847272;
}
</style>
background-color css
<style>
a { background-color: #847272; }
a { background-color: rgb(132,114,114); }
div.DivClassName
{
background-color: #847272;
}
.BgClassName
{
background-color: #847272;
}
</style>
border-color css
<style>
span { border-color: #847272; }
span { border-color: rgb(132,114,114); }
td.TdClassName
{
border-color: #847272;
}
.TagClassName
{
border-color: #847272;
}
</style>