#8B7E7D

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

Shades of Bazaar #8B7E7D

Tints of Bazaar #8B7E7D

Color information

#8B7E7D (or 0x8B7E7D) is unknown color: approx Bazaar. HEX triplet: 8B, 7E and 7D. RGB value is (139,126,125). Sum of RGB (Red+Green+Blue) = 139+126+125=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E7D is #748182. Grayscale: #818181. Windows color (decimal): -7635331 or 8224395. OLE color: 8224395.

HSL color Cylindrical-coordinate representation of color #8B7E7D: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B7E7D is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB139126125-
CMYK00.090.100.45
HSL4.29º5.69%51.76%-
HSV(B)4.29º10.07%54.51%-
XYZ21.8121.8922.48-
YUV129.77125.31134.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=35.64%
G=32.31%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912612500.090.100.454.295.6951.76
Hex8B7E7D09A2D4634
Octal21317617501112554664
Binary1000101111111101111101010011010101101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,126,125); }

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

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

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

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

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

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

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