Color Hex Logo

#7d753f Color Hex

#7D753F
(125,117,63)
0 Favorites   0 Comments

Color spaces of #7d753f

RGB 12511763
HSL0.150.330.37
HSV52°50°49°
CMYK 0.000.060.50   0.51
XYZ15.715917.44147.2408
Yxy17.44140.38900.4317
Hunter Lab41.7629-5.913318.9544
CIE-Lab48.8115-4.926330.7152

#7d753f color RGB value is (125,117,63).

#7d753f hex color red value is 125, green value is 117 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #7d753f hue: 0.15 , saturation: 0.33 and the lightness value of 7d753f is 0.37.

The process color (four color CMYK) of #7d753f color hex is 0.00, 0.06, 0.50, 0.51. Web safe color of #7d753f is #666633. Color #7d753f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110101 00111111
Octal 175 165 77
Decimal 125 117 63
Hex 7D 75 3F

RGB Percentages of Color #7d753f

%40.98
%38.36
%20.66

CMYK Percentages of Color #7d753f

%0
%6
%50
%51

Triadic Colors of #7d753f

#7d753f #3f7d75 #753f7d

Analogous Colors of #7d753f

#7d753f #667d3f #7d563f

Monochromatic Colors of #7d753f

#7d753f

Complementary Color

#7d753f #3f477d

#7d753f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d753f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d753f Color CSS Codes

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

#7d753f Text Font Color

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

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


#7d753f Background Color

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

This div background color is #7d753f


#7d753f Border Color

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

This div border color is #7d753f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d753f


Comments

No comments written yet.

Please login to write comment.