Html Css Color HEX #80786F Sand Dune

📋 copy color: '#80786F'

red 128 ◦ green 120 ◦ blue 111

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

Shades of Sand Dune #80786F

Tints of Sand Dune #80786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 35.65%
G = 33.43%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80786F (or 0x80786F) is known color: Sand Dune. HEX triplet: 80, 78 and 6F. RGB value is (128,120,111). Sum of RGB (Red+Green+Blue) = 128+120+111=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #80786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80786F is #7F8790. Grayscale: #797979. Windows color (decimal): -8357777 or 7305344. OLE color: 7305344.

HSL color Cylindrical-coordinate representation of color #80786F: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80786F is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 111 -
CMYK 0 0.06 0.13 0.50
HSL 31.76º 0.07% 0.47% -
HSV(B) 31.76º 0.13% 0.5% -
XYZ 18.49 19.17 17.76 -
YUV 121.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 128 120 111 0 0.06 0.13 0.50 31.76 0.07 0.47
Hex 80 78 6F 0 6 D 32 20 7 2F
Octal 200 170 157 0 6 15 62 40 7 57
Binary 10000000 1111000 1101111 0 110 1101 110010 100000 111 101111

Color Harmonies of #80786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80786F

Black with #80786F

Text Example


Text Example

White with #80786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80786F; }

 p { color: rgb(128,120,111); }

 H1.HeaderClassName
 {
   color: #80786F;
 }
 .AnyTagClassName
 {
   color: #80786F;
 }
</style>

background-color css

<style>
 a { background-color: #80786F; }

 a { background-color: rgb(128,120,111); }

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

border-color css

<style>
 span { border-color: #80786F; }

 span { border-color: rgb(128,120,111); }

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