Html Css Color HEX #82776A Sand Dune

📋 copy color: '#82776A'

red 130 ◦ green 119 ◦ blue 106

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

Shades of Sand Dune #82776A

Tints of Sand Dune #82776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 36.62%
G = 33.52%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82776A (or 0x82776A) is known color: Sand Dune. HEX triplet: 82, 77 and 6A. RGB value is (130,119,106). Sum of RGB (Red+Green+Blue) = 130+119+106=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82776A is #7D8895. Grayscale: #787878. Windows color (decimal): -8226966 or 6977410. OLE color: 6977410.

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

Color convert

RGB 130 119 106 -
CMYK 0 0.08 0.18 0.49
HSL 32.5º 0.1% 0.46% -
HSV(B) 32.5º 0.18% 0.51% -
XYZ 18.4 18.98 16.33 -
YUV 120.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 130 119 106 0 0.08 0.18 0.49 32.5 0.1 0.46
Hex 82 77 6A 0 8 12 31 20 A 2E
Octal 202 167 152 0 10 22 61 40 12 56
Binary 10000010 1110111 1101010 0 1000 10010 110001 100000 1010 101110

Color Harmonies of #82776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82776A

Black with #82776A

Text Example


Text Example

White with #82776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82776A;
 }
 .AnyTagClassName
 {
   color: #82776A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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