Color Hex Logo

#7d740b Color Hex

#7D740B
(125,116,11)
0 Favorites   0 Comments

Color spaces of #7d740b

RGB 12511611
HSL0.150.840.27
HSV55°91°49°
CMYK 0.000.070.91   0.51
XYZ14.763216.87492.7957
Yxy16.87490.42870.4901
Hunter Lab41.0791-7.738224.7203
CIE-Lab48.1020-7.529851.5178

#7d740b color RGB value is (125,116,11).

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

The process color (four color CMYK) of #7d740b color hex is 0.00, 0.07, 0.91, 0.51. Web safe color of #7d740b is #666600. Color #7d740b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110100 00001011
Octal 175 164 13
Decimal 125 116 11
Hex 7D 74 B

RGB Percentages of Color #7d740b

%49.60
%46.03
%4.37

CMYK Percentages of Color #7d740b

%0
%7
%91
%51

Triadic Colors of #7d740b

#7d740b #0b7d74 #740b7d

Analogous Colors of #7d740b

#7d740b #4d7d0b #7d3b0b

Monochromatic Colors of #7d740b

#7d740b

Complementary Color

#7d740b #0b147d

#7d740b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d740b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d740b Color CSS Codes

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

#7d740b Text Font Color

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

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


#7d740b Background Color

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

This div background color is #7d740b


#7d740b Border Color

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

This div border color is #7d740b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d740b


Comments

No comments written yet.

Please login to write comment.