#887272

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

Shades of Bazaar #887272

Tints of Bazaar #887272

Color information

#887272 (or 0x887272) is unknown color: approx Bazaar. HEX triplet: 88, 72 and 72. RGB value is (136,114,114). Sum of RGB (Red+Green+Blue) = 136+114+114=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #887272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887272 is #778D8D. Grayscale: #787878. Windows color (decimal): -7835022 or 7500424. OLE color: 7500424.

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

Color convert

RGB136114114-
CMYK00.160.160.47
HSL8.8%49.02%-
HSV(B)16.18%53.33%-
XYZ19.2118.4818.47-
YUV120.58124.29139-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=37.36%
G=31.32%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611411400.160.160.4708.849.02
Hex887272010102F0931
Octal210162162020205701161
Binary10001000111001011100100100001000010111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887272; }

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

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

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

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

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

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

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

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