COLOR #7F9C7B

HEX: #7F9C7B
RGB: (127,156,123)

Color info

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

RGB color model

#7F9C7B color RGB value is (127,156,123).

  • red value is 127;
  • green value is 156;
  • blue value is 123.
RGB:
(127,156,123)
(50%,61%,48%)

RGB channels and saturation

R 127 of 255 = 50%
G 156 of 255 = 61%
B 123 of 255 = 48%

127
156
123

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

Portions of RGB colors in percentages

R + G + B =
127 + 156 + 123 = 406 (100%)
R 127 of 406 ~ 31.28%
G 156 of 406 ~ 38.42%
B 123 of 406 ~ 30.3%

%31.28
%38.42
%30.3

CMYK color model

#7F9C7B color CMYK value is (19,0,21,39).

  • cyan value is 18.59%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 38.82%
CMYK:
(19,0,21,39)
C19M0Y21K39 
(19%,0%,21%,39%)
(0.19/0.00/0.21/0.39)	

CMYK percentages

%18.59
%0
%21.15
%38.82

Codes

Color #7F9C7B in popluar color models

7F9C7B
RGB127156123
HSL113°14.29%54.71%
HSB/HSV113°21.15%61.18%
CMYK18.59%0.00%21.15%
38.82%

Color #7F9C7B in popluar number systems.

HEX7F9C7B
Decimal127156123
Binary1111111100111001111011
Octal177234173

Shades and tints

Shades of #7F9C7B

#7F9C7B
(127,156,123)
#748E70
(116,142,112)
#698065
(105,128,101)
#5E725A
(94,114,90)
#53644F
(83,100,79)
#485644
(72,86,68)
#3D4839
(61,72,57)
#323A2E
(50,58,46)
#272C23
(39,44,35)
#1C1E18
(28,30,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #7F9C7B

#7F9C7B
(127,156,123)
#8AA587
(138,165,135)
#95AE93
(149,174,147)
#A0B79F
(160,183,159)
#ABC0AB
(171,192,171)
#B6C9B7
(182,201,183)
#C1D2C3
(193,210,195)
#CCDBCF
(204,219,207)
#D7E4DB
(215,228,219)
#E2EDE7
(226,237,231)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9C7B color. Also use rgb(127,156,123) instead hex code.

Text Font Color

.myTextColor { color: #7F9C7B; }

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

This text font color is #7F9C7B.


Background Color

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

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

This div background color is #7F9C7B.


Border color

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

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

This div border color is #7F9C7B.


Opacity

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

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

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

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

This text has shadow with #7F9C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9C7B on black background.


Color preview on white background

This text has color #7F9C7B on white background.



Black color preview on #7F9C7B background

This text has black color on #7F9C7B background.


White color preview on #7F9C7B background

This text has white color on #7F9C7B background.