Shades of Bazaar #857A78
Tints of Bazaar #857A78
RGB
CMYK
RGB Variations
Color information
#857A78 (or 0x857A78) is known color: Bazaar. HEX triplet: 85, 7A and 78. RGB value is (133,122,120). Sum of RGB (Red+Green+Blue) = 133+122+120=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #857A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A78 is #7A8587. Grayscale: #7D7D7D. Windows color (decimal): -8029576 or 7895685. OLE color: 7895685.
HSL color Cylindrical-coordinate representation of color #857A78: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #857A78 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 120 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.48 |
| HSL | 9.23º | 0.05% | 0.5% | - |
| HSV(B) | 9.23º | 0.1% | 0.52% | - |
| XYZ | 20.02 | 20.26 | 20.62 | - |
| YUV | 125.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 120 | 0 | 0.08 | 0.10 | 0.48 | 9.23 | 0.05 | 0.5 |
| Hex | 85 | 7A | 78 | 0 | 8 | A | 30 | 9 | 5 | 32 |
| Octal | 205 | 172 | 170 | 0 | 10 | 12 | 60 | 11 | 5 | 62 |
| Binary | 10000101 | 1111010 | 1111000 | 0 | 1000 | 1010 | 110000 | 1001 | 101 | 110010 |
Color Harmonies of #857A78
Complementary color
Monochromatic Colors of #857A78
Black with #857A78
Text Example
Text Example
White with #857A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A78; }
p { color: rgb(133,122,120); }
H1.HeaderClassName
{
color: #857A78;
}
.AnyTagClassName
{
color: #857A78;
}
</style>
background-color css
<style>
a { background-color: #857A78; }
a { background-color: rgb(133,122,120); }
div.DivClassName
{
background-color: #857A78;
}
.BgClassName
{
background-color: #857A78;
}
</style>
border-color css
<style>
span { border-color: #857A78; }
span { border-color: rgb(133,122,120); }
td.TdClassName
{
border-color: #857A78;
}
.TagClassName
{
border-color: #857A78;
}
</style>