Color Hex Logo

#7fa4af Color Hex

#7FA4AF
(127,164,175)
0 Favorites   0 Comments

Color spaces of #7fa4af

RGB 127164175
HSL0.540.230.59
HSV194°27°69°
CMYK 0.270.060.00   0.31
XYZ29.765734.158145.5818
Yxy34.15810.27180.3119
Hunter Lab58.4449-11.3695-5.3294
CIE-Lab65.0879-9.9728-9.8079

#7fa4af color RGB value is (127,164,175).

#7fa4af hex color red value is 127, green value is 164 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7fa4af hue: 0.54 , saturation: 0.23 and the lightness value of 7fa4af is 0.59.

The process color (four color CMYK) of #7fa4af color hex is 0.27, 0.06, 0.00, 0.31. Web safe color of #7fa4af is #669999. Color #7fa4af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100100 10101111
Octal 177 244 257
Decimal 127 164 175
Hex 7F A4 AF

RGB Percentages of Color #7fa4af

%27.25
%35.19
%37.55

CMYK Percentages of Color #7fa4af

%27
%6
%0
%31

Triadic Colors of #7fa4af

#7fa4af #af7fa4 #a4af7f

Analogous Colors of #7fa4af

#7fa4af #7f8caf #7fafa2

Monochromatic Colors of #7fa4af

#7fa4af

Complementary Color

#7fa4af #af8a7f

#7fa4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa4af Color CSS Codes

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

#7fa4af Text Font Color

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

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


#7fa4af Background Color

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

This div background color is #7fa4af


#7fa4af Border Color

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

This div border color is #7fa4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa4af


Comments

No comments written yet.

Please login to write comment.