Color Hex Logo

#7d694c Color Hex

#7D694C
(125,105,76)
0 Favorites   0 Comments

Color spaces of #7d694c

RGB 12510576
HSL0.100.240.39
HSV36°39°49°
CMYK 0.000.160.39   0.51
XYZ14.813514.98498.9491
Yxy14.98490.38230.3867
Hunter Lab38.71030.564513.3905
CIE-Lab45.61353.501419.2735

#7d694c color RGB value is (125,105,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01101001 01001100
Octal 175 151 114
Decimal 125 105 76
Hex 7D 69 4C

RGB Percentages of Color #7d694c

%40.85
%34.31
%24.84

CMYK Percentages of Color #7d694c

%0
%16
%39
%51

Triadic Colors of #7d694c

#7d694c #4c7d69 #694c7d

Analogous Colors of #7d694c

#7d694c #797d4c #7d514c

Monochromatic Colors of #7d694c

#7d694c

Complementary Color

#7d694c #4c607d

#7d694c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d694c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d694c Color CSS Codes

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

#7d694c Text Font Color

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

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


#7d694c Background Color

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

This div background color is #7d694c


#7d694c Border Color

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

This div border color is #7d694c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d694c


Comments

No comments written yet.

Please login to write comment.