#80746B

Color #80746B Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #80746B

Tints of Sand Dune #80746B

Color information

#80746B (or 0x80746B) is unknown color: approx Sand Dune. HEX triplet: 80, 74 and 6B. RGB value is (128,116,107). Sum of RGB (Red+Green+Blue) = 128+116+107=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #80746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80746B is #7F8B94. Grayscale: #767676. Windows color (decimal): -8358805 or 7042176. OLE color: 7042176.

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

Color convert

RGB128116107-
CMYK00.090.160.50
HSL25.71º8.94%46.08%-
HSV(B)25.71º16.41%50.2%-
XYZ17.818.1416.47-
YUV118.56121.48134.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=36.47%
G=33.05%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811610700.090.160.5025.718.9446.08
Hex80746B0910321a92e
Octal2001641530112062321156
Binary10000000111010011010110100110000110010110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80746B;
 }
 .AnyTagClassName
 {
   color: #80746B;
 }
</style>
background-color css

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

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

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

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

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

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