COLOR #7FA075

HEX: #7FA075 RGB: (127,160,117)

Color info

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

RGB color model

#7FA075 color RGB value is (127,160,117).

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

RGB channels and saturation

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

127
160
117

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

Portions of RGB colors in percentages

R + G + B = 127 + 160 + 117 = 404 (100%)
R 127 of 404 ~ 31.44%
G 160 of 404 ~ 39.6%
B 117 of 404 ~ 28.96'%

%31.44
%39.6
%28.96

CMYK color model

#7FA075 color CMYK value is (21,0,27,37).

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

CMYK: (21,0,27,37)
C21M0Y27K37 (21%, 0%, 27%, 37%)
(0.21 / 0.00 / 0.27 / 0.37)

CMYK percentages

%20.63
%0
%26.88
%37.25

Codes

Color #7FA075 in popluar color models

7F A0 75
RGB 127 160 117
HSL 106° 18.45% 54.31%
HSB/HSV 106° 26.88% 62.75%
CMYK 20.63% 0.00% 26.88%
37.25%

Color #7FA075 in popluar number systems.

HEX 7F A0 75
Decimal 127 160 117
Binary 1111111 10100000 1110101
Octal 177 240 165

Shades and tints

Shades of #7FA075

#7FA075
(127,160,117)
#74926B
(116,146,107)
#698461
(105,132,97)
#5E7657
(94,118,87)
#53684D
(83,104,77)
#485A43
(72,90,67)
#3D4C39
(61,76,57)
#323E2F
(50,62,47)
#273025
(39,48,37)
#1C221B
(28,34,27)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #7FA075

#7FA075
(127,160,117)
#8AA881
(138,168,129)
#95B08D
(149,176,141)
#A0B899
(160,184,153)
#ABC0A5
(171,192,165)
#B6C8B1
(182,200,177)
#C1D0BD
(193,208,189)
#CCD8C9
(204,216,201)
#D7E0D5
(215,224,213)
#E2E8E1
(226,232,225)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA075; }

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

This text font color is #7FA075.

Background Color

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

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

This div background color is #7FA075.

Border color

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

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

This div border color is #7FA075.

Opacity

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

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

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

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

This text has shadow with #7FA075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA075.

Preview

Color preview on black background

This text has color #7FA075 on black background.


Color preview on white background

This text has color #7FA075 on white background.


Black color preview on #7FA075 background

This text has black color on #7FA075 background.


White color preview on #7FA075 background

This text has white color on #7FA075 background.


Related colors

Complementary color

Complementary color for #hex is #805F8A.


I love getcolorcode.com

Triadic colors

1 #757FA0 and #A0757F with #7FA075 are triadic colors.

2 #75A07F and #A07F75 with #7FA075 are triadic colors.