#897676

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

Shades of Bazaar #897676

Tints of Bazaar #897676

Color information

#897676 (or 0x897676) is unknown color: approx Bazaar. HEX triplet: 89, 76 and 76. RGB value is (137,118,118). Sum of RGB (Red+Green+Blue) = 137+118+118=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #897676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897676 is #768989. Grayscale: #7B7B7B. Windows color (decimal): -7768458 or 7763593. OLE color: 7763593.

HSL color Cylindrical-coordinate representation of color #897676: 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.14%. Process color model (Four color, CMYK) of #897676 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB137118118-
CMYK00.140.140.46
HSL7.45%50%-
HSV(B)13.87%53.73%-
XYZ20.0619.5819.86-
YUV123.68124.79137.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=36.73%
G=31.64%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711811800.140.140.4607.4550
Hex8976760EE2E0732
Octal21116616601616560762
Binary10001001111011011101100111011101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897676; }

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

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

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

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

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

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

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

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