Color Hex Logo

#7d6444 Color Hex

#7D6444
(125,100,68)
0 Favorites   0 Comments

Color spaces of #7d6444

RGB 12510068
HSL0.090.300.38
HSV34°46°49°
CMYK 0.000.200.46   0.51
XYZ14.058013.89177.4093
Yxy13.89170.39760.3929
Hunter Lab37.27162.100914.3037
CIE-Lab44.07725.469021.9290

#7d6444 color RGB value is (125,100,68).

#7d6444 hex color red value is 125, green value is 100 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #7d6444 hue: 0.09 , saturation: 0.30 and the lightness value of 7d6444 is 0.38.

The process color (four color CMYK) of #7d6444 color hex is 0.00, 0.20, 0.46, 0.51. Web safe color of #7d6444 is #666633. Color #7d6444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01100100 01000100
Octal 175 144 104
Decimal 125 100 68
Hex 7D 64 44

RGB Percentages of Color #7d6444

%42.66
%34.13
%23.21

CMYK Percentages of Color #7d6444

%0
%20
%46
%51

Triadic Colors of #7d6444

#7d6444 #447d64 #64447d

Analogous Colors of #7d6444

#7d6444 #7a7d44 #7d4844

Monochromatic Colors of #7d6444

#7d6444

Complementary Color

#7d6444 #445d7d

#7d6444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d6444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d6444 Color CSS Codes

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

#7d6444 Text Font Color

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

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


#7d6444 Background Color

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

This div background color is #7d6444


#7d6444 Border Color

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

This div border color is #7d6444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d6444


Comments

No comments written yet.

Please login to write comment.