Color Hex Logo

#979a7d Color Hex

#979A7D
(151,154,125)
0 Favorites   0 Comments

Color spaces of #979a7d

RGB 151154125
HSL0.180.130.55
HSV66°19°60°
CMYK 0.020.000.19   0.40
XYZ28.019831.171223.9419
Yxy31.17120.33700.3750
Hunter Lab55.8312-8.121413.6567
CIE-Lab62.6519-6.245714.8913

#979a7d color RGB value is (151,154,125).

#979a7d hex color red value is 151, green value is 154 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #979a7d hue: 0.18 , saturation: 0.13 and the lightness value of 979a7d is 0.55.

The process color (four color CMYK) of #979a7d color hex is 0.02, 0.00, 0.19, 0.40. Web safe color of #979a7d is #999966. Color #979a7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011010 01111101
Octal 227 232 175
Decimal 151 154 125
Hex 97 9A 7D

RGB Percentages of Color #979a7d

%35.12
%35.81
%29.07

CMYK Percentages of Color #979a7d

%2
%0
%19
%40

Triadic Colors of #979a7d

#979a7d #7d979a #9a7d97

Analogous Colors of #979a7d

#979a7d #899a7d #9a8f7d

Monochromatic Colors of #979a7d

#979a7d

Complementary Color

#979a7d #807d9a

#979a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#979a7d Color CSS Codes

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

#979a7d Text Font Color

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

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


#979a7d Background Color

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

This div background color is #979a7d


#979a7d Border Color

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

This div border color is #979a7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979a7d


Comments

No comments written yet.

Please login to write comment.