#8B7775

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

Shades of Bazaar #8B7775

Tints of Bazaar #8B7775

Color information

#8B7775 (or 0x8B7775) is unknown color: approx Bazaar. HEX triplet: 8B, 77 and 75. RGB value is (139,119,117). Sum of RGB (Red+Green+Blue) = 139+119+117=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7775 is #74888A. Grayscale: #7C7C7C. Windows color (decimal): -7637131 or 7698315. OLE color: 7698315.

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

Color convert

RGB139119117-
CMYK00.140.160.45
HSL5.45º8.66%50.2%-
HSV(B)5.45º15.83%54.51%-
XYZ20.4619.9719.61-
YUV124.75123.63138.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=37.07%
G=31.73%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911911700.140.160.455.458.6650.2
Hex8B77750E102D5932
Octal213167165016205551162
Binary100010111110111111010101110100001011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,119,117); }

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

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

 a { background-color: rgb(139,119,117); }

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

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

 span { border-color: rgb(139,119,117); }

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