#8D7A78

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

Shades of Bazaar #8D7A78

Tints of Bazaar #8D7A78

Color information

#8D7A78 (or 0x8D7A78) is unknown color: approx Bazaar. HEX triplet: 8D, 7A and 78. RGB value is (141,122,120). Sum of RGB (Red+Green+Blue) = 141+122+120=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7A78 is #728587. Grayscale: #7F7F7F. Windows color (decimal): -7505288 or 7895693. OLE color: 7895693.

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

Color convert

RGB141122120-
CMYK00.130.150.45
HSL5.71º8.43%51.18%-
HSV(B)5.71º14.89%55.29%-
XYZ21.3320.9420.69-
YUV127.45123.79137.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=36.81%
G=31.85%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112212000.130.150.455.718.4351.18
Hex8D7A780DF2D6833
Octal215172170015175561063
Binary10001101111101011110000110111111011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,122,120); }

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

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

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

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

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

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

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