#7C726D

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

Shades of Sand Dune #7C726D

Tints of Sand Dune #7C726D

Color information

#7C726D (or 0x7C726D) is unknown color: approx Sand Dune. HEX triplet: 7C, 72 and 6D. RGB value is (124,114,109). Sum of RGB (Red+Green+Blue) = 124+114+109=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C726D is #838D92. Grayscale: #747474. Windows color (decimal): -8621459 or 7172732. OLE color: 7172732.

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

Color convert

RGB124114109-
CMYK00.080.120.51
HSL20º6.44%45.69%-
HSV(B)20º12.1%48.63%-
XYZ17.0917.4216.93-
YUV116.42123.81133.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=35.73%
G=32.85%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411410900.080.120.51206.4445.69
Hex7C726D08C331462e
Octal174162155010146324656
Binary11111001110010110110101000110011001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,109); }

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

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

 a { background-color: rgb(124,114,109); }

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

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

 span { border-color: rgb(124,114,109); }

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