#887976

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

Shades of Bazaar #887976

Tints of Bazaar #887976

Color information

#887976 (or 0x887976) is unknown color: approx Bazaar. HEX triplet: 88, 79 and 76. RGB value is (136,121,118). Sum of RGB (Red+Green+Blue) = 136+121+118=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #887976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887976 is #778689. Grayscale: #7D7D7D. Windows color (decimal): -7833226 or 7764360. OLE color: 7764360.

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

Color convert

RGB136121118-
CMYK00.110.130.47
HSL10º7.09%49.8%-
HSV(B)10º13.24%53.33%-
XYZ20.2620.2219.97-
YUV125.14123.97135.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=36.27%
G=32.27%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612111800.110.130.47107.0949.8
Hex8879760BD2Fa732
Octal210171166013155712762
Binary10001000111100111101100101111011011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887976; }

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

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

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

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

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

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

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

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