#897878

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

Shades of Bazaar #897878

Tints of Bazaar #897878

Color information

#897878 (or 0x897878) is unknown color: approx Bazaar. HEX triplet: 89, 78 and 78. RGB value is (137,120,120). Sum of RGB (Red+Green+Blue) = 137+120+120=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #897878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897878 is #768787. Grayscale: #7D7D7D. Windows color (decimal): -7767944 or 7895177. OLE color: 7895177.

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

Color convert

RGB137120120-
CMYK00.120.120.46
HSL6.72%50.39%-
HSV(B)12.41%53.73%-
XYZ20.4220.1120.57-
YUV125.08125.13136.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=36.34%
G=31.83%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712012000.120.120.4606.7250.39
Hex8978780CC2E0732
Octal21117017001414560762
Binary10001001111100011110000110011001011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897878; }

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

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

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

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

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

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

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

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