Color Hex Logo

#7fa49a Color Hex

#7FA49A
(127,164,154)
0 Favorites   0 Comments

Color spaces of #7fa49a

RGB 127164154
HSL0.450.170.57
HSV164°23°64°
CMYK 0.230.000.06   0.36
XYZ27.860633.396035.5495
Yxy33.39600.28780.3450
Hunter Lab57.7893-15.07523.9798
CIE-Lab64.4803-14.75811.0420

#7fa49a color RGB value is (127,164,154).

#7fa49a hex color red value is 127, green value is 164 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #7fa49a hue: 0.45 , saturation: 0.17 and the lightness value of 7fa49a is 0.57.

The process color (four color CMYK) of #7fa49a color hex is 0.23, 0.00, 0.06, 0.36. Web safe color of #7fa49a is #669999. Color #7fa49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100100 10011010
Octal 177 244 232
Decimal 127 164 154
Hex 7F A4 9A

RGB Percentages of Color #7fa49a

%28.54
%36.85
%34.61

CMYK Percentages of Color #7fa49a

%23
%0
%6
%36

Triadic Colors of #7fa49a

#7fa49a #9a7fa4 #a49a7f

Analogous Colors of #7fa49a

#7fa49a #7f9ca4 #7fa488

Monochromatic Colors of #7fa49a

#7fa49a

Complementary Color

#7fa49a #a47f89

#7fa49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa49a Color CSS Codes

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

#7fa49a Text Font Color

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

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


#7fa49a Background Color

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

This div background color is #7fa49a


#7fa49a Border Color

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

This div border color is #7fa49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa49a


Comments

No comments written yet.

Please login to write comment.