Shades of Bazaar #8B7E7E
Tints of Bazaar #8B7E7E
RGB
CMYK
RGB Variations
Color information
#8B7E7E (or 0x8B7E7E) is known color: Bazaar. HEX triplet: 8B, 7E and 7E. RGB value is (139,126,126). Sum of RGB (Red+Green+Blue) = 139+126+126=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E7E is #748181. Grayscale: #818181. Windows color (decimal): -7635330 or 8289931. OLE color: 8289931.
HSL color Cylindrical-coordinate representation of color #8B7E7E: hue angle of 0º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B7E7E is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 126 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.45 |
| HSL | 0º | 0.05% | 0.52% | - |
| HSV(B) | 0º | 0.09% | 0.55% | - |
| XYZ | 21.87 | 21.92 | 22.82 | - |
| YUV | 129.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 126 | 0 | 0.09 | 0.09 | 0.45 | 0 | 0.05 | 0.52 |
| Hex | 8B | 7E | 7E | 0 | 9 | 9 | 2D | 0 | 5 | 34 |
| Octal | 213 | 176 | 176 | 0 | 11 | 11 | 55 | 0 | 5 | 64 |
| Binary | 10001011 | 1111110 | 1111110 | 0 | 1001 | 1001 | 101101 | 0 | 101 | 110100 |
Color Harmonies of #8B7E7E
Complementary color
Monochromatic Colors of #8B7E7E
Black with #8B7E7E
Text Example
Text Example
White with #8B7E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E7E; }
p { color: rgb(139,126,126); }
H1.HeaderClassName
{
color: #8B7E7E;
}
.AnyTagClassName
{
color: #8B7E7E;
}
</style>
background-color css
<style>
a { background-color: #8B7E7E; }
a { background-color: rgb(139,126,126); }
div.DivClassName
{
background-color: #8B7E7E;
}
.BgClassName
{
background-color: #8B7E7E;
}
</style>
border-color css
<style>
span { border-color: #8B7E7E; }
span { border-color: rgb(139,126,126); }
td.TdClassName
{
border-color: #8B7E7E;
}
.TagClassName
{
border-color: #8B7E7E;
}
</style>