Color Hex Logo

#7d756c Color Hex

#7D756C
(125,117,108)
1 Favorites   0 Comments

Color spaces of #7d756c

RGB 125117108
HSL0.090.070.46
HSV32°14°49°
CMYK 0.000.060.14   0.51
XYZ17.525518.165316.7699
Yxy18.16530.33410.3463
Hunter Lab42.6208-1.18786.5058
CIE-Lab49.69601.41396.0627

#7d756c color RGB value is (125,117,108).

#7d756c hex color red value is 125, green value is 117 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7d756c hue: 0.09 , saturation: 0.07 and the lightness value of 7d756c is 0.46.

The process color (four color CMYK) of #7d756c color hex is 0.00, 0.06, 0.14, 0.51. Web safe color of #7d756c is #666666. Color #7d756c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110101 01101100
Octal 175 165 154
Decimal 125 117 108
Hex 7D 75 6C

RGB Percentages of Color #7d756c

%35.71
%33.43
%30.86

CMYK Percentages of Color #7d756c

%0
%6
%14
%51

Triadic Colors of #7d756c

#7d756c #6c7d75 #756c7d

Analogous Colors of #7d756c

#7d756c #7d7d6c #7d6d6c

Monochromatic Colors of #7d756c

#7d756c

Complementary Color

#7d756c #6c747d

#7d756c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d756c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d756c Color CSS Codes

.mybgcolor {background-color:#7d756c; } 
.myforecolor {color:#7d756c; }
.mybordercolor {border:3px solid #7d756c; }

#7d756c Text Font Color

<p style="color:#7d756c">Text here</p>

This sample text font color is #7d756c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7d756c Background Color

<div style="background-color:#7d756c">
Div content here</div>

This div background color is #7d756c


#7d756c Border Color

<div style="border:3px solid #7d756c">
Div here</div>

This div border color is #7d756c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,117,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d756c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d756c;
  -webkit-box-shadow: 1px 1px 3px 2px #7d756c;
  box-shadow:         1px 1px 3px 2px #7d756c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,117,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7d756c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7d756c;
  -webkit-box-shadow: 1px 1px 3px 2px #7d756c;
  box-shadow:         1px 1px 3px 2px #7d756c;">
Div content here</div>

This div box has shadow with color #7d756c


Comments

No comments written yet.

Please login to write comment.