#857776

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

Shades of Bazaar #857776

Tints of Bazaar #857776

Color information

#857776 (or 0x857776) is unknown color: approx Bazaar. HEX triplet: 85, 77 and 76. RGB value is (133,119,118). Sum of RGB (Red+Green+Blue) = 133+119+118=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857776 is #7A8889. Grayscale: #7B7B7B. Windows color (decimal): -8030346 or 7763845. OLE color: 7763845.

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

Color convert

RGB133119118-
CMYK00.110.110.48
HSL5.98%49.22%-
HSV(B)11.28%52.16%-
XYZ19.5419.4919.87-
YUV123.07125.14135.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=35.95%
G=32.16%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311911800.110.110.4845.9849.22
Hex8577760BB304631
Octal20516716601313604661
Binary1000010111101111110110010111011110000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857776; }

 p { color: rgb(133,119,118); }

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

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

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

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

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

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

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