#877373

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

Shades of Bazaar #877373

Tints of Bazaar #877373

Color information

#877373 (or 0x877373) is unknown color: approx Bazaar. HEX triplet: 87, 73 and 73. RGB value is (135,115,115). Sum of RGB (Red+Green+Blue) = 135+115+115=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #877373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877373 is #788C8C. Grayscale: #797979. Windows color (decimal): -7900301 or 7566215. OLE color: 7566215.

HSL color Cylindrical-coordinate representation of color #877373: hue angle of 0º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #877373 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB135115115-
CMYK00.150.150.47
HSL8%49.02%-
HSV(B)14.81%52.94%-
XYZ19.2218.6518.81-
YUV120.98124.63138-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=36.99%
G=31.51%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511511500.150.150.470849.02
Hex8773730FF2F0831
Octal207163163017175701061
Binary100001111110011111001101111111110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877373; }

 p { color: rgb(135,115,115); }

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

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

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

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

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

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

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