#8C7574

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

Shades of Bazaar #8C7574

Tints of Bazaar #8C7574

Color information

#8C7574 (or 0x8C7574) is unknown color: approx Bazaar. HEX triplet: 8C, 75 and 74. RGB value is (140,117,116). Sum of RGB (Red+Green+Blue) = 140+117+116=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7574 is #738A8B. Grayscale: #7B7B7B. Windows color (decimal): -7572108 or 7632268. OLE color: 7632268.

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

Color convert

RGB140117116-
CMYK00.160.170.45
HSL2.5º9.45%50.2%-
HSV(B)2.5º17.14%54.9%-
XYZ20.3319.5619.23-
YUV123.76123.62139.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=37.53%
G=31.37%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011711600.160.170.452.59.4550.2
Hex8C7574010112D3932
Octal214165164020215531162
Binary100011001110101111010001000010001101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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