Html Css Color HEX #82766B Sand Dune

📋 copy color: '#82766B'

red 130 ◦ green 118 ◦ blue 107

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

Shades of Sand Dune #82766B

Tints of Sand Dune #82766B

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

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82766B (or 0x82766B) is known color: 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

RGB 130 118 107 -
CMYK 0 0.09 0.18 0.49
HSL 28.7º 0.1% 0.46% -
HSV(B) 28.7º 0.18% 0.51% -
XYZ 18.34 18.76 16.57 -
YUV 120.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 130 118 107 0 0.09 0.18 0.49 28.7 0.1 0.46
Hex 82 76 6B 0 9 12 31 1D A 2E
Octal 202 166 153 0 11 22 61 35 12 56
Binary 10000010 1110110 1101011 0 1001 10010 110001 11101 1010 101110

Color Harmonies of #82766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82766B

Black with #82766B

Text Example


Text Example

White with #82766B

Text Example


Text Example

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