#8E7877

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

Shades of Bazaar #8E7877

Tints of Bazaar #8E7877

Color information

#8E7877 (or 0x8E7877) is unknown color: approx Bazaar. HEX triplet: 8E, 78 and 77. RGB value is (142,120,119). Sum of RGB (Red+Green+Blue) = 142+120+119=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7877 is #718788. Grayscale: #7E7E7E. Windows color (decimal): -7440265 or 7829646. OLE color: 7829646.

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

Color convert

RGB142120119-
CMYK00.150.160.44
HSL2.61º9.24%51.18%-
HSV(B)2.61º16.2%55.69%-
XYZ21.220.5220.3-
YUV126.46123.79139.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=37.27%
G=31.50%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212011900.150.160.442.619.2451.18
Hex8E78770F102C3933
Octal216170167017205431163
Binary10001110111100011101110111110000101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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