COLOR #7F9880

HEX: #7F9880
RGB: (127,152,128)

Color info

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

RGB color model

#7F9880 color RGB value is (127,152,128).

  • red value is 127;
  • green value is 152;
  • blue value is 128.
RGB:
(127,152,128)
(50%,60%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 128 of 255 = 50%

127
152
128

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

Portions of RGB colors in percentages

R + G + B =
127 + 152 + 128 = 407 (100%)
R 127 of 407 ~ 31.2%
G 152 of 407 ~ 37.35%
B 128 of 407 ~ 31.45%

%31.2
%37.35
%31.45

CMYK color model

#7F9880 color CMYK value is (16,0,16,40).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(16,0,16,40)
C16M0Y16K40 
(16%,0%,16%,40%)
(0.16/0.00/0.16/0.40)	

CMYK percentages

%16.45
%0
%15.79
%40.39

Codes

Color #7F9880 in popluar color models

7F9880
RGB127152128
HSL122°10.82%54.71%
HSB/HSV122°16.45%59.61%
CMYK16.45%0.00%15.79%
40.39%

Color #7F9880 in popluar number systems.

HEX7F9880
Decimal127152128
Binary11111111001100010000000
Octal177230200

Shades and tints

Shades of #7F9880

#7F9880
(127,152,128)
#748B75
(116,139,117)
#697E6A
(105,126,106)
#5E715F
(94,113,95)
#536454
(83,100,84)
#485749
(72,87,73)
#3D4A3E
(61,74,62)
#323D33
(50,61,51)
#273028
(39,48,40)
#1C231D
(28,35,29)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #7F9880

#7F9880
(127,152,128)
#8AA18B
(138,161,139)
#95AA96
(149,170,150)
#A0B3A1
(160,179,161)
#ABBCAC
(171,188,172)
#B6C5B7
(182,197,183)
#C1CEC2
(193,206,194)
#CCD7CD
(204,215,205)
#D7E0D8
(215,224,216)
#E2E9E3
(226,233,227)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9880 color. Also use rgb(127,152,128) instead hex code.

Text Font Color

.myTextColor { color: #7F9880; }

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

This text font color is #7F9880.


Background Color

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

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

This div background color is #7F9880.


Border color

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

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

This div border color is #7F9880.


Opacity

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

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

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

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

This text has shadow with #7F9880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9880 on black background.


Color preview on white background

This text has color #7F9880 on white background.



Black color preview on #7F9880 background

This text has black color on #7F9880 background.


White color preview on #7F9880 background

This text has white color on #7F9880 background.