COLOR #7FA07C

HEX: #7FA07C RGB: (127,160,124)

Color info

#7FA07C contains red, green and blue colors in about the same proportion. Web safe color of #7FA07C is #669966 (or #696).

RGB color model

#7FA07C color RGB value is (127,160,124).

RGB: (127,160,124) (50%, 63%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 160 of 255 = 63%
B 124 of 255 = 49%

127
160
124

R + G + B ~ 54%. #7FA07C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 160 + 124 = 411 (100%)
R 127 of 411 ~ 30.9%
G 160 of 411 ~ 38.93%
B 124 of 411 ~ 30.17'%

%30.9
%38.93
%30.17

CMYK color model

#7FA07C color CMYK value is (21,0,23,37).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 37.25%

CMYK: (21,0,23,37)
C21M0Y23K37 (21%, 0%, 23%, 37%)
(0.21 / 0.00 / 0.23 / 0.37)

CMYK percentages

%20.63
%0
%22.5
%37.25

Codes

Color #7FA07C in popluar color models

7F A0 7C
RGB 127 160 124
HSL 115° 15.93% 55.69%
HSB/HSV 115° 22.50% 62.75%
CMYK 20.63% 0.00% 22.50%
37.25%

Color #7FA07C in popluar number systems.

HEX 7F A0 7C
Decimal 127 160 124
Binary 1111111 10100000 1111100
Octal 177 240 174

Shades and tints

Shades of #7FA07C

#7FA07C
(127,160,124)
#749271
(116,146,113)
#698466
(105,132,102)
#5E765B
(94,118,91)
#536850
(83,104,80)
#485A45
(72,90,69)
#3D4C3A
(61,76,58)
#323E2F
(50,62,47)
#273024
(39,48,36)
#1C2219
(28,34,25)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #7FA07C

#7FA07C
(127,160,124)
#8AA887
(138,168,135)
#95B092
(149,176,146)
#A0B89D
(160,184,157)
#ABC0A8
(171,192,168)
#B6C8B3
(182,200,179)
#C1D0BE
(193,208,190)
#CCD8C9
(204,216,201)
#D7E0D4
(215,224,212)
#E2E8DF
(226,232,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA07C color. Also use rgb(127,160,124) instead hex code.

Text Font Color

.myTextColor { color: #7FA07C; }

<p style="color:#7FA07C">This sample text font color is #7FA07C.</p>

This text font color is #7FA07C.

Background Color

.myBgColor { background-color: #7FA07C; }

<div style="background-color:#7FA07C">Inner text</div>

This div background color is #7FA07C.

Border color

.myBorderColor { border: 1px solid #7FA07C; }

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

This div border color is #7FA07C.

Opacity

.myOpacity80 { color: #7FA07C; opacity: 0.8; }

<p style="color:#7FA07C;opacity:0.8;">80%</p>

Text with #7FA07C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7FA07C;}

<p style="text-shadow: 3px 3px 1px #7FA07C">Text here.</p>

This text has shadow with #7FA07C color.


.textShadow {text-shadow: 3px 3px 1px #7FA07C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7FA07C, 5px 5px 20px red">Text here.</p>

This text has shadow with #7FA07C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7FA07C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7FA07C, Direction=45, Strength=4)">Text</p>

This text has shadow with #7FA07C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7FA07C;
-webkit-box-shadow: 1px 1px 3px 2px #7FA07C;
box-shadow: 1px 1px 3px 2px #7FA07C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7FA07C; -webkit-box-shadow: 1px 1px 3px 2px #7FA07C; box-shadow:1px 1px 3px 2px #7FA07C;">
Div content here
</div>

This div box has shadow with color #7FA07C.

Preview

Color preview on black background

This text has color #7FA07C on black background.


Color preview on white background

This text has color #7FA07C on white background.


Black color preview on #7FA07C background

This text has black color on #7FA07C background.


White color preview on #7FA07C background

This text has white color on #7FA07C background.


Related colors

Complementary color

Complementary color for #hex is #805F83.


I love getcolorcode.com

Triadic colors

1 #7C7FA0 and #A07C7F with #7FA07C are triadic colors.

2 #7CA07F and #A07F7C with #7FA07C are triadic colors.