#7F746D

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

Shades of Sand Dune #7F746D

Tints of Sand Dune #7F746D

Color information

#7F746D (or 0x7F746D) is unknown color: approx Sand Dune. HEX triplet: 7F, 74 and 6D. RGB value is (127,116,109). Sum of RGB (Red+Green+Blue) = 127+116+109=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 127 - color contains mainly: red. Hex color #7F746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F746D is #808B92. Grayscale: #767676. Windows color (decimal): -8424339 or 7173247. OLE color: 7173247.

HSL color Cylindrical-coordinate representation of color #7F746D: hue angle of 23.33º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F746D is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB127116109-
CMYK00.090.140.50
HSL23.33º7.63%46.27%-
HSV(B)23.33º14.17%49.8%-
XYZ17.7618.1117.03-
YUV118.49122.64134.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=36.08%
G=32.95%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711610900.090.140.5023.337.6346.27
Hex7F746D09E321782e
Octal1771641550111662271056
Binary111111111101001101101010011110110010101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,109); }

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

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

 a { background-color: rgb(127,116,109); }

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

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

 span { border-color: rgb(127,116,109); }

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