#82786B

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

Shades of Sand Dune #82786B

Tints of Sand Dune #82786B

Color information

#82786B (or 0x82786B) is unknown color: approx Sand Dune. HEX triplet: 82, 78 and 6B. RGB value is (130,120,107). Sum of RGB (Red+Green+Blue) = 130+120+107=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82786B is #7D8794. Grayscale: #797979. Windows color (decimal): -8226709 or 7043202. OLE color: 7043202.

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

Color convert

RGB130120107-
CMYK00.080.180.49
HSL33.91º9.7%46.47%-
HSV(B)33.91º17.69%50.98%-
XYZ18.5819.2416.64-
YUV121.51119.81134.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=36.41%
G=33.61%
B=29.97%

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
Decimal13012010700.080.180.4933.919.746.47
Hex82786B08123122a2e
Octal2021701530102261421256
Binary100000101111000110101101000100101100011000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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