#82776A

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

Shades of Sand Dune #82776A

Tints of Sand Dune #82776A

Color information

#82776A (or 0x82776A) is unknown color: approx Sand Dune. HEX triplet: 82, 77 and 6A. RGB value is (130,119,106). Sum of RGB (Red+Green+Blue) = 130+119+106=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82776A is #7D8895. Grayscale: #787878. Windows color (decimal): -8226966 or 6977410. OLE color: 6977410.

HSL color Cylindrical-coordinate representation of color #82776A: hue angle of 32.5º 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 #82776A is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB130119106-
CMYK00.080.180.49
HSL32.5º10.17%46.27%-
HSV(B)32.5º18.46%50.98%-
XYZ18.418.9816.33-
YUV120.81119.64134.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=36.62%
G=33.52%
B=29.86%

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
Decimal13011910600.080.180.4932.510.1746.27
Hex82776A08123120a2e
Octal2021671520102261401256
Binary100000101110111110101001000100101100011000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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