Color Hex Logo

#7ca776 Color Hex

#7CA776
(124,167,118)
0 Favorites   0 Comments

Color spaces of #7ca776

RGB 124167118
HSL0.310.220.56
HSV113°29°65°
CMYK 0.260.000.29   0.35
XYZ25.400933.230522.2149
Yxy33.23050.31420.4110
Hunter Lab57.6459-22.226717.5036
CIE-Lab64.3471-24.261220.7893

#7ca776 color RGB value is (124,167,118).

#7ca776 hex color red value is 124, green value is 167 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #7ca776 hue: 0.31 , saturation: 0.22 and the lightness value of 7ca776 is 0.56.

The process color (four color CMYK) of #7ca776 color hex is 0.26, 0.00, 0.29, 0.35. Web safe color of #7ca776 is #669966. Color #7ca776 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100111 01110110
Octal 174 247 166
Decimal 124 167 118
Hex 7C A7 76

RGB Percentages of Color #7ca776

%30.32
%40.83
%28.85

CMYK Percentages of Color #7ca776

%26
%0
%29
%35

Triadic Colors of #7ca776

#7ca776 #767ca7 #a7767c

Analogous Colors of #7ca776

#7ca776 #76a789 #95a776

Monochromatic Colors of #7ca776

#7ca776

Complementary Color

#7ca776 #a176a7

#7ca776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca776 Color CSS Codes

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

#7ca776 Text Font Color

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

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


#7ca776 Background Color

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

This div background color is #7ca776


#7ca776 Border Color

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

This div border color is #7ca776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca776


Comments

No comments written yet.

Please login to write comment.