COLOR #7F9A7A

HEX: #7F9A7A RGB: (127,154,122)

Color info

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

RGB color model

#7F9A7A color RGB value is (127,154,122).

RGB: (127,154,122) (50%, 60%, 48%)

RGB channels and saturation

R 127 of 255 = 50%
G 154 of 255 = 60%
B 122 of 255 = 48%

127
154
122

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

Portions of RGB colors in percentages

R + G + B = 127 + 154 + 122 = 403 (100%)
R 127 of 403 ~ 31.51%
G 154 of 403 ~ 38.21%
B 122 of 403 ~ 30.27'%

%31.51
%38.21
%30.27

CMYK color model

#7F9A7A color CMYK value is (18,0,21,40).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 39.61%

CMYK: (18,0,21,40)
C18M0Y21K40 (18%, 0%, 21%, 40%)
(0.18 / 0.00 / 0.21 / 0.40)

CMYK percentages

%17.53
%0
%20.78
%39.61

Codes

Color #7F9A7A in popluar color models

7F 9A 7A
RGB 127 154 122
HSL 111° 13.68% 54.12%
HSB/HSV 111° 20.78% 60.39%
CMYK 17.53% 0.00% 20.78%
39.61%

Color #7F9A7A in popluar number systems.

HEX 7F 9A 7A
Decimal 127 154 122
Binary 1111111 10011010 1111010
Octal 177 232 172

Shades and tints

Shades of #7F9A7A

#7F9A7A
(127,154,122)
#748C6F
(116,140,111)
#697E64
(105,126,100)
#5E7059
(94,112,89)
#53624E
(83,98,78)
#485443
(72,84,67)
#3D4638
(61,70,56)
#32382D
(50,56,45)
#272A22
(39,42,34)
#1C1C17
(28,28,23)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #7F9A7A

#7F9A7A
(127,154,122)
#8AA386
(138,163,134)
#95AC92
(149,172,146)
#A0B59E
(160,181,158)
#ABBEAA
(171,190,170)
#B6C7B6
(182,199,182)
#C1D0C2
(193,208,194)
#CCD9CE
(204,217,206)
#D7E2DA
(215,226,218)
#E2EBE6
(226,235,230)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9A7A color. Also use rgb(127,154,122) instead hex code.

Text Font Color

.myTextColor { color: #7F9A7A; }

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

This text font color is #7F9A7A.

Background Color

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

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

This div background color is #7F9A7A.

Border color

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

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

This div border color is #7F9A7A.

Opacity

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

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

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

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

This text has shadow with #7F9A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9A7A.

Preview

Color preview on black background

This text has color #7F9A7A on black background.


Color preview on white background

This text has color #7F9A7A on white background.


Black color preview on #7F9A7A background

This text has black color on #7F9A7A background.


White color preview on #7F9A7A background

This text has white color on #7F9A7A background.


Related colors

Complementary color

Complementary color for #hex is #806585.


I love getcolorcode.com

Triadic colors

1 #7A7F9A and #9A7A7F with #7F9A7A are triadic colors.

2 #7A9A7F and #9A7F7A with #7F9A7A are triadic colors.