Color Hex Logo

#7d791c Color Hex

#7D791C
(125,121,28)
0 Favorites   0 Comments

Color spaces of #7d791c

RGB 12512128
HSL0.160.630.30
HSV58°78°49°
CMYK 0.000.030.78   0.51
XYZ15.504418.11863.7787
Yxy18.11860.41450.4844
Hunter Lab42.5659-9.472824.5328
CIE-Lab49.6396-9.732747.9353

#7d791c color RGB value is (125,121,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111001 00011100
Octal 175 171 34
Decimal 125 121 28
Hex 7D 79 1C

RGB Percentages of Color #7d791c

%45.62
%44.16
%10.22

CMYK Percentages of Color #7d791c

%0
%3
%78
%51

Triadic Colors of #7d791c

#7d791c #1c7d79 #791c7d

Analogous Colors of #7d791c

#7d791c #517d1c #7d491c

Monochromatic Colors of #7d791c

#7d791c

Complementary Color

#7d791c #1c207d

#7d791c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d791c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d791c Color CSS Codes

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

#7d791c Text Font Color

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

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


#7d791c Background Color

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

This div background color is #7d791c


#7d791c Border Color

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

This div border color is #7d791c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d791c


Comments

No comments written yet.

Please login to write comment.