#897978

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

Shades of Bazaar #897978

Tints of Bazaar #897978

Color information

#897978 (or 0x897978) is unknown color: approx Bazaar. HEX triplet: 89, 79 and 78. RGB value is (137,121,120). Sum of RGB (Red+Green+Blue) = 137+121+120=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #897978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897978 is #768687. Grayscale: #7D7D7D. Windows color (decimal): -7767688 or 7895433. OLE color: 7895433.

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

Color convert

RGB137121120-
CMYK00.120.120.46
HSL3.53º6.72%50.39%-
HSV(B)3.53º12.41%53.73%-
XYZ20.5420.3520.61-
YUV125.67124.8136.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=36.24%
G=32.01%
B=31.75%

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
Decimal13712112000.120.120.463.536.7250.39
Hex8979780CC2E4732
Octal21117117001414564762
Binary1000100111110011111000011001100101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897978; }

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

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

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

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

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

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

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

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