Color Hex Logo

#7a813f Color Hex

#7A813F
(122,129,63)
0 Favorites   0 Comments

Color spaces of #7a813f

RGB 12212963
HSL0.180.340.38
HSV66°51°51°
CMYK 0.050.000.51   0.49
XYZ16.773520.19707.7170
Yxy20.19700.37540.4520
Hunter Lab44.9411-12.024821.2778
CIE-Lab52.0592-12.902534.5760

#7a813f color RGB value is (122,129,63).

#7a813f hex color red value is 122, green value is 129 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #7a813f hue: 0.18 , saturation: 0.34 and the lightness value of 7a813f is 0.38.

The process color (four color CMYK) of #7a813f color hex is 0.05, 0.00, 0.51, 0.49. Web safe color of #7a813f is #669933. Color #7a813f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10000001 00111111
Octal 172 201 77
Decimal 122 129 63
Hex 7A 81 3F

RGB Percentages of Color #7a813f

%38.85
%41.08
%20.06

CMYK Percentages of Color #7a813f

%5
%0
%51
%49

Triadic Colors of #7a813f

#7a813f #3f7a81 #813f7a

Analogous Colors of #7a813f

#7a813f #59813f #81673f

Monochromatic Colors of #7a813f

#7a813f

Complementary Color

#7a813f #463f81

#7a813f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a813f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a813f Color CSS Codes

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

#7a813f Text Font Color

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

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


#7a813f Background Color

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

This div background color is #7a813f


#7a813f Border Color

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

This div border color is #7a813f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,129,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 #7a813f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a813f


Comments

No comments written yet.

Please login to write comment.