Shades of Bazaar #8A7673
Tints of Bazaar #8A7673
RGB
CMYK
RGB Variations
Color information
#8A7673 (or 0x8A7673) is known color: Bazaar. HEX triplet: 8A, 76 and 73. RGB value is (138,118,115). Sum of RGB (Red+Green+Blue) = 138+118+115=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7673 is #75898C. Grayscale: #7B7B7B. Windows color (decimal): -7702925 or 7566986. OLE color: 7566986.
HSL color Cylindrical-coordinate representation of color #8A7673: hue angle of 7.83º 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 #8A7673 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 115 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.46 |
| HSL | 7.83º | 0.09% | 0.5% | - |
| HSV(B) | 7.83º | 0.17% | 0.54% | - |
| XYZ | 20.05 | 19.6 | 18.95 | - |
| YUV | 123.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 115 | 0 | 0.14 | 0.17 | 0.46 | 7.83 | 0.09 | 0.5 |
| Hex | 8A | 76 | 73 | 0 | E | 11 | 2E | 8 | 9 | 32 |
| Octal | 212 | 166 | 163 | 0 | 16 | 21 | 56 | 10 | 11 | 62 |
| Binary | 10001010 | 1110110 | 1110011 | 0 | 1110 | 10001 | 101110 | 1000 | 1001 | 110010 |
Color Harmonies of #8A7673
Complementary color
Monochromatic Colors of #8A7673
Black with #8A7673
Text Example
Text Example
White with #8A7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7673; }
p { color: rgb(138,118,115); }
H1.HeaderClassName
{
color: #8A7673;
}
.AnyTagClassName
{
color: #8A7673;
}
</style>
background-color css
<style>
a { background-color: #8A7673; }
a { background-color: rgb(138,118,115); }
div.DivClassName
{
background-color: #8A7673;
}
.BgClassName
{
background-color: #8A7673;
}
</style>
border-color css
<style>
span { border-color: #8A7673; }
span { border-color: rgb(138,118,115); }
td.TdClassName
{
border-color: #8A7673;
}
.TagClassName
{
border-color: #8A7673;
}
</style>