#80776A

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

Shades of Sand Dune #80776A

Tints of Sand Dune #80776A

Color information

#80776A (or 0x80776A) is unknown color: approx Sand Dune. HEX triplet: 80, 77 and 6A. RGB value is (128,119,106). Sum of RGB (Red+Green+Blue) = 128+119+106=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80776A is #7F8895. Grayscale: #787878. Windows color (decimal): -8358038 or 6977408. OLE color: 6977408.

HSL color Cylindrical-coordinate representation of color #80776A: hue angle of 35.45º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80776A is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB128119106-
CMYK00.070.170.50
HSL35.45º9.4%45.88%-
HSV(B)35.45º17.19%50.2%-
XYZ18.118.8216.31-
YUV120.21119.98133.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=36.26%
G=33.71%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811910600.070.170.5035.459.445.88
Hex80776A0711322392e
Octal200167152072162431156
Binary10000000111011111010100111100011100101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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