Shades of Bazaar #8A7876
Tints of Bazaar #8A7876
RGB
CMYK
RGB Variations
Color information
#8A7876 (or 0x8A7876) is known color: Bazaar. HEX triplet: 8A, 78 and 76. RGB value is (138,120,118). Sum of RGB (Red+Green+Blue) = 138+120+118=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7876 is #758789. Grayscale: #7D7D7D. Windows color (decimal): -7702410 or 7764106. OLE color: 7764106.
HSL color Cylindrical-coordinate representation of color #8A7876: hue angle of 6º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A7876 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 120 | 118 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.46 |
| HSL | 6º | 0.08% | 0.5% | - |
| HSV(B) | 6º | 0.14% | 0.54% | - |
| XYZ | 20.47 | 20.14 | 19.95 | - |
| YUV | 125.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 118 | 0 | 0.13 | 0.14 | 0.46 | 6 | 0.08 | 0.5 |
| Hex | 8A | 78 | 76 | 0 | D | E | 2E | 6 | 8 | 32 |
| Octal | 212 | 170 | 166 | 0 | 15 | 16 | 56 | 6 | 10 | 62 |
| Binary | 10001010 | 1111000 | 1110110 | 0 | 1101 | 1110 | 101110 | 110 | 1000 | 110010 |
Color Harmonies of #8A7876
Complementary color
Monochromatic Colors of #8A7876
Black with #8A7876
Text Example
Text Example
White with #8A7876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7876; }
p { color: rgb(138,120,118); }
H1.HeaderClassName
{
color: #8A7876;
}
.AnyTagClassName
{
color: #8A7876;
}
</style>
background-color css
<style>
a { background-color: #8A7876; }
a { background-color: rgb(138,120,118); }
div.DivClassName
{
background-color: #8A7876;
}
.BgClassName
{
background-color: #8A7876;
}
</style>
border-color css
<style>
span { border-color: #8A7876; }
span { border-color: rgb(138,120,118); }
td.TdClassName
{
border-color: #8A7876;
}
.TagClassName
{
border-color: #8A7876;
}
</style>