#8E726F

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

Shades of Bazaar #8E726F

Tints of Bazaar #8E726F

Color information

#8E726F (or 0x8E726F) is unknown color: approx Bazaar. HEX triplet: 8E, 72 and 6F. RGB value is (142,114,111). Sum of RGB (Red+Green+Blue) = 142+114+111=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E726F is #718D90. Grayscale: #7A7A7A. Windows color (decimal): -7441809 or 7303822. OLE color: 7303822.

HSL color Cylindrical-coordinate representation of color #8E726F: hue angle of 5.81º 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 #8E726F is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB142114111-
CMYK00.200.220.44
HSL5.81º12.25%49.61%-
HSV(B)5.81º21.83%55.69%-
XYZ20.0418.9317.64-
YUV122.03121.78142.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=38.69%
G=31.06%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211411100.200.220.445.8112.2549.61
Hex8E726F014162C6c32
Octal216162157024265461462
Binary1000111011100101101111010100101101011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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