#82766B

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

Shades of Sand Dune #82766B

Tints of Sand Dune #82766B

Color information

#82766B (or 0x82766B) is unknown color: approx Sand Dune. HEX triplet: 82, 76 and 6B. RGB value is (130,118,107). Sum of RGB (Red+Green+Blue) = 130+118+107=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82766B is #7D8994. Grayscale: #787878. Windows color (decimal): -8227221 or 7042690. OLE color: 7042690.

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

Color convert

RGB130118107-
CMYK00.090.180.49
HSL28.7º9.7%46.47%-
HSV(B)28.7º17.69%50.98%-
XYZ18.3418.7616.57-
YUV120.33120.48134.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=36.62%
G=33.24%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011810700.090.180.4928.79.746.47
Hex82766B0912311da2e
Octal2021661530112261351256
Binary10000010111011011010110100110010110001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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