#8E746F

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

Shades of Bazaar #8E746F

Tints of Bazaar #8E746F

Color information

#8E746F (or 0x8E746F) is unknown color: approx Bazaar. HEX triplet: 8E, 74 and 6F. RGB value is (142,116,111). Sum of RGB (Red+Green+Blue) = 142+116+111=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E746F is #718B90. Grayscale: #7B7B7B. Windows color (decimal): -7441297 or 7304334. OLE color: 7304334.

HSL color Cylindrical-coordinate representation of color #8E746F: hue angle of 9.68º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E746F is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB142116111-
CMYK00.180.220.44
HSL9.68º12.25%49.61%-
HSV(B)9.68º21.83%55.69%-
XYZ20.2719.3917.71-
YUV123.2121.11141.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=38.48%
G=31.44%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211611100.180.220.449.6812.2549.61
Hex8E746F012162Cac32
Octal2161641570222654121462
Binary10001110111010011011110100101011010110010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,111); }

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

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

 a { background-color: rgb(142,116,111); }

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

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

 span { border-color: rgb(142,116,111); }

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