Color Hex Logo

#7d792f Color Hex

#7D792F
(125,121,47)
0 Favorites   0 Comments

Color spaces of #7d792f

RGB 12512147
HSL0.160.450.34
HSV57°62°49°
CMYK 0.000.030.62   0.51
XYZ15.807918.24005.3768
Yxy18.24000.40100.4627
Hunter Lab42.7083-8.670222.4315
CIE-Lab49.7859-8.592140.0485

#7d792f color RGB value is (125,121,47).

#7d792f hex color red value is 125, green value is 121 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #7d792f hue: 0.16 , saturation: 0.45 and the lightness value of 7d792f is 0.34.

The process color (four color CMYK) of #7d792f color hex is 0.00, 0.03, 0.62, 0.51. Web safe color of #7d792f is #666633. Color #7d792f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111001 00101111
Octal 175 171 57
Decimal 125 121 47
Hex 7D 79 2F

RGB Percentages of Color #7d792f

%42.66
%41.30
%16.04

CMYK Percentages of Color #7d792f

%0
%3
%62
%51

Triadic Colors of #7d792f

#7d792f #2f7d79 #792f7d

Analogous Colors of #7d792f

#7d792f #5a7d2f #7d522f

Monochromatic Colors of #7d792f

#7d792f

Complementary Color

#7d792f #2f337d

#7d792f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d792f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d792f Color CSS Codes

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

#7d792f Text Font Color

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

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


#7d792f Background Color

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

This div background color is #7d792f


#7d792f Border Color

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

This div border color is #7d792f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d792f


Comments

No comments written yet.

Please login to write comment.