Html Css Color HEX #80746D Sand Dune

📋 copy color: '#80746D'

red 128 ◦ green 116 ◦ blue 109

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

Shades of Sand Dune #80746D

Tints of Sand Dune #80746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 36.26%
G = 32.86%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80746D (or 0x80746D) is known color: Sand Dune. HEX triplet: 80, 74 and 6D. RGB value is (128,116,109). Sum of RGB (Red+Green+Blue) = 128+116+109=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80746D is #7F8B92. Grayscale: #767676. Windows color (decimal): -8358803 or 7173248. OLE color: 7173248.

HSL color Cylindrical-coordinate representation of color #80746D: hue angle of 22.11º 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 #80746D is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 109 -
CMYK 0 0.09 0.15 0.50
HSL 22.11º 0.08% 0.46% -
HSV(B) 22.11º 0.15% 0.5% -
XYZ 17.91 18.18 17.03 -
YUV 118.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 128 116 109 0 0.09 0.15 0.50 22.11 0.08 0.46
Hex 80 74 6D 0 9 F 32 16 8 2E
Octal 200 164 155 0 11 17 62 26 10 56
Binary 10000000 1110100 1101101 0 1001 1111 110010 10110 1000 101110

Color Harmonies of #80746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80746D

Black with #80746D

Text Example


Text Example

White with #80746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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