COLOR #7FA076

HEX: #7FA076 RGB: (127,160,118)

Color info

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

RGB color model

#7FA076 color RGB value is (127,160,118).

RGB: (127,160,118) (50%, 63%, 46%)

RGB channels and saturation

R 127 of 255 = 50%
G 160 of 255 = 63%
B 118 of 255 = 46%

127
160
118

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

Portions of RGB colors in percentages

R + G + B = 127 + 160 + 118 = 405 (100%)
R 127 of 405 ~ 31.36%
G 160 of 405 ~ 39.51%
B 118 of 405 ~ 29.14'%

%31.36
%39.51
%29.14

CMYK color model

#7FA076 color CMYK value is (21,0,26,37).

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

CMYK: (21,0,26,37)
C21M0Y26K37 (21%, 0%, 26%, 37%)
(0.21 / 0.00 / 0.26 / 0.37)

CMYK percentages

%20.63
%0
%26.25
%37.25

Codes

Color #7FA076 in popluar color models

7F A0 76
RGB 127 160 118
HSL 107° 18.10% 54.51%
HSB/HSV 107° 26.25% 62.75%
CMYK 20.63% 0.00% 26.25%
37.25%

Color #7FA076 in popluar number systems.

HEX 7F A0 76
Decimal 127 160 118
Binary 1111111 10100000 1110110
Octal 177 240 166

Shades and tints

Shades of #7FA076

#7FA076
(127,160,118)
#74926C
(116,146,108)
#698462
(105,132,98)
#5E7658
(94,118,88)
#53684E
(83,104,78)
#485A44
(72,90,68)
#3D4C3A
(61,76,58)
#323E30
(50,62,48)
#273026
(39,48,38)
#1C221C
(28,34,28)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #7FA076

#7FA076
(127,160,118)
#8AA882
(138,168,130)
#95B08E
(149,176,142)
#A0B89A
(160,184,154)
#ABC0A6
(171,192,166)
#B6C8B2
(182,200,178)
#C1D0BE
(193,208,190)
#CCD8CA
(204,216,202)
#D7E0D6
(215,224,214)
#E2E8E2
(226,232,226)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA076; }

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

This text font color is #7FA076.

Background Color

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

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

This div background color is #7FA076.

Border color

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

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

This div border color is #7FA076.

Opacity

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

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

Text with #7FA076 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 #7FA076;}

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

This text has shadow with #7FA076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA076.

Preview

Color preview on black background

This text has color #7FA076 on black background.


Color preview on white background

This text has color #7FA076 on white background.


Black color preview on #7FA076 background

This text has black color on #7FA076 background.


White color preview on #7FA076 background

This text has white color on #7FA076 background.


Related colors

Complementary color

Complementary color for #hex is #805F89.


I love getcolorcode.com

Triadic colors

1 #767FA0 and #A0767F with #7FA076 are triadic colors.

2 #76A07F and #A07F76 with #7FA076 are triadic colors.