#897D7C

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

Shades of Bazaar #897D7C

Tints of Bazaar #897D7C

Color information

#897D7C (or 0x897D7C) is unknown color: approx Bazaar. HEX triplet: 89, 7D and 7C. RGB value is (137,125,124). Sum of RGB (Red+Green+Blue) = 137+125+124=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D7C is #768283. Grayscale: #808080. Windows color (decimal): -7766660 or 8158601. OLE color: 8158601.

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

Color convert

RGB137125124-
CMYK00.090.090.46
HSL4.62º5.22%51.18%-
HSV(B)4.62º9.49%53.73%-
XYZ21.2921.4422.09-
YUV128.47125.48134.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=35.49%
G=32.38%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712512400.090.090.464.625.2251.18
Hex897D7C0992E5533
Octal21117517401111565563
Binary1000100111111011111100010011001101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,125,124); }

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

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

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

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

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

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

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