Html Css Color HEX #80776E Sand Dune

📋 copy color: '#80776E'

red 128 ◦ green 119 ◦ blue 110

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

Shades of Sand Dune #80776E

Tints of Sand Dune #80776E

RGB

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

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

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

R = 35.85%
G = 33.33%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80776E (or 0x80776E) is known color: Sand Dune. HEX triplet: 80, 77 and 6E. RGB value is (128,119,110). Sum of RGB (Red+Green+Blue) = 128+119+110=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #80776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80776E is #7F8891. Grayscale: #787878. Windows color (decimal): -8358034 or 7239552. OLE color: 7239552.

HSL color Cylindrical-coordinate representation of color #80776E: hue angle of 30º 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 #80776E is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 110 -
CMYK 0 0.07 0.14 0.50
HSL 30º 0.08% 0.47% -
HSV(B) 30º 0.14% 0.5% -
XYZ 18.31 18.91 17.44 -
YUV 120.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 128 119 110 0 0.07 0.14 0.50 30 0.08 0.47
Hex 80 77 6E 0 7 E 32 1E 8 2F
Octal 200 167 156 0 7 16 62 36 10 57
Binary 10000000 1110111 1101110 0 111 1110 110010 11110 1000 101111

Color Harmonies of #80776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80776E

Black with #80776E

Text Example


Text Example

White with #80776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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