#80766E

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

Shades of Sand Dune #80766E

Tints of Sand Dune #80766E

Color information

#80766E (or 0x80766E) is unknown color: approx Sand Dune. HEX triplet: 80, 76 and 6E. RGB value is (128,118,110). Sum of RGB (Red+Green+Blue) = 128+118+110=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #80766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80766E is #7F8991. Grayscale: #787878. Windows color (decimal): -8358290 or 7239296. OLE color: 7239296.

HSL color Cylindrical-coordinate representation of color #80766E: hue angle of 26.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80766E is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB128118110-
CMYK00.080.140.50
HSL26.67º7.56%46.67%-
HSV(B)26.67º14.06%50.2%-
XYZ18.1918.6717.4-
YUV120.08122.31133.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=35.96%
G=33.15%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811811000.080.140.5026.677.5646.67
Hex80766E08E321b82f
Octal2001661560101662331057
Binary1000000011101101101110010001110110010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80766E; }

 p { color: rgb(128,118,110); }

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

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

 a { background-color: rgb(128,118,110); }

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

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

 span { border-color: rgb(128,118,110); }

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