#8B7878

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

Shades of Bazaar #8B7878

Tints of Bazaar #8B7878

Color information

#8B7878 (or 0x8B7878) is unknown color: approx Bazaar. HEX triplet: 8B, 78 and 78. RGB value is (139,120,120). Sum of RGB (Red+Green+Blue) = 139+120+120=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7878 is #748787. Grayscale: #7D7D7D. Windows color (decimal): -7636872 or 7895179. OLE color: 7895179.

HSL color Cylindrical-coordinate representation of color #8B7878: 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 #8B7878 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB139120120-
CMYK00.140.140.45
HSL7.57%50.78%-
HSV(B)13.67%54.51%-
XYZ20.7520.2820.59-
YUV125.68124.79137.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.68%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=36.68%
G=31.66%
B=31.66%

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
Decimal13912012000.140.140.4507.5750.78
Hex8B78780EE2D0833
Octal213170170016165501063
Binary100010111111000111100001110111010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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