#857A78

Color #857A78 Bazaar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bazaar #857A78

Tints of Bazaar #857A78

Color information

#857A78 (or 0x857A78) is unknown color: approx 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

RGB133122120-
CMYK00.080.100.48
HSL9.23º5.14%49.61%-
HSV(B)9.23º9.77%52.16%-
XYZ20.0220.2620.62-
YUV125.06125.14133.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 120 (47.27% from 255) = 32%
R=35.47%
G=32.53%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312212000.080.100.489.235.1449.61
Hex857A7808A309532
Octal205172170010126011562
Binary10000101111101011110000100010101100001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>