Html Css Color HEX #82796E Sand Dune

📋 copy color: '#82796E'

red 130 ◦ green 121 ◦ blue 110

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

Shades of Sand Dune #82796E

Tints of Sand Dune #82796E

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 value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82796E (or 0x82796E) is known color: 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

RGB 130 121 110 -
CMYK 0 0.07 0.15 0.49
HSL 33º 0.08% 0.47% -
HSV(B) 33º 0.15% 0.51% -
XYZ 18.86 19.55 17.53 -
YUV 122.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 130 121 110 0 0.07 0.15 0.49 33 0.08 0.47
Hex 82 79 6E 0 7 F 31 21 8 2F
Octal 202 171 156 0 7 17 61 41 10 57
Binary 10000010 1111001 1101110 0 111 1111 110001 100001 1000 101111

Color Harmonies of #82796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82796E

Black with #82796E

Text Example


Text Example

White with #82796E

Text Example


Text Example

HTML Codes & Css Web 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>