#89776A

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

Shades of Sand Dune #89776A

Tints of Sand Dune #89776A

Color information

#89776A (or 0x89776A) is unknown color: approx Sand Dune. HEX triplet: 89, 77 and 6A. RGB value is (137,119,106). Sum of RGB (Red+Green+Blue) = 137+119+106=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #89776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89776A is #768895. Grayscale: #7A7A7A. Windows color (decimal): -7768214 or 6977417. OLE color: 6977417.

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

Color convert

RGB137119106-
CMYK00.130.230.46
HSL25.16º12.76%47.65%-
HSV(B)25.16º22.63%53.73%-
XYZ19.5119.5516.38-
YUV122.9118.46138.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=37.85%
G=32.87%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711910600.130.230.4625.1612.7647.65
Hex89776A0D172E19d30
Octal2111671520152756311560
Binary10001001111011111010100110110111101110110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89776A; }

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

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

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

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

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

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

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

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