#897777

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

Shades of Bazaar #897777

Tints of Bazaar #897777

Color information

#897777 (or 0x897777) is unknown color: approx Bazaar. HEX triplet: 89, 77 and 77. RGB value is (137,119,119). Sum of RGB (Red+Green+Blue) = 137+119+119=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #897777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897777 is #768888. Grayscale: #7C7C7C. Windows color (decimal): -7768201 or 7829385. OLE color: 7829385.

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

Color convert

RGB137119119-
CMYK00.130.130.46
HSL7.09%50.2%-
HSV(B)13.14%53.73%-
XYZ20.2419.8420.22-
YUV124.38124.96137-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=36.53%
G=31.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711911900.130.130.4607.0950.2
Hex8977770DD2E0732
Octal21116716701515560762
Binary10001001111011111101110110111011011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897777; }

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

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

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

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

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

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

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

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