#7D746A

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

Shades of Sand Dune #7D746A

Tints of Sand Dune #7D746A

Color information

#7D746A (or 0x7D746A) is unknown color: approx Sand Dune. HEX triplet: 7D, 74 and 6A. RGB value is (125,116,106). Sum of RGB (Red+Green+Blue) = 125+116+106=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 125 - color contains mainly: red. Hex color #7D746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D746A is #828B95. Grayscale: #757575. Windows color (decimal): -8555414 or 6976637. OLE color: 6976637.

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

Color convert

RGB125116106-
CMYK00.070.150.51
HSL31.58º8.23%45.29%-
HSV(B)31.58º15.2%49.02%-
XYZ17.317.8916.18-
YUV117.55121.48133.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=36.02%
G=33.43%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511610600.070.150.5131.588.2345.29
Hex7D746A07F332082d
Octal175164152071763401055
Binary111110111101001101010011111111100111000001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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