#81776A

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

Shades of Sand Dune #81776A

Tints of Sand Dune #81776A

Color information

#81776A (or 0x81776A) is unknown color: approx Sand Dune. HEX triplet: 81, 77 and 6A. RGB value is (129,119,106). Sum of RGB (Red+Green+Blue) = 129+119+106=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #81776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81776A is #7E8895. Grayscale: #787878. Windows color (decimal): -8292502 or 6977409. OLE color: 6977409.

HSL color Cylindrical-coordinate representation of color #81776A: hue angle of 33.91º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81776A is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB129119106-
CMYK00.080.180.49
HSL33.91º9.79%46.08%-
HSV(B)33.91º17.83%50.59%-
XYZ18.2518.916.32-
YUV120.51119.81134.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=36.44%
G=33.62%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911910600.080.180.4933.919.7946.08
Hex81776A08123122a2e
Octal2011671520102261421256
Binary100000011110111110101001000100101100011000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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