Html Css Color HEX #80766D Sand Dune

📋 copy color: '#80766D'

red 128 ◦ green 118 ◦ blue 109

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

Shades of Sand Dune #80766D

Tints of Sand Dune #80766D

RGB

 RED value IS 128 (50.39% from 255) = 36.06%

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 36.06%
G = 33.24%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80766D (or 0x80766D) is known color: Sand Dune. HEX triplet: 80, 76 and 6D. RGB value is (128,118,109). Sum of RGB (Red+Green+Blue) = 128+118+109=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 128 - color contains mainly: red. Hex color #80766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80766D is #7F8992. Grayscale: #787878. Windows color (decimal): -8358291 or 7173760. OLE color: 7173760.

HSL color Cylindrical-coordinate representation of color #80766D: hue angle of 28.42º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80766D is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 109 -
CMYK 0 0.08 0.15 0.50
HSL 28.42º 0.08% 0.46% -
HSV(B) 28.42º 0.15% 0.5% -
XYZ 18.14 18.65 17.11 -
YUV 119.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 128 118 109 0 0.08 0.15 0.50 28.42 0.08 0.46
Hex 80 76 6D 0 8 F 32 1C 8 2E
Octal 200 166 155 0 10 17 62 34 10 56
Binary 10000000 1110110 1101101 0 1000 1111 110010 11100 1000 101110

Color Harmonies of #80766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80766D

Black with #80766D

Text Example


Text Example

White with #80766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,118,109); }

 H1.HeaderClassName
 {
   color: #80766D;
 }
 .AnyTagClassName
 {
   color: #80766D;
 }
</style>

background-color css

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

 a { background-color: rgb(128,118,109); }

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

border-color css

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

 span { border-color: rgb(128,118,109); }

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