#887572

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

Shades of Bazaar #887572

Tints of Bazaar #887572

Color information

#887572 (or 0x887572) is unknown color: approx Bazaar. HEX triplet: 88, 75 and 72. RGB value is (136,117,114). Sum of RGB (Red+Green+Blue) = 136+117+114=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #887572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887572 is #778A8D. Grayscale: #7A7A7A. Windows color (decimal): -7834254 or 7501192. OLE color: 7501192.

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

Color convert

RGB136117114-
CMYK00.140.160.47
HSL8.18º8.8%49.02%-
HSV(B)8.18º16.18%53.33%-
XYZ19.5519.1718.59-
YUV122.34123.29137.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=37.06%
G=31.88%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611711400.140.160.478.188.849.02
Hex8875720E102F8931
Octal2101651620162057101161
Binary1000100011101011110010011101000010111110001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887572; }

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

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

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

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

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

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

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

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