#80776C

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

Shades of Sand Dune #80776C

Tints of Sand Dune #80776C

Color information

#80776C (or 0x80776C) is unknown color: approx Sand Dune. HEX triplet: 80, 77 and 6C. RGB value is (128,119,108). Sum of RGB (Red+Green+Blue) = 128+119+108=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 128 - color contains mainly: red. Hex color #80776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80776C is #7F8893. Grayscale: #787878. Windows color (decimal): -8358036 or 7108480. OLE color: 7108480.

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

Color convert

RGB128119108-
CMYK00.070.160.50
HSL33º8.47%46.27%-
HSV(B)33º15.62%50.2%-
XYZ18.2118.8716.87-
YUV120.44120.98133.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=36.06%
G=33.52%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811910800.070.160.50338.4746.27
Hex80776C0710322182e
Octal200167154072062411056
Binary10000000111011111011000111100001100101000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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