#8E7675

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

Shades of Bazaar #8E7675

Tints of Bazaar #8E7675

Color information

#8E7675 (or 0x8E7675) is unknown color: approx Bazaar. HEX triplet: 8E, 76 and 75. RGB value is (142,118,117). Sum of RGB (Red+Green+Blue) = 142+118+117=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7675 is #71898A. Grayscale: #7D7D7D. Windows color (decimal): -7440779 or 7698062. OLE color: 7698062.

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

Color convert

RGB142118117-
CMYK00.170.180.44
HSL2.4º9.96%50.78%-
HSV(B)2.4º17.61%55.69%-
XYZ20.8419.9919.59-
YUV125.06123.45140.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=37.67%
G=31.30%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211811700.170.180.442.49.9650.78
Hex8E7675011122C2a33
Octal216166165021225421263
Binary100011101110110111010101000110010101100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,118,117); }

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

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

 a { background-color: rgb(142,118,117); }

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

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

 span { border-color: rgb(142,118,117); }

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