Shades of Bazaar #8B7775
Tints of Bazaar #8B7775
RGB
CMYK
RGB Variations
Color information
#8B7775 (or 0x8B7775) is known color: Bazaar. HEX triplet: 8B, 77 and 75. RGB value is (139,119,117). Sum of RGB (Red+Green+Blue) = 139+119+117=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7775 is #74888A. Grayscale: #7C7C7C. Windows color (decimal): -7637131 or 7698315. OLE color: 7698315.
HSL color Cylindrical-coordinate representation of color #8B7775: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B7775 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 117 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.45 |
| HSL | 5.45º | 0.09% | 0.5% | - |
| HSV(B) | 5.45º | 0.16% | 0.55% | - |
| XYZ | 20.46 | 19.97 | 19.61 | - |
| YUV | 124.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 117 | 0 | 0.14 | 0.16 | 0.45 | 5.45 | 0.09 | 0.5 |
| Hex | 8B | 77 | 75 | 0 | E | 10 | 2D | 5 | 9 | 32 |
| Octal | 213 | 167 | 165 | 0 | 16 | 20 | 55 | 5 | 11 | 62 |
| Binary | 10001011 | 1110111 | 1110101 | 0 | 1110 | 10000 | 101101 | 101 | 1001 | 110010 |
Color Harmonies of #8B7775
Complementary color
Monochromatic Colors of #8B7775
Black with #8B7775
Text Example
Text Example
White with #8B7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7775; }
p { color: rgb(139,119,117); }
H1.HeaderClassName
{
color: #8B7775;
}
.AnyTagClassName
{
color: #8B7775;
}
</style>
background-color css
<style>
a { background-color: #8B7775; }
a { background-color: rgb(139,119,117); }
div.DivClassName
{
background-color: #8B7775;
}
.BgClassName
{
background-color: #8B7775;
}
</style>
border-color css
<style>
span { border-color: #8B7775; }
span { border-color: rgb(139,119,117); }
td.TdClassName
{
border-color: #8B7775;
}
.TagClassName
{
border-color: #8B7775;
}
</style>