Shades of Bazaar #8B7A7A
Tints of Bazaar #8B7A7A
RGB
CMYK
RGB Variations
Color information
#8B7A7A (or 0x8B7A7A) is known color: Bazaar. HEX triplet: 8B, 7A and 7A. RGB value is (139,122,122). Sum of RGB (Red+Green+Blue) = 139+122+122=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A7A is #748585. Grayscale: #7F7F7F. Windows color (decimal): -7636358 or 8026763. OLE color: 8026763.
HSL color Cylindrical-coordinate representation of color #8B7A7A: hue angle of 0º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B7A7A is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 122 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.45 |
| HSL | 0º | 0.07% | 0.51% | - |
| HSV(B) | 0º | 0.12% | 0.55% | - |
| XYZ | 21.12 | 20.81 | 21.32 | - |
| YUV | 127.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 122 | 0 | 0.12 | 0.12 | 0.45 | 0 | 0.07 | 0.51 |
| Hex | 8B | 7A | 7A | 0 | C | C | 2D | 0 | 7 | 33 |
| Octal | 213 | 172 | 172 | 0 | 14 | 14 | 55 | 0 | 7 | 63 |
| Binary | 10001011 | 1111010 | 1111010 | 0 | 1100 | 1100 | 101101 | 0 | 111 | 110011 |
Color Harmonies of #8B7A7A
Complementary color
Monochromatic Colors of #8B7A7A
Black with #8B7A7A
Text Example
Text Example
White with #8B7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A7A; }
p { color: rgb(139,122,122); }
H1.HeaderClassName
{
color: #8B7A7A;
}
.AnyTagClassName
{
color: #8B7A7A;
}
</style>
background-color css
<style>
a { background-color: #8B7A7A; }
a { background-color: rgb(139,122,122); }
div.DivClassName
{
background-color: #8B7A7A;
}
.BgClassName
{
background-color: #8B7A7A;
}
</style>
border-color css
<style>
span { border-color: #8B7A7A; }
span { border-color: rgb(139,122,122); }
td.TdClassName
{
border-color: #8B7A7A;
}
.TagClassName
{
border-color: #8B7A7A;
}
</style>