#8B7776

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

Shades of Bazaar #8B7776

Tints of Bazaar #8B7776

Color information

#8B7776 (or 0x8B7776) is unknown color: approx Bazaar. HEX triplet: 8B, 77 and 76. RGB value is (139,119,118). Sum of RGB (Red+Green+Blue) = 139+119+118=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7776 is #748889. Grayscale: #7C7C7C. Windows color (decimal): -7637130 or 7763851. OLE color: 7763851.

HSL color Cylindrical-coordinate representation of color #8B7776: hue angle of 2.86º 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 #8B7776 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB139119118-
CMYK00.140.150.45
HSL2.86º8.3%50.39%-
HSV(B)2.86º15.11%54.51%-
XYZ20.5119.9919.92-
YUV124.87124.13138.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=36.97%
G=31.65%
B=31.38%

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
Decimal13911911800.140.150.452.868.350.39
Hex8B77760EF2D3832
Octal213167166016175531062
Binary1000101111101111110110011101111101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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