Shades of Bazaar #887A7A
Tints of Bazaar #887A7A
RGB
CMYK
RGB Variations
Color information
#887A7A (or 0x887A7A) is known color: Bazaar. HEX triplet: 88, 7A and 7A. RGB value is (136,122,122). Sum of RGB (Red+Green+Blue) = 136+122+122=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #887A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A7A is #778585. Grayscale: #7E7E7E. Windows color (decimal): -7832966 or 8026760. OLE color: 8026760.
HSL color Cylindrical-coordinate representation of color #887A7A: hue angle of 0º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #887A7A is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 122 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.47 |
| HSL | 0º | 0.06% | 0.51% | - |
| HSV(B) | 0º | 0.1% | 0.53% | - |
| XYZ | 20.63 | 20.56 | 21.29 | - |
| YUV | 126.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 122 | 0 | 0.10 | 0.10 | 0.47 | 0 | 0.06 | 0.51 |
| Hex | 88 | 7A | 7A | 0 | A | A | 2F | 0 | 6 | 33 |
| Octal | 210 | 172 | 172 | 0 | 12 | 12 | 57 | 0 | 6 | 63 |
| Binary | 10001000 | 1111010 | 1111010 | 0 | 1010 | 1010 | 101111 | 0 | 110 | 110011 |
Color Harmonies of #887A7A
Complementary color
Monochromatic Colors of #887A7A
Black with #887A7A
Text Example
Text Example
White with #887A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A7A; }
p { color: rgb(136,122,122); }
H1.HeaderClassName
{
color: #887A7A;
}
.AnyTagClassName
{
color: #887A7A;
}
</style>
background-color css
<style>
a { background-color: #887A7A; }
a { background-color: rgb(136,122,122); }
div.DivClassName
{
background-color: #887A7A;
}
.BgClassName
{
background-color: #887A7A;
}
</style>
border-color css
<style>
span { border-color: #887A7A; }
span { border-color: rgb(136,122,122); }
td.TdClassName
{
border-color: #887A7A;
}
.TagClassName
{
border-color: #887A7A;
}
</style>