Color Hex Logo

#7a740d Color Hex

#7A740D
(122,116,13)
0 Favorites   0 Comments

Color spaces of #7a740d

RGB 12211613
HSL0.160.810.26
HSV57°89°48°
CMYK 0.000.050.89   0.52
XYZ14.344116.65742.8400
Yxy16.65740.42390.4922
Hunter Lab40.8135-8.688924.4437
CIE-Lab47.8254-8.905450.7309

#7a740d color RGB value is (122,116,13).

#7a740d hex color red value is 122, green value is 116 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #7a740d hue: 0.16 , saturation: 0.81 and the lightness value of 7a740d is 0.26.

The process color (four color CMYK) of #7a740d color hex is 0.00, 0.05, 0.89, 0.52. Web safe color of #7a740d is #666600. Color #7a740d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110100 00001101
Octal 172 164 15
Decimal 122 116 13
Hex 7A 74 D

RGB Percentages of Color #7a740d

%48.61
%46.22
%5.18

CMYK Percentages of Color #7a740d

%0
%5
%89
%52

Triadic Colors of #7a740d

#7a740d #0d7a74 #740d7a

Analogous Colors of #7a740d

#7a740d #4a7a0d #7a3e0d

Monochromatic Colors of #7a740d

#7a740d

Complementary Color

#7a740d #0d137a

#7a740d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a740d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a740d Color CSS Codes

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

#7a740d Text Font Color

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

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


#7a740d Background Color

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

This div background color is #7a740d


#7a740d Border Color

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

This div border color is #7a740d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a740d


Comments

No comments written yet.

Please login to write comment.