#8B7B79

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

Shades of Bazaar #8B7B79

Tints of Bazaar #8B7B79

Color information

#8B7B79 (or 0x8B7B79) is unknown color: approx Bazaar. HEX triplet: 8B, 7B and 79. RGB value is (139,123,121). Sum of RGB (Red+Green+Blue) = 139+123+121=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B79 is #748486. Grayscale: #7F7F7F. Windows color (decimal): -7636103 or 7961483. OLE color: 7961483.

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

Color convert

RGB139123121-
CMYK00.120.130.45
HSL6.67º7.2%50.98%-
HSV(B)6.67º12.95%54.51%-
XYZ21.1821.0421.03-
YUV127.56124.3136.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=36.29%
G=32.11%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912312100.120.130.456.677.250.98
Hex8B7B790CD2D7733
Octal21317317101415557763
Binary1000101111110111111001011001101101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,121); }

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

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

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

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

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

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

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