Shades of Bazaar #8B7D7B
Tints of Bazaar #8B7D7B
RGB
CMYK
RGB Variations
Color information
#8B7D7B (or 0x8B7D7B) is known color: Bazaar. HEX triplet: 8B, 7D and 7B. RGB value is (139,125,123). Sum of RGB (Red+Green+Blue) = 139+125+123=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D7B is #748284. Grayscale: #808080. Windows color (decimal): -7635589 or 8093067. OLE color: 8093067.
HSL color Cylindrical-coordinate representation of color #8B7D7B: hue angle of 7.5º degrees, saturation: 0.06, 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 #8B7D7B is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 123 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.45 |
| HSL | 7.5º | 0.06% | 0.51% | - |
| HSV(B) | 7.5º | 0.12% | 0.55% | - |
| XYZ | 21.56 | 21.59 | 21.77 | - |
| YUV | 128.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 123 | 0 | 0.10 | 0.12 | 0.45 | 7.5 | 0.06 | 0.51 |
| Hex | 8B | 7D | 7B | 0 | A | C | 2D | 8 | 6 | 33 |
| Octal | 213 | 175 | 173 | 0 | 12 | 14 | 55 | 10 | 6 | 63 |
| Binary | 10001011 | 1111101 | 1111011 | 0 | 1010 | 1100 | 101101 | 1000 | 110 | 110011 |
Color Harmonies of #8B7D7B
Complementary color
Monochromatic Colors of #8B7D7B
Black with #8B7D7B
Text Example
Text Example
White with #8B7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D7B; }
p { color: rgb(139,125,123); }
H1.HeaderClassName
{
color: #8B7D7B;
}
.AnyTagClassName
{
color: #8B7D7B;
}
</style>
background-color css
<style>
a { background-color: #8B7D7B; }
a { background-color: rgb(139,125,123); }
div.DivClassName
{
background-color: #8B7D7B;
}
.BgClassName
{
background-color: #8B7D7B;
}
</style>
border-color css
<style>
span { border-color: #8B7D7B; }
span { border-color: rgb(139,125,123); }
td.TdClassName
{
border-color: #8B7D7B;
}
.TagClassName
{
border-color: #8B7D7B;
}
</style>