#8E7A77

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

Shades of Bazaar #8E7A77

Tints of Bazaar #8E7A77

Color information

#8E7A77 (or 0x8E7A77) is unknown color: approx Bazaar. HEX triplet: 8E, 7A and 77. RGB value is (142,122,119). Sum of RGB (Red+Green+Blue) = 142+122+119=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A77 is #718588. Grayscale: #7F7F7F. Windows color (decimal): -7439753 or 7830158. OLE color: 7830158.

HSL color Cylindrical-coordinate representation of color #8E7A77: hue angle of 7.83º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E7A77 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB142122119-
CMYK00.140.160.44
HSL7.83º9.24%51.18%-
HSV(B)7.83º16.2%55.69%-
XYZ21.442120.38-
YUV127.64123.13138.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=37.08%
G=31.85%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212211900.140.160.447.839.2451.18
Hex8E7A770E102C8933
Octal2161721670162054101163
Binary1000111011110101110111011101000010110010001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,122,119); }

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

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

 a { background-color: rgb(142,122,119); }

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

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

 span { border-color: rgb(142,122,119); }

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