#8B7777

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

Shades of Bazaar #8B7777

Tints of Bazaar #8B7777

Color information

#8B7777 (or 0x8B7777) is unknown color: approx Bazaar. HEX triplet: 8B, 77 and 77. RGB value is (139,119,119). Sum of RGB (Red+Green+Blue) = 139+119+119=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7777 is #748888. Grayscale: #7D7D7D. Windows color (decimal): -7637129 or 7829387. OLE color: 7829387.

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

Color convert

RGB139119119-
CMYK00.140.140.45
HSL7.94%50.59%-
HSV(B)14.39%54.51%-
XYZ20.5720.0120.23-
YUV124.98124.63138-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=36.87%
G=31.56%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911911900.140.140.4507.9450.59
Hex8B77770EE2D0833
Octal213167167016165501063
Binary100010111110111111011101110111010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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