Color Hex Logo

#7d614c Color Hex

#7D614C
(125,97,76)
0 Favorites   0 Comments

Color spaces of #7d614c

RGB 1259776
HSL0.070.240.39
HSV26°39°49°
CMYK 0.000.220.39   0.51
XYZ14.036613.43128.6901
Yxy13.43120.38820.3715
Hunter Lab36.64864.231411.5952
CIE-Lab43.40598.228316.3144

#7d614c color RGB value is (125,97,76).

#7d614c hex color red value is 125, green value is 97 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #7d614c hue: 0.07 , saturation: 0.24 and the lightness value of 7d614c is 0.39.

The process color (four color CMYK) of #7d614c color hex is 0.00, 0.22, 0.39, 0.51. Web safe color of #7d614c is #666633. Color #7d614c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01100001 01001100
Octal 175 141 114
Decimal 125 97 76
Hex 7D 61 4C

RGB Percentages of Color #7d614c

%41.95
%32.55
%25.50

CMYK Percentages of Color #7d614c

%0
%22
%39
%51

Triadic Colors of #7d614c

#7d614c #4c7d61 #614c7d

Analogous Colors of #7d614c

#7d614c #7d7a4c #7d4c50

Monochromatic Colors of #7d614c

#7d614c

Complementary Color

#7d614c #4c687d

#7d614c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d614c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d614c Color CSS Codes

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

#7d614c Text Font Color

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

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


#7d614c Background Color

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

This div background color is #7d614c


#7d614c Border Color

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

This div border color is #7d614c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d614c


Comments

No comments written yet.

Please login to write comment.