Color Hex Logo

#979f7e Color Hex

#979F7E
(151,159,126)
0 Favorites   0 Comments

Color spaces of #979f7e

RGB 151159126
HSL0.210.150.56
HSV75°21°62°
CMYK 0.050.000.21   0.38
XYZ28.926532.881924.5609
Yxy32.88190.33490.3807
Hunter Lab57.3427-10.305614.7450
CIE-Lab64.0652-8.786116.2965

#979f7e color RGB value is (151,159,126).

#979f7e hex color red value is 151, green value is 159 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #979f7e hue: 0.21 , saturation: 0.15 and the lightness value of 979f7e is 0.56.

The process color (four color CMYK) of #979f7e color hex is 0.05, 0.00, 0.21, 0.38. Web safe color of #979f7e is #999966. Color #979f7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011111 01111110
Octal 227 237 176
Decimal 151 159 126
Hex 97 9F 7E

RGB Percentages of Color #979f7e

%34.63
%36.47
%28.90

CMYK Percentages of Color #979f7e

%5
%0
%21
%38

Triadic Colors of #979f7e

#979f7e #7e979f #9f7e97

Analogous Colors of #979f7e

#979f7e #879f7e #9f977e

Monochromatic Colors of #979f7e

#979f7e

Complementary Color

#979f7e #867e9f

#979f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#979f7e Color CSS Codes

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

#979f7e Text Font Color

<p style="color:#979f7e">Text here</p>

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


#979f7e Background Color

<div style="background-color:#979f7e">
Div content here</div>

This div background color is #979f7e


#979f7e Border Color

<div style="border:3px solid #979f7e">
Div here</div>

This div border color is #979f7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,159,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #979f7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #979f7e;
  -webkit-box-shadow: 1px 1px 3px 2px #979f7e;
  box-shadow:         1px 1px 3px 2px #979f7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,159,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979f7e


Comments

No comments written yet.

Please login to write comment.