Color Hex Logo

#7d736f Color Hex

#7D736F
(125,115,111)
0 Favorites   0 Comments

Color spaces of #7d736f

RGB 125115111
HSL0.050.060.46
HSV17°11°49°
CMYK 0.000.080.11   0.51
XYZ17.457417.769117.5486
Yxy17.76910.33080.3367
Hunter Lab42.15340.15554.8248
CIE-Lab49.21483.11883.5988

#7d736f color RGB value is (125,115,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110011 01101111
Octal 175 163 157
Decimal 125 115 111
Hex 7D 73 6F

RGB Percentages of Color #7d736f

%35.61
%32.76
%31.62

CMYK Percentages of Color #7d736f

%0
%8
%11
%51

Triadic Colors of #7d736f

#7d736f #6f7d73 #736f7d

Analogous Colors of #7d736f

#7d736f #7d7a6f #7d6f72

Monochromatic Colors of #7d736f

#7d736f

Complementary Color

#7d736f #6f797d

#7d736f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d736f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d736f Color CSS Codes

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

#7d736f Text Font Color

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

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


#7d736f Background Color

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

This div background color is #7d736f


#7d736f Border Color

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

This div border color is #7d736f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,115,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 #7d736f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d736f


Comments

No comments written yet.

Please login to write comment.