Color Hex Logo

#7d751d Color Hex

#7D751D
(125,117,29)
0 Favorites   0 Comments

Color spaces of #7d751d

RGB 12511729
HSL0.150.620.30
HSV55°77°49°
CMYK 0.000.060.77   0.51
XYZ15.040517.17133.6841
Yxy17.17130.41900.4784
Hunter Lab41.4383-7.728323.7356
CIE-Lab48.4752-7.465846.4765

#7d751d color RGB value is (125,117,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110101 00011101
Octal 175 165 35
Decimal 125 117 29
Hex 7D 75 1D

RGB Percentages of Color #7d751d

%46.13
%43.17
%10.70

CMYK Percentages of Color #7d751d

%0
%6
%77
%51

Triadic Colors of #7d751d

#7d751d #1d7d75 #751d7d

Analogous Colors of #7d751d

#7d751d #557d1d #7d451d

Monochromatic Colors of #7d751d

#7d751d

Complementary Color

#7d751d #1d257d

#7d751d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d751d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d751d Color CSS Codes

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

#7d751d Text Font Color

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

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


#7d751d Background Color

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

This div background color is #7d751d


#7d751d Border Color

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

This div border color is #7d751d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d751d


Comments

No comments written yet.

Please login to write comment.