#7D756D

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

Shades of Sand Dune #7D756D

Tints of Sand Dune #7D756D

Color information

#7D756D (or 0x7D756D) is unknown color: approx Sand Dune. HEX triplet: 7D, 75 and 6D. RGB value is (125,117,109). Sum of RGB (Red+Green+Blue) = 125+117+109=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 125 - color contains mainly: red. Hex color #7D756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D756D is #828A92. Grayscale: #767676. Windows color (decimal): -8555155 or 7173501. OLE color: 7173501.

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

Color convert

RGB125117109-
CMYK00.060.130.51
HSL30º6.84%45.88%-
HSV(B)30º12.8%49.02%-
XYZ17.5818.1917.05-
YUV118.48122.65132.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.61%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=35.61%
G=33.33%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511710900.060.130.51306.8445.88
Hex7D756D06D331e72e
Octal17516515506156336756
Binary1111101111010111011010110110111001111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,117,109); }

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

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

 a { background-color: rgb(125,117,109); }

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

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

 span { border-color: rgb(125,117,109); }

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