Color Hex Logo

#7d716f Color Hex

#7D716F
(125,113,111)
0 Favorites   0 Comments

Color spaces of #7d716f

RGB 125113111
HSL0.020.060.46
HSV11°49°
CMYK 0.000.100.11   0.51
XYZ17.231817.317917.4734
Yxy17.31790.33120.3329
Hunter Lab41.61481.08724.2354
CIE-Lab48.65814.28882.7946

#7d716f color RGB value is (125,113,111).

#7d716f hex color red value is 125, green value is 113 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7d716f hue: 0.02 , saturation: 0.06 and the lightness value of 7d716f is 0.46.

The process color (four color CMYK) of #7d716f color hex is 0.00, 0.10, 0.11, 0.51. Web safe color of #7d716f is #666666. Color #7d716f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110001 01101111
Octal 175 161 157
Decimal 125 113 111
Hex 7D 71 6F

RGB Percentages of Color #7d716f

%35.82
%32.38
%31.81

CMYK Percentages of Color #7d716f

%0
%10
%11
%51

Triadic Colors of #7d716f

#7d716f #6f7d71 #716f7d

Analogous Colors of #7d716f

#7d716f #7d786f #7d6f74

Monochromatic Colors of #7d716f

#7d716f

Complementary Color

#7d716f #6f7b7d

#7d716f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d716f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d716f Color CSS Codes

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

#7d716f Text Font Color

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

This sample text font color is #7d716f
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.


#7d716f Background Color

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

This div background color is #7d716f


#7d716f Border Color

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

This div border color is #7d716f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d716f


Comments

No comments written yet.

Please login to write comment.