Shades of Bazaar #8A7773
Tints of Bazaar #8A7773
RGB
CMYK
RGB Variations
Color information
#8A7773 (or 0x8A7773) is known color: Bazaar. HEX triplet: 8A, 77 and 73. RGB value is (138,119,115). Sum of RGB (Red+Green+Blue) = 138+119+115=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7773 is #75888C. Grayscale: #7C7C7C. Windows color (decimal): -7702669 or 7567242. OLE color: 7567242.
HSL color Cylindrical-coordinate representation of color #8A7773: hue angle of 10.43º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7773 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 115 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.46 |
| HSL | 10.43º | 0.09% | 0.5% | - |
| HSV(B) | 10.43º | 0.17% | 0.54% | - |
| XYZ | 20.17 | 19.83 | 18.98 | - |
| YUV | 124.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 115 | 0 | 0.14 | 0.17 | 0.46 | 10.43 | 0.09 | 0.5 |
| Hex | 8A | 77 | 73 | 0 | E | 11 | 2E | A | 9 | 32 |
| Octal | 212 | 167 | 163 | 0 | 16 | 21 | 56 | 12 | 11 | 62 |
| Binary | 10001010 | 1110111 | 1110011 | 0 | 1110 | 10001 | 101110 | 1010 | 1001 | 110010 |
Color Harmonies of #8A7773
Complementary color
Monochromatic Colors of #8A7773
Black with #8A7773
Text Example
Text Example
White with #8A7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7773; }
p { color: rgb(138,119,115); }
H1.HeaderClassName
{
color: #8A7773;
}
.AnyTagClassName
{
color: #8A7773;
}
</style>
background-color css
<style>
a { background-color: #8A7773; }
a { background-color: rgb(138,119,115); }
div.DivClassName
{
background-color: #8A7773;
}
.BgClassName
{
background-color: #8A7773;
}
</style>
border-color css
<style>
span { border-color: #8A7773; }
span { border-color: rgb(138,119,115); }
td.TdClassName
{
border-color: #8A7773;
}
.TagClassName
{
border-color: #8A7773;
}
</style>