#897876

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

Shades of Bazaar #897876

Tints of Bazaar #897876

Color information

#897876 (or 0x897876) is unknown color: approx Bazaar. HEX triplet: 89, 78 and 76. RGB value is (137,120,118). Sum of RGB (Red+Green+Blue) = 137+120+118=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #897876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897876 is #768789. Grayscale: #7C7C7C. Windows color (decimal): -7767946 or 7764105. OLE color: 7764105.

HSL color Cylindrical-coordinate representation of color #897876: hue angle of 6.32º 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 #897876 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB137120118-
CMYK00.120.140.46
HSL6.32º7.45%50%-
HSV(B)6.32º13.87%53.73%-
XYZ20.320.0619.94-
YUV124.85124.13136.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=36.53%
G=32%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712011800.120.140.466.327.4550
Hex8978760CE2E6732
Octal21117016601416566762
Binary1000100111110001110110011001110101110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897876; }

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

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

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

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

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

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

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

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