#80786E

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

Shades of Sand Dune #80786E

Tints of Sand Dune #80786E

Color information

#80786E (or 0x80786E) is unknown color: approx Sand Dune. HEX triplet: 80, 78 and 6E. RGB value is (128,120,110). Sum of RGB (Red+Green+Blue) = 128+120+110=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #80786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80786E is #7F8791. Grayscale: #797979. Windows color (decimal): -8357778 or 7239808. OLE color: 7239808.

HSL color Cylindrical-coordinate representation of color #80786E: hue angle of 33.33º 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 #80786E is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB128120110-
CMYK00.060.140.50
HSL33.33º7.56%46.67%-
HSV(B)33.33º14.06%50.2%-
XYZ18.4319.1517.48-
YUV121.25121.65132.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=35.75%
G=33.52%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812011000.060.140.5033.337.5646.67
Hex80786E06E322182f
Octal200170156061662411057
Binary1000000011110001101110011011101100101000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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