Html Css Color HEX #7D746D Sand Dune

📋 copy color: '#7D746D'

red 125 ◦ green 116 ◦ blue 109

#7D746D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #7D746D

Tints of Sand Dune #7D746D

RGB

 RED value IS 125 (49.22% from 255) = 35.71%

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 35.71%
G = 33.14%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D746D (or 0x7D746D) is known color: Sand Dune. HEX triplet: 7D, 74 and 6D. RGB value is (125,116,109). Sum of RGB (Red+Green+Blue) = 125+116+109=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 125 - color contains mainly: red. Hex color #7D746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D746D is #828B92. Grayscale: #757575. Windows color (decimal): -8555411 or 7173245. OLE color: 7173245.

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

Color convert

RGB 125 116 109 -
CMYK 0 0.07 0.13 0.51
HSL 26.25º 0.07% 0.46% -
HSV(B) 26.25º 0.13% 0.49% -
XYZ 17.46 17.95 17.01 -
YUV 117.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 125 116 109 0 0.07 0.13 0.51 26.25 0.07 0.46
Hex 7D 74 6D 0 7 D 33 1A 7 2E
Octal 175 164 155 0 7 15 63 32 7 56
Binary 1111101 1110100 1101101 0 111 1101 110011 11010 111 101110

Color Harmonies of #7D746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D746D

Black with #7D746D

Text Example


Text Example

White with #7D746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D746D;
 }
 .AnyTagClassName
 {
   color: #7D746D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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