#8E7B78

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

Shades of Bazaar #8E7B78

Tints of Bazaar #8E7B78

Color information

#8E7B78 (or 0x8E7B78) is unknown color: approx Bazaar. HEX triplet: 8E, 7B and 78. RGB value is (142,123,120). Sum of RGB (Red+Green+Blue) = 142+123+120=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7B78 is #718487. Grayscale: #808080. Windows color (decimal): -7439496 or 7895950. OLE color: 7895950.

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

Color convert

RGB142123120-
CMYK00.130.150.44
HSL8.18º8.87%51.37%-
HSV(B)8.18º15.49%55.69%-
XYZ21.6321.2720.74-
YUV128.34123.29137.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=36.88%
G=31.95%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212312000.130.150.448.188.8751.37
Hex8E7B780DF2C8933
Octal2161731700151754101163
Binary100011101111011111100001101111110110010001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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