Html Css Color HEX #887372 Bazaar

📋 copy color: '#887372'

red 136 ◦ green 115 ◦ blue 114

#887372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bazaar #887372

Tints of Bazaar #887372

RGB

 RED value IS 136 (53.52% from 255) = 37.26%

 GREEN value IS 115 (45.31% from 255) = 31.51%

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 37.26%
G = 31.51%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#887372 (or 0x887372) is known color: Bazaar. HEX triplet: 88, 73 and 72. RGB value is (136,115,114). Sum of RGB (Red+Green+Blue) = 136+115+114=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #887372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887372 is #778C8D. Grayscale: #797979. Windows color (decimal): -7834766 or 7500680. OLE color: 7500680.

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

Color convert

RGB 136 115 114 -
CMYK 0 0.15 0.16 0.47
HSL 2.73º 0.09% 0.49% -
HSV(B) 2.73º 0.16% 0.53% -
XYZ 19.32 18.71 18.51 -
YUV 121.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 136 115 114 0 0.15 0.16 0.47 2.73 0.09 0.49
Hex 88 73 72 0 F 10 2F 3 9 31
Octal 210 163 162 0 17 20 57 3 11 61
Binary 10001000 1110011 1110010 0 1111 10000 101111 11 1001 110001

Color Harmonies of #887372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887372

Black with #887372

Text Example


Text Example

White with #887372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887372; }

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

 H1.HeaderClassName
 {
   color: #887372;
 }
 .AnyTagClassName
 {
   color: #887372;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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