COLOR #7F9B81

HEX: #7F9B81 RGB: (127,155,129)

Color info

#7F9B81 contains red, green and blue colors in about the same proportion. Web safe color of #7F9B81 is #669999 (or #699).

RGB color model

#7F9B81 color RGB value is (127,155,129).

RGB: (127,155,129) (50%, 61%, 51%)

RGB channels and saturation

R 127 of 255 = 50%
G 155 of 255 = 61%
B 129 of 255 = 51%

127
155
129

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

Portions of RGB colors in percentages

R + G + B = 127 + 155 + 129 = 411 (100%)
R 127 of 411 ~ 30.9%
G 155 of 411 ~ 37.71%
B 129 of 411 ~ 31.39'%

%30.9
%37.71
%31.39

CMYK color model

#7F9B81 color CMYK value is (18,0,17,39).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 39.22%

CMYK: (18,0,17,39)
C18M0Y17K39 (18%, 0%, 17%, 39%)
(0.18 / 0.00 / 0.17 / 0.39)

CMYK percentages

%18.06
%0
%16.77
%39.22

Codes

Color #7F9B81 in popluar color models

7F 9B 81
RGB 127 155 129
HSL 124° 12.28% 55.29%
HSB/HSV 124° 18.06% 60.78%
CMYK 18.06% 0.00% 16.77%
39.22%

Color #7F9B81 in popluar number systems.

HEX 7F 9B 81
Decimal 127 155 129
Binary 1111111 10011011 10000001
Octal 177 233 201

Shades and tints

Shades of #7F9B81

#7F9B81
(127,155,129)
#748D76
(116,141,118)
#697F6B
(105,127,107)
#5E7160
(94,113,96)
#536355
(83,99,85)
#48554A
(72,85,74)
#3D473F
(61,71,63)
#323934
(50,57,52)
#272B29
(39,43,41)
#1C1D1E
(28,29,30)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #7F9B81

#7F9B81
(127,155,129)
#8AA48C
(138,164,140)
#95AD97
(149,173,151)
#A0B6A2
(160,182,162)
#ABBFAD
(171,191,173)
#B6C8B8
(182,200,184)
#C1D1C3
(193,209,195)
#CCDACE
(204,218,206)
#D7E3D9
(215,227,217)
#E2ECE4
(226,236,228)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9B81 color. Also use rgb(127,155,129) instead hex code.

Text Font Color

.myTextColor { color: #7F9B81; }

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

This text font color is #7F9B81.

Background Color

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

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

This div background color is #7F9B81.

Border color

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

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

This div border color is #7F9B81.

Opacity

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

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

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

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

This text has shadow with #7F9B81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9B81.

Preview

Color preview on black background

This text has color #7F9B81 on black background.


Color preview on white background

This text has color #7F9B81 on white background.


Black color preview on #7F9B81 background

This text has black color on #7F9B81 background.


White color preview on #7F9B81 background

This text has white color on #7F9B81 background.


Related colors

Complementary color

Complementary color for #hex is #80647E.


I love getcolorcode.com

Triadic colors

1 #817F9B and #9B817F with #7F9B81 are triadic colors.

2 #819B7F and #9B7F81 with #7F9B81 are triadic colors.