#857876

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

Shades of Bazaar #857876

Tints of Bazaar #857876

Color information

#857876 (or 0x857876) is unknown color: approx Bazaar. HEX triplet: 85, 78 and 76. RGB value is (133,120,118). Sum of RGB (Red+Green+Blue) = 133+120+118=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #857876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857876 is #7A8789. Grayscale: #7B7B7B. Windows color (decimal): -8030090 or 7764101. OLE color: 7764101.

HSL color Cylindrical-coordinate representation of color #857876: hue angle of 8º 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 #857876 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB133120118-
CMYK00.100.110.48
HSL5.98%49.22%-
HSV(B)11.28%52.16%-
XYZ19.6619.7319.91-
YUV123.66124.81134.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=35.85%
G=32.35%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312011800.100.110.4885.9849.22
Hex8578760AB308631
Octal205170166012136010661
Binary10000101111100011101100101010111100001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857876; }

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

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

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

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

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

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

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

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