#82776D

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

Shades of Sand Dune #82776D

Tints of Sand Dune #82776D

Color information

#82776D (or 0x82776D) is unknown color: approx Sand Dune. HEX triplet: 82, 77 and 6D. RGB value is (130,119,109). Sum of RGB (Red+Green+Blue) = 130+119+109=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #82776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82776D is #7D8892. Grayscale: #797979. Windows color (decimal): -8226963 or 7174018. OLE color: 7174018.

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

Color convert

RGB130119109-
CMYK00.080.160.49
HSL28.57º8.79%46.86%-
HSV(B)28.57º16.15%50.98%-
XYZ18.5619.0417.17-
YUV121.15121.14134.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=36.31%
G=33.24%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011910900.080.160.4928.578.7946.86
Hex82776D0810311d92f
Octal2021671550102061351157
Binary10000010111011111011010100010000110001111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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