Html Css Color HEX #82796C Sand Dune

📋 copy color: '#82796C'

red 130 ◦ green 121 ◦ blue 108

#82796C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #82796C

Tints of Sand Dune #82796C

RGB

 RED value IS 130 (51.17% from 255) = 36.21%

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 36.21%
G = 33.7%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82796C (or 0x82796C) is known color: Sand Dune. HEX triplet: 82, 79 and 6C. RGB value is (130,121,108). Sum of RGB (Red+Green+Blue) = 130+121+108=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #82796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82796C is #7D8693. Grayscale: #7A7A7A. Windows color (decimal): -8226452 or 7108994. OLE color: 7108994.

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

Color convert

RGB 130 121 108 -
CMYK 0 0.07 0.17 0.49
HSL 35.45º 0.09% 0.47% -
HSV(B) 35.45º 0.17% 0.51% -
XYZ 18.75 19.5 16.96 -
YUV 122.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 130 121 108 0 0.07 0.17 0.49 35.45 0.09 0.47
Hex 82 79 6C 0 7 11 31 23 9 2F
Octal 202 171 154 0 7 21 61 43 11 57
Binary 10000010 1111001 1101100 0 111 10001 110001 100011 1001 101111

Color Harmonies of #82796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82796C

Black with #82796C

Text Example


Text Example

White with #82796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82796C;
 }
 .AnyTagClassName
 {
   color: #82796C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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