#79746E

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

Shades of Sand Dune #79746E

Tints of Sand Dune #79746E

Color information

#79746E (or 0x79746E) is unknown color: approx Sand Dune. HEX triplet: 79, 74 and 6E. RGB value is (121,116,110). Sum of RGB (Red+Green+Blue) = 121+116+110=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #79746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79746E is #868B91. Grayscale: #747474. Windows color (decimal): -8817554 or 7238777. OLE color: 7238777.

HSL color Cylindrical-coordinate representation of color #79746E: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #79746E is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB121116110-
CMYK00.040.090.53
HSL32.73º4.76%45.29%-
HSV(B)32.73º9.09%47.45%-
XYZ16.9517.6817.27-
YUV116.81124.16130.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=34.87%
G=33.43%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111611000.040.090.5332.734.7645.29
Hex79746E049352152d
Octal17116415604116541555
Binary11110011110100110111001001001110101100001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79746E; }

 p { color: rgb(121,116,110); }

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

<style>
 a { background-color: #79746E; }

 a { background-color: rgb(121,116,110); }

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

<style>
 span { border-color: #79746E; }

 span { border-color: rgb(121,116,110); }

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