#887676

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

Shades of Bazaar #887676

Tints of Bazaar #887676

Color information

#887676 (or 0x887676) is unknown color: approx Bazaar. HEX triplet: 88, 76 and 76. RGB value is (136,118,118). Sum of RGB (Red+Green+Blue) = 136+118+118=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #887676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887676 is #778989. Grayscale: #7B7B7B. Windows color (decimal): -7833994 or 7763592. OLE color: 7763592.

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

Color convert

RGB136118118-
CMYK00.130.130.47
HSL7.09%49.8%-
HSV(B)13.24%53.33%-
XYZ19.919.519.85-
YUV123.38124.96137-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=36.56%
G=31.72%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611811800.130.130.4707.0949.8
Hex8876760DD2F0732
Octal21016616601515570762
Binary10001000111011011101100110111011011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887676; }

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

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

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

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

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

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

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

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