#897764

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

Shades of Sand Dune #897764

Tints of Sand Dune #897764

Color information

#897764 (or 0x897764) is unknown color: approx Sand Dune. HEX triplet: 89, 77 and 64. RGB value is (137,119,100). Sum of RGB (Red+Green+Blue) = 137+119+100=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #897764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897764 is #76889B. Grayscale: #7A7A7A. Windows color (decimal): -7768220 or 6584201. OLE color: 6584201.

HSL color Cylindrical-coordinate representation of color #897764: hue angle of 30.81º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #897764 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB137119100-
CMYK00.130.270.46
HSL30.81º15.61%46.47%-
HSV(B)30.81º27.01%53.73%-
XYZ19.2119.4314.79-
YUV122.22115.46138.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=38.48%
G=33.43%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711910000.130.270.4630.8115.6146.47
Hex8977640D1B2E1f102e
Octal2111671440153356372056
Binary100010011110111110010001101110111011101111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897764; }

 p { color: rgb(137,119,100); }

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

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

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

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

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

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

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