#887877

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

Shades of Bazaar #887877

Tints of Bazaar #887877

Color information

#887877 (or 0x887877) is unknown color: approx Bazaar. HEX triplet: 88, 78 and 77. RGB value is (136,120,119). Sum of RGB (Red+Green+Blue) = 136+120+119=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #887877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887877 is #778788. Grayscale: #7C7C7C. Windows color (decimal): -7833481 or 7829640. OLE color: 7829640.

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

Color convert

RGB136120119-
CMYK00.120.120.47
HSL3.53º6.67%50%-
HSV(B)3.53º12.5%53.33%-
XYZ20.22020.25-
YUV124.67124.8136.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=36.27%
G=32%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612011900.120.120.473.536.6750
Hex8878770CC2F4732
Octal21017016701414574762
Binary1000100011110001110111011001100101111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887877; }

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

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

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

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

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

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

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

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