#7D726A

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

Shades of Sand Dune #7D726A

Tints of Sand Dune #7D726A

Color information

#7D726A (or 0x7D726A) is unknown color: approx Sand Dune. HEX triplet: 7D, 72 and 6A. RGB value is (125,114,106). Sum of RGB (Red+Green+Blue) = 125+114+106=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D726A is #828D95. Grayscale: #747474. Windows color (decimal): -8555926 or 6976125. OLE color: 6976125.

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

Color convert

RGB125114106-
CMYK00.090.150.51
HSL25.26º8.23%45.29%-
HSV(B)25.26º15.2%49.02%-
XYZ17.0817.4416.1-
YUV116.38122.14134.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=36.23%
G=33.04%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511410600.090.150.5125.268.2345.29
Hex7D726A09F331982d
Octal1751621520111763311055
Binary111110111100101101010010011111110011110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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