#82786E

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

Shades of Sand Dune #82786E

Tints of Sand Dune #82786E

Color information

#82786E (or 0x82786E) is unknown color: approx Sand Dune. HEX triplet: 82, 78 and 6E. RGB value is (130,120,110). Sum of RGB (Red+Green+Blue) = 130+120+110=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #82786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82786E is #7D8791. Grayscale: #797979. Windows color (decimal): -8226706 or 7239810. OLE color: 7239810.

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

Color convert

RGB130120110-
CMYK00.080.150.49
HSL30º8.33%47.06%-
HSV(B)30º15.38%50.98%-
XYZ18.7419.317.49-
YUV121.85121.31133.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=36.11%
G=33.33%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012011000.080.150.49308.3347.06
Hex82786E08F311e82f
Octal2021701560101761361057
Binary1000001011110001101110010001111110001111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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