Color Hex Logo

#7d750f Color Hex

#7D750F
(125,117,15)
0 Favorites   0 Comments

Color spaces of #7d750f

RGB 12511715
HSL0.150.790.27
HSV56°88°49°
CMYK 0.000.060.88   0.51
XYZ14.905017.11702.9703
Yxy17.11700.42600.4892
Hunter Lab41.3727-8.095524.7042
CIE-Lab48.4071-7.987150.8403

#7d750f color RGB value is (125,117,15).

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

The process color (four color CMYK) of #7d750f color hex is 0.00, 0.06, 0.88, 0.51. Web safe color of #7d750f is #666600. Color #7d750f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110101 00001111
Octal 175 165 17
Decimal 125 117 15
Hex 7D 75 F

RGB Percentages of Color #7d750f

%48.64
%45.53
%5.84

CMYK Percentages of Color #7d750f

%0
%6
%88
%51

Triadic Colors of #7d750f

#7d750f #0f7d75 #750f7d

Analogous Colors of #7d750f

#7d750f #4e7d0f #7d3e0f

Monochromatic Colors of #7d750f

#7d750f

Complementary Color

#7d750f #0f177d

#7d750f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d750f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d750f Color CSS Codes

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

#7d750f Text Font Color

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

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


#7d750f Background Color

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

This div background color is #7d750f


#7d750f Border Color

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

This div border color is #7d750f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d750f


Comments

No comments written yet.

Please login to write comment.