Html Css Color HEX #7D736D Sand Dune

📋 copy color: '#7D736D'

red 125 ◦ green 115 ◦ blue 109

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

Shades of Sand Dune #7D736D

Tints of Sand Dune #7D736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 35.82%
G = 32.95%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D736D (or 0x7D736D) is known color: Sand Dune. HEX triplet: 7D, 73 and 6D. RGB value is (125,115,109). Sum of RGB (Red+Green+Blue) = 125+115+109=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 125 - color contains mainly: red. Hex color #7D736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D736D is #828C92. Grayscale: #757575. Windows color (decimal): -8555667 or 7172989. OLE color: 7172989.

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

Color convert

RGB 125 115 109 -
CMYK 0 0.08 0.13 0.51
HSL 22.5º 0.07% 0.46% -
HSV(B) 22.5º 0.13% 0.49% -
XYZ 17.35 17.73 16.98 -
YUV 117.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 125 115 109 0 0.08 0.13 0.51 22.5 0.07 0.46
Hex 7D 73 6D 0 8 D 33 16 7 2E
Octal 175 163 155 0 10 15 63 26 7 56
Binary 1111101 1110011 1101101 0 1000 1101 110011 10110 111 101110

Color Harmonies of #7D736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D736D

Black with #7D736D

Text Example


Text Example

White with #7D736D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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