#8B7C7C

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

Shades of Bazaar #8B7C7C

Tints of Bazaar #8B7C7C

Color information

#8B7C7C (or 0x8B7C7C) is unknown color: approx Bazaar. HEX triplet: 8B, 7C and 7C. RGB value is (139,124,124). Sum of RGB (Red+Green+Blue) = 139+124+124=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C7C is #748383. Grayscale: #808080. Windows color (decimal): -7635844 or 8158347. OLE color: 8158347.

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

Color convert

RGB139124124-
CMYK00.110.110.45
HSL6.07%51.57%-
HSV(B)10.79%54.51%-
XYZ21.4921.3622.06-
YUV128.48125.47135.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=35.92%
G=32.04%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912412400.110.110.4506.0751.57
Hex8B7C7C0BB2D0634
Octal21317417401313550664
Binary10001011111110011111000101110111011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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