Html Css Color HEX #7D756D Sand Dune

📋 copy color: '#7D756D'

red 125 ◦ green 117 ◦ blue 109

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

Shades of Sand Dune #7D756D

Tints of Sand Dune #7D756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

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

R = 35.61%
G = 33.33%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D756D (or 0x7D756D) is known color: Sand Dune. HEX triplet: 7D, 75 and 6D. RGB value is (125,117,109). Sum of RGB (Red+Green+Blue) = 125+117+109=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 125 - color contains mainly: red. Hex color #7D756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D756D is #828A92. Grayscale: #767676. Windows color (decimal): -8555155 or 7173501. OLE color: 7173501.

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

Color convert

RGB 125 117 109 -
CMYK 0 0.06 0.13 0.51
HSL 30º 0.07% 0.46% -
HSV(B) 30º 0.13% 0.49% -
XYZ 17.58 18.19 17.05 -
YUV 118.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 125 117 109 0 0.06 0.13 0.51 30 0.07 0.46
Hex 7D 75 6D 0 6 D 33 1E 7 2E
Octal 175 165 155 0 6 15 63 36 7 56
Binary 1111101 1110101 1101101 0 110 1101 110011 11110 111 101110

Color Harmonies of #7D756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D756D

Black with #7D756D

Text Example


Text Example

White with #7D756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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