#8B7876

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

Shades of Bazaar #8B7876

Tints of Bazaar #8B7876

Color information

#8B7876 (or 0x8B7876) is unknown color: approx Bazaar. HEX triplet: 8B, 78 and 76. RGB value is (139,120,118). Sum of RGB (Red+Green+Blue) = 139+120+118=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7876 is #748789. Grayscale: #7D7D7D. Windows color (decimal): -7636874 or 7764107. OLE color: 7764107.

HSL color Cylindrical-coordinate representation of color #8B7876: hue angle of 5.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B7876 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB139120118-
CMYK00.140.150.45
HSL5.71º8.3%50.39%-
HSV(B)5.71º15.11%54.51%-
XYZ20.6320.2319.96-
YUV125.45123.79137.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=36.87%
G=31.83%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912011800.140.150.455.718.350.39
Hex8B78760EF2D6832
Octal213170166016175561062
Binary10001011111100011101100111011111011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,118); }

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

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

 a { background-color: rgb(139,120,118); }

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

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

 span { border-color: rgb(139,120,118); }

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