Color Hex Logo

#7a863b Color Hex

#7A863B
(122,134,59)
0 Favorites   0 Comments

Color spaces of #7a863b

RGB 12213459
HSL0.190.390.38
HSV70°56°53°
CMYK 0.090.000.56   0.47
XYZ17.340621.50357.3743
Yxy21.50350.37520.4653
Hunter Lab46.3719-14.401323.0317
CIE-Lab53.4962-15.970638.2974

#7a863b color RGB value is (122,134,59).

#7a863b hex color red value is 122, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #7a863b hue: 0.19 , saturation: 0.39 and the lightness value of 7a863b is 0.38.

The process color (four color CMYK) of #7a863b color hex is 0.09, 0.00, 0.56, 0.47. Web safe color of #7a863b is #669933. Color #7a863b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10000110 00111011
Octal 172 206 73
Decimal 122 134 59
Hex 7A 86 3B

RGB Percentages of Color #7a863b

%38.73
%42.54
%18.73

CMYK Percentages of Color #7a863b

%9
%0
%56
%47

Triadic Colors of #7a863b

#7a863b #3b7a86 #863b7a

Analogous Colors of #7a863b

#7a863b #55863b #866d3b

Monochromatic Colors of #7a863b

#7a863b

Complementary Color

#7a863b #473b86

#7a863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a863b Color CSS Codes

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

#7a863b Text Font Color

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

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


#7a863b Background Color

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

This div background color is #7a863b


#7a863b Border Color

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

This div border color is #7a863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a863b


Comments

No comments written yet.

Please login to write comment.