#887876

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

Shades of Bazaar #887876

Tints of Bazaar #887876

Color information

#887876 (or 0x887876) is unknown color: approx Bazaar. HEX triplet: 88, 78 and 76. RGB value is (136,120,118). Sum of RGB (Red+Green+Blue) = 136+120+118=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #887876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887876 is #778789. Grayscale: #7C7C7C. Windows color (decimal): -7833482 or 7764104. OLE color: 7764104.

HSL color Cylindrical-coordinate representation of color #887876: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #887876 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB136120118-
CMYK00.120.130.47
HSL6.67º7.09%49.8%-
HSV(B)6.67º13.24%53.33%-
XYZ20.1419.9819.93-
YUV124.56124.3136.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=36.36%
G=32.09%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612011800.120.130.476.677.0949.8
Hex8878760CD2F7732
Octal21017016601415577762
Binary1000100011110001110110011001101101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887876; }

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

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

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

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

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

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

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

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