#7E746A

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

Shades of Sand Dune #7E746A

Tints of Sand Dune #7E746A

Color information

#7E746A (or 0x7E746A) is unknown color: approx Sand Dune. HEX triplet: 7E, 74 and 6A. RGB value is (126,116,106). Sum of RGB (Red+Green+Blue) = 126+116+106=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 126 - color contains mainly: red. Hex color #7E746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E746A is #818B95. Grayscale: #757575. Windows color (decimal): -8489878 or 6976638. OLE color: 6976638.

HSL color Cylindrical-coordinate representation of color #7E746A: hue angle of 30º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E746A is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB126116106-
CMYK00.080.160.51
HSL30º8.62%45.49%-
HSV(B)30º15.87%49.41%-
XYZ17.4517.9716.18-
YUV117.85121.31133.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=36.21%
G=33.33%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12611610600.080.160.51308.6245.49
Hex7E746A0810331e92d
Octal1761641520102063361155
Binary1111110111010011010100100010000110011111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E746A; }

 p { color: rgb(126,116,106); }

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

<style>
 a { background-color: #7E746A; }

 a { background-color: rgb(126,116,106); }

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

<style>
 span { border-color: #7E746A; }

 span { border-color: rgb(126,116,106); }

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