#857575

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

Shades of Bazaar #857575

Tints of Bazaar #857575

Color information

#857575 (or 0x857575) is unknown color: approx Bazaar. HEX triplet: 85, 75 and 75. RGB value is (133,117,117). Sum of RGB (Red+Green+Blue) = 133+117+117=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #857575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857575 is #7A8A8A. Grayscale: #797979. Windows color (decimal): -8030859 or 7697797. OLE color: 7697797.

HSL color Cylindrical-coordinate representation of color #857575: hue angle of 0º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #857575 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB133117117-
CMYK00.120.120.48
HSL6.4%49.02%-
HSV(B)12.03%52.16%-
XYZ19.2518.9919.48-
YUV121.78125.3136-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=36.24%
G=31.88%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311711700.120.120.4806.449.02
Hex8575750CC300631
Octal20516516501414600661
Binary10000101111010111101010110011001100000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857575; }

 p { color: rgb(133,117,117); }

 H1.HeaderClassName
 {
   color: #857575;
 }
 .AnyTagClassName
 {
   color: #857575;
 }
</style>
background-color css

<style>
 a { background-color: #857575; }

 a { background-color: rgb(133,117,117); }

 div.DivClassName
 {
   background-color: #857575;
 }
 .BgClassName
 {
   background-color: #857575;
 }
</style>
border-color css

<style>
 span { border-color: #857575; }

 span { border-color: rgb(133,117,117); }

 td.TdClassName
 {
   border-color: #857575;
 }
 .TagClassName
 {
   border-color: #857575;
 }
</style>