#8E7B7A

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

Shades of Bazaar #8E7B7A

Tints of Bazaar #8E7B7A

Color information

#8E7B7A (or 0x8E7B7A) is unknown color: approx Bazaar. HEX triplet: 8E, 7B and 7A. RGB value is (142,123,122). Sum of RGB (Red+Green+Blue) = 142+123+122=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7B7A is #718485. Grayscale: #808080. Windows color (decimal): -7439494 or 8027022. OLE color: 8027022.

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

Color convert

RGB142123122-
CMYK00.130.140.44
HSL8.13%51.76%-
HSV(B)14.08%55.69%-
XYZ21.7521.3221.38-
YUV128.57124.29137.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=36.69%
G=31.78%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212312200.130.140.4438.1351.76
Hex8E7B7A0DE2C3834
Octal216173172015165431064
Binary1000111011110111111010011011110101100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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