#8C7473

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

Shades of Bazaar #8C7473

Tints of Bazaar #8C7473

Color information

#8C7473 (or 0x8C7473) is unknown color: approx Bazaar. HEX triplet: 8C, 74 and 73. RGB value is (140,116,115). Sum of RGB (Red+Green+Blue) = 140+116+115=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7473 is #738B8C. Grayscale: #7B7B7B. Windows color (decimal): -7572365 or 7566476. OLE color: 7566476.

HSL color Cylindrical-coordinate representation of color #8C7473: hue angle of 2.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C7473 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB140116115-
CMYK00.170.180.45
HSL2.4º9.8%50%-
HSV(B)2.4º17.86%54.9%-
XYZ20.1619.318.88-
YUV123.06123.45140.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=37.74%
G=31.27%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011611500.170.180.452.49.850
Hex8C7473011122D2a32
Octal214164163021225521262
Binary100011001110100111001101000110010101101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7473; }

 p { color: rgb(140,116,115); }

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

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

 a { background-color: rgb(140,116,115); }

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

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

 span { border-color: rgb(140,116,115); }

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