#897A79

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

Shades of Bazaar #897A79

Tints of Bazaar #897A79

Color information

#897A79 (or 0x897A79) is unknown color: approx Bazaar. HEX triplet: 89, 7A and 79. RGB value is (137,122,121). Sum of RGB (Red+Green+Blue) = 137+122+121=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #897A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A79 is #768586. Grayscale: #7E7E7E. Windows color (decimal): -7767431 or 7961225. OLE color: 7961225.

HSL color Cylindrical-coordinate representation of color #897A79: hue angle of 3.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #897A79 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB137122121-
CMYK00.110.120.46
HSL3.75º6.35%50.59%-
HSV(B)3.75º11.68%53.73%-
XYZ20.7320.6220.98-
YUV126.37124.97135.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.05%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=36.05%
G=32.11%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712212100.110.120.463.756.3550.59
Hex897A790BC2E4633
Octal21117217101314564663
Binary1000100111110101111001010111100101110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897A79; }

 p { color: rgb(137,122,121); }

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

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

 a { background-color: rgb(137,122,121); }

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

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

 span { border-color: rgb(137,122,121); }

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