Shades of Bazaar #877A78
Tints of Bazaar #877A78
RGB
CMYK
RGB Variations
Color information
#877A78 (or 0x877A78) is known color: Bazaar. HEX triplet: 87, 7A and 78. RGB value is (135,122,120). Sum of RGB (Red+Green+Blue) = 135+122+120=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #877A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A78 is #788587. Grayscale: #7D7D7D. Windows color (decimal): -7898504 or 7895687. OLE color: 7895687.
HSL color Cylindrical-coordinate representation of color #877A78: hue angle of 8º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #877A78 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 120 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.47 |
| HSL | 8º | 0.06% | 0.5% | - |
| HSV(B) | 8º | 0.11% | 0.53% | - |
| XYZ | 20.34 | 20.43 | 20.64 | - |
| YUV | 125.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 120 | 0 | 0.10 | 0.11 | 0.47 | 8 | 0.06 | 0.5 |
| Hex | 87 | 7A | 78 | 0 | A | B | 2F | 8 | 6 | 32 |
| Octal | 207 | 172 | 170 | 0 | 12 | 13 | 57 | 10 | 6 | 62 |
| Binary | 10000111 | 1111010 | 1111000 | 0 | 1010 | 1011 | 101111 | 1000 | 110 | 110010 |
Color Harmonies of #877A78
Complementary color
Monochromatic Colors of #877A78
Black with #877A78
Text Example
Text Example
White with #877A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A78; }
p { color: rgb(135,122,120); }
H1.HeaderClassName
{
color: #877A78;
}
.AnyTagClassName
{
color: #877A78;
}
</style>
background-color css
<style>
a { background-color: #877A78; }
a { background-color: rgb(135,122,120); }
div.DivClassName
{
background-color: #877A78;
}
.BgClassName
{
background-color: #877A78;
}
</style>
border-color css
<style>
span { border-color: #877A78; }
span { border-color: rgb(135,122,120); }
td.TdClassName
{
border-color: #877A78;
}
.TagClassName
{
border-color: #877A78;
}
</style>