Html Css Color HEX #80776B Sand Dune

📋 copy color: '#80776B'

red 128 ◦ green 119 ◦ blue 107

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

Shades of Sand Dune #80776B

Tints of Sand Dune #80776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 36.16%
G = 33.62%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80776B (or 0x80776B) is known color: Sand Dune. HEX triplet: 80, 77 and 6B. RGB value is (128,119,107). Sum of RGB (Red+Green+Blue) = 128+119+107=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80776B is #7F8894. Grayscale: #787878. Windows color (decimal): -8358037 or 7042944. OLE color: 7042944.

HSL color Cylindrical-coordinate representation of color #80776B: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80776B is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 107 -
CMYK 0 0.07 0.16 0.50
HSL 34.29º 0.09% 0.46% -
HSV(B) 34.29º 0.16% 0.5% -
XYZ 18.15 18.84 16.59 -
YUV 120.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 128 119 107 0 0.07 0.16 0.50 34.29 0.09 0.46
Hex 80 77 6B 0 7 10 32 22 9 2E
Octal 200 167 153 0 7 20 62 42 11 56
Binary 10000000 1110111 1101011 0 111 10000 110010 100010 1001 101110

Color Harmonies of #80776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80776B

Black with #80776B

Text Example


Text Example

White with #80776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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