Html Css Color HEX #80766E Sand Dune

📋 copy color: '#80766E'

red 128 ◦ green 118 ◦ blue 110

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

Shades of Sand Dune #80766E

Tints of Sand Dune #80766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 35.96%
G = 33.15%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80766E (or 0x80766E) is known color: Sand Dune. HEX triplet: 80, 76 and 6E. RGB value is (128,118,110). Sum of RGB (Red+Green+Blue) = 128+118+110=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #80766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80766E is #7F8991. Grayscale: #787878. Windows color (decimal): -8358290 or 7239296. OLE color: 7239296.

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

Color convert

RGB 128 118 110 -
CMYK 0 0.08 0.14 0.50
HSL 26.67º 0.08% 0.47% -
HSV(B) 26.67º 0.14% 0.5% -
XYZ 18.2 18.67 17.4 -
YUV 120.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 128 118 110 0 0.08 0.14 0.50 26.67 0.08 0.47
Hex 80 76 6E 0 8 E 32 1B 8 2F
Octal 200 166 156 0 10 16 62 33 10 57
Binary 10000000 1110110 1101110 0 1000 1110 110010 11011 1000 101111

Color Harmonies of #80766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80766E

Black with #80766E

Text Example


Text Example

White with #80766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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