Color Hex Logo

#7fa999 Color Hex

#7FA999
(127,169,153)
1 Favorites   0 Comments

Color spaces of #7fa999

RGB 127169153
HSL0.440.200.58
HSV157°25°66°
CMYK 0.250.000.09   0.34
XYZ28.690135.187935.4168
Yxy35.18790.28890.3544
Hunter Lab59.3194-17.47666.1243
CIE-Lab65.8947-17.59063.6522

#7fa999 color RGB value is (127,169,153).

#7fa999 hex color red value is 127, green value is 169 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #7fa999 hue: 0.44 , saturation: 0.20 and the lightness value of 7fa999 is 0.58.

The process color (four color CMYK) of #7fa999 color hex is 0.25, 0.00, 0.09, 0.34. Web safe color of #7fa999 is #669999. Color #7fa999 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101001 10011001
Octal 177 251 231
Decimal 127 169 153
Hex 7F A9 99

RGB Percentages of Color #7fa999

%28.29
%37.64
%34.08

CMYK Percentages of Color #7fa999

%25
%0
%9
%34

Triadic Colors of #7fa999

#7fa999 #997fa9 #a9997f

Analogous Colors of #7fa999

#7fa999 #7fa4a9 #7fa984

Monochromatic Colors of #7fa999

#7fa999

Complementary Color

#7fa999 #a97f8f

#7fa999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa999 Color CSS Codes

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

#7fa999 Text Font Color

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

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


#7fa999 Background Color

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

This div background color is #7fa999


#7fa999 Border Color

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

This div border color is #7fa999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa999


Comments

No comments written yet.

Please login to write comment.