Color Hex Logo

#7ca977 Color Hex

#7CA977
(124,169,119)
0 Favorites   0 Comments

Color spaces of #7ca977

RGB 124169119
HSL0.320.230.56
HSV114°30°66°
CMYK 0.270.000.30   0.34
XYZ25.829933.992922.6527
Yxy33.99290.31320.4122
Hunter Lab58.3034-22.951017.7764
CIE-Lab64.9569-25.086721.0723

#7ca977 color RGB value is (124,169,119).

#7ca977 hex color red value is 124, green value is 169 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #7ca977 hue: 0.32 , saturation: 0.23 and the lightness value of 7ca977 is 0.56.

The process color (four color CMYK) of #7ca977 color hex is 0.27, 0.00, 0.30, 0.34. Web safe color of #7ca977 is #669966. Color #7ca977 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101001 01110111
Octal 174 251 167
Decimal 124 169 119
Hex 7C A9 77

RGB Percentages of Color #7ca977

%30.10
%41.02
%28.88

CMYK Percentages of Color #7ca977

%27
%0
%30
%34

Triadic Colors of #7ca977

#7ca977 #777ca9 #a9777c

Analogous Colors of #7ca977

#7ca977 #77a98b #95a977

Monochromatic Colors of #7ca977

#7ca977

Complementary Color

#7ca977 #a477a9

#7ca977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca977 Color CSS Codes

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

#7ca977 Text Font Color

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

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


#7ca977 Background Color

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

This div background color is #7ca977


#7ca977 Border Color

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

This div border color is #7ca977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca977


Comments

No comments written yet.

Please login to write comment.