Html Css Color HEX #7D766E Sand Dune

📋 copy color: '#7D766E'

red 125 ◦ green 118 ◦ blue 110

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

Shades of Sand Dune #7D766E

Tints of Sand Dune #7D766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 35.41%
G = 33.43%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D766E (or 0x7D766E) is known color: Sand Dune. HEX triplet: 7D, 76 and 6E. RGB value is (125,118,110). Sum of RGB (Red+Green+Blue) = 125+118+110=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 125 - color contains mainly: red. Hex color #7D766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D766E is #828991. Grayscale: #777777. Windows color (decimal): -8554898 or 7239293. OLE color: 7239293.

HSL color Cylindrical-coordinate representation of color #7D766E: hue angle of 32º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D766E is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 118 110 -
CMYK 0 0.06 0.12 0.51
HSL 32º 0.06% 0.46% -
HSV(B) 32º 0.12% 0.49% -
XYZ 17.75 18.44 17.38 -
YUV 119.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 125 118 110 0 0.06 0.12 0.51 32 0.06 0.46
Hex 7D 76 6E 0 6 C 33 20 6 2E
Octal 175 166 156 0 6 14 63 40 6 56
Binary 1111101 1110110 1101110 0 110 1100 110011 100000 110 101110

Color Harmonies of #7D766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D766E

Black with #7D766E

Text Example


Text Example

White with #7D766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,118,110); }

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

background-color css

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

 a { background-color: rgb(125,118,110); }

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

border-color css

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

 span { border-color: rgb(125,118,110); }

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