Shades of Bazaar #8B7A77
Tints of Bazaar #8B7A77
RGB
CMYK
RGB Variations
Color information
#8B7A77 (or 0x8B7A77) is known color: Bazaar. HEX triplet: 8B, 7A and 77. RGB value is (139,122,119). Sum of RGB (Red+Green+Blue) = 139+122+119=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A77 is #748588. Grayscale: #7E7E7E. Windows color (decimal): -7636361 or 7830155. OLE color: 7830155.
HSL color Cylindrical-coordinate representation of color #8B7A77: hue angle of 9º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B7A77 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 119 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.45 |
| HSL | 9º | 0.08% | 0.51% | - |
| HSV(B) | 9º | 0.14% | 0.55% | - |
| XYZ | 20.94 | 20.74 | 20.35 | - |
| YUV | 126.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 119 | 0 | 0.12 | 0.14 | 0.45 | 9 | 0.08 | 0.51 |
| Hex | 8B | 7A | 77 | 0 | C | E | 2D | 9 | 8 | 33 |
| Octal | 213 | 172 | 167 | 0 | 14 | 16 | 55 | 11 | 10 | 63 |
| Binary | 10001011 | 1111010 | 1110111 | 0 | 1100 | 1110 | 101101 | 1001 | 1000 | 110011 |
Color Harmonies of #8B7A77
Complementary color
Monochromatic Colors of #8B7A77
Black with #8B7A77
Text Example
Text Example
White with #8B7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A77; }
p { color: rgb(139,122,119); }
H1.HeaderClassName
{
color: #8B7A77;
}
.AnyTagClassName
{
color: #8B7A77;
}
</style>
background-color css
<style>
a { background-color: #8B7A77; }
a { background-color: rgb(139,122,119); }
div.DivClassName
{
background-color: #8B7A77;
}
.BgClassName
{
background-color: #8B7A77;
}
</style>
border-color css
<style>
span { border-color: #8B7A77; }
span { border-color: rgb(139,122,119); }
td.TdClassName
{
border-color: #8B7A77;
}
.TagClassName
{
border-color: #8B7A77;
}
</style>