Color Hex Logo

#7fa39b Color Hex

#7FA39B
(127,163,155)
0 Favorites   0 Comments

Color spaces of #7fa39b

RGB 127163155
HSL0.460.160.57
HSV167°22°64°
CMYK 0.220.000.05   0.36
XYZ27.766033.073035.9306
Yxy33.07300.28690.3418
Hunter Lab57.5091-14.45933.2131
CIE-Lab64.2200-14.01250.1028

#7fa39b color RGB value is (127,163,155).

#7fa39b hex color red value is 127, green value is 163 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #7fa39b hue: 0.46 , saturation: 0.16 and the lightness value of 7fa39b is 0.57.

The process color (four color CMYK) of #7fa39b color hex is 0.22, 0.00, 0.05, 0.36. Web safe color of #7fa39b is #669999. Color #7fa39b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100011 10011011
Octal 177 243 233
Decimal 127 163 155
Hex 7F A3 9B

RGB Percentages of Color #7fa39b

%28.54
%36.63
%34.83

CMYK Percentages of Color #7fa39b

%22
%0
%5
%36

Triadic Colors of #7fa39b

#7fa39b #9b7fa3 #a39b7f

Analogous Colors of #7fa39b

#7fa39b #7f99a3 #7fa389

Monochromatic Colors of #7fa39b

#7fa39b

Complementary Color

#7fa39b #a37f87

#7fa39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa39b Color CSS Codes

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

#7fa39b Text Font Color

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

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


#7fa39b Background Color

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

This div background color is #7fa39b


#7fa39b Border Color

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

This div border color is #7fa39b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,163,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fa39b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fa39b;
  -webkit-box-shadow: 1px 1px 3px 2px #7fa39b;
  box-shadow:         1px 1px 3px 2px #7fa39b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,163,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa39b


Comments

No comments written yet.

Please login to write comment.