#82796E

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

Shades of Sand Dune #82796E

Tints of Sand Dune #82796E

Color information

#82796E (or 0x82796E) is unknown color: approx Sand Dune. HEX triplet: 82, 79 and 6E. RGB value is (130,121,110). Sum of RGB (Red+Green+Blue) = 130+121+110=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #82796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82796E is #7D8691. Grayscale: #7A7A7A. Windows color (decimal): -8226450 or 7240066. OLE color: 7240066.

HSL color Cylindrical-coordinate representation of color #82796E: hue angle of 33º 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 #82796E is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB130121110-
CMYK00.070.150.49
HSL33º8.33%47.06%-
HSV(B)33º15.38%50.98%-
XYZ18.8619.5517.53-
YUV122.44120.98133.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=36.01%
G=33.52%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012111000.070.150.49338.3347.06
Hex82796E07F312182f
Octal202171156071761411057
Binary1000001011110011101110011111111100011000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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