#897776

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

Shades of Bazaar #897776

Tints of Bazaar #897776

Color information

#897776 (or 0x897776) is unknown color: approx Bazaar. HEX triplet: 89, 77 and 76. RGB value is (137,119,118). Sum of RGB (Red+Green+Blue) = 137+119+118=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #897776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897776 is #768889. Grayscale: #7C7C7C. Windows color (decimal): -7768202 or 7763849. OLE color: 7763849.

HSL color Cylindrical-coordinate representation of color #897776: hue angle of 3.16º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #897776 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB137119118-
CMYK00.130.140.46
HSL3.16º7.45%50%-
HSV(B)3.16º13.87%53.73%-
XYZ20.1819.8219.9-
YUV124.27124.46137.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=36.63%
G=31.82%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711911800.130.140.463.167.4550
Hex8977760DE2E3732
Octal21116716601516563762
Binary100010011110111111011001101111010111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897776; }

 p { color: rgb(137,119,118); }

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

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

 a { background-color: rgb(137,119,118); }

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

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

 span { border-color: rgb(137,119,118); }

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