Shades of Bazaar #8A7875
Tints of Bazaar #8A7875
RGB
CMYK
RGB Variations
Color information
#8A7875 (or 0x8A7875) is known color: Bazaar. HEX triplet: 8A, 78 and 75. RGB value is (138,120,117). Sum of RGB (Red+Green+Blue) = 138+120+117=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7875 is #75878A. Grayscale: #7D7D7D. Windows color (decimal): -7702411 or 7698570. OLE color: 7698570.
HSL color Cylindrical-coordinate representation of color #8A7875: hue angle of 8.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A7875 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 120 | 117 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.46 |
| HSL | 8.57º | 0.08% | 0.5% | - |
| HSV(B) | 8.57º | 0.15% | 0.54% | - |
| XYZ | 20.41 | 20.12 | 19.64 | - |
| YUV | 125.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 117 | 0 | 0.13 | 0.15 | 0.46 | 8.57 | 0.08 | 0.5 |
| Hex | 8A | 78 | 75 | 0 | D | F | 2E | 9 | 8 | 32 |
| Octal | 212 | 170 | 165 | 0 | 15 | 17 | 56 | 11 | 10 | 62 |
| Binary | 10001010 | 1111000 | 1110101 | 0 | 1101 | 1111 | 101110 | 1001 | 1000 | 110010 |
Color Harmonies of #8A7875
Complementary color
Monochromatic Colors of #8A7875
Black with #8A7875
Text Example
Text Example
White with #8A7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7875; }
p { color: rgb(138,120,117); }
H1.HeaderClassName
{
color: #8A7875;
}
.AnyTagClassName
{
color: #8A7875;
}
</style>
background-color css
<style>
a { background-color: #8A7875; }
a { background-color: rgb(138,120,117); }
div.DivClassName
{
background-color: #8A7875;
}
.BgClassName
{
background-color: #8A7875;
}
</style>
border-color css
<style>
span { border-color: #8A7875; }
span { border-color: rgb(138,120,117); }
td.TdClassName
{
border-color: #8A7875;
}
.TagClassName
{
border-color: #8A7875;
}
</style>