#8B7673

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

Shades of Bazaar #8B7673

Tints of Bazaar #8B7673

Color information

#8B7673 (or 0x8B7673) is unknown color: approx Bazaar. HEX triplet: 8B, 76 and 73. RGB value is (139,118,115). Sum of RGB (Red+Green+Blue) = 139+118+115=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7673 is #74898C. Grayscale: #7B7B7B. Windows color (decimal): -7637389 or 7566987. OLE color: 7566987.

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

Color convert

RGB139118115-
CMYK00.150.170.45
HSL7.5º9.45%49.8%-
HSV(B)7.5º17.27%54.51%-
XYZ20.2219.6818.95-
YUV123.94122.96138.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.37%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=37.37%
G=31.72%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911811500.150.170.457.59.4549.8
Hex8B76730F112D7932
Octal213166163017215571162
Binary100010111110110111001101111100011011011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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