Html Css Color HEX #80766C Sand Dune

📋 copy color: '#80766C'

red 128 ◦ green 118 ◦ blue 108

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

Shades of Sand Dune #80766C

Tints of Sand Dune #80766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 36.16%
G = 33.33%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80766C (or 0x80766C) is known color: Sand Dune. HEX triplet: 80, 76 and 6C. RGB value is (128,118,108). Sum of RGB (Red+Green+Blue) = 128+118+108=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80766C is #7F8993. Grayscale: #777777. Windows color (decimal): -8358292 or 7108224. OLE color: 7108224.

HSL color Cylindrical-coordinate representation of color #80766C: hue angle of 30º degrees, saturation: 0.08, 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 #80766C is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 108 -
CMYK 0 0.08 0.16 0.50
HSL 30º 0.08% 0.46% -
HSV(B) 30º 0.16% 0.5% -
XYZ 18.09 18.63 16.83 -
YUV 119.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 128 118 108 0 0.08 0.16 0.50 30 0.08 0.46
Hex 80 76 6C 0 8 10 32 1E 8 2E
Octal 200 166 154 0 10 20 62 36 10 56
Binary 10000000 1110110 1101100 0 1000 10000 110010 11110 1000 101110

Color Harmonies of #80766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80766C

Black with #80766C

Text Example


Text Example

White with #80766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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