COLOR #7F9581

HEX: #7F9581
RGB: (127,149,129)

Color info

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

RGB color model

#7F9581 color RGB value is (127,149,129).

  • red value is 127;
  • green value is 149;
  • blue value is 129.
RGB:
(127,149,129)
(50%,58%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 129 of 255 = 51%

127
149
129

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

Portions of RGB colors in percentages

R + G + B =
127 + 149 + 129 = 405 (100%)
R 127 of 405 ~ 31.36%
G 149 of 405 ~ 36.79%
B 129 of 405 ~ 31.85%

%31.36
%36.79
%31.85

CMYK color model

#7F9581 color CMYK value is (15,0,13,42).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 13.42%
  • key color value is 41.57%
CMYK:
(15,0,13,42)
C15M0Y13K42 
(15%,0%,13%,42%)
(0.15/0.00/0.13/0.42)	

CMYK percentages

%14.77
%0
%13.42
%41.57

Codes

Color #7F9581 in popluar color models

7F9581
RGB127149129
HSL125°9.40%54.12%
HSB/HSV125°14.77%58.43%
CMYK14.77%0.00%13.42%
41.57%

Color #7F9581 in popluar number systems.

HEX7F9581
Decimal127149129
Binary11111111001010110000001
Octal177225201

Shades and tints

Shades of #7F9581

#7F9581
(127,149,129)
#748876
(116,136,118)
#697B6B
(105,123,107)
#5E6E60
(94,110,96)
#536155
(83,97,85)
#48544A
(72,84,74)
#3D473F
(61,71,63)
#323A34
(50,58,52)
#272D29
(39,45,41)
#1C201E
(28,32,30)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #7F9581

#7F9581
(127,149,129)
#8A9E8C
(138,158,140)
#95A797
(149,167,151)
#A0B0A2
(160,176,162)
#ABB9AD
(171,185,173)
#B6C2B8
(182,194,184)
#C1CBC3
(193,203,195)
#CCD4CE
(204,212,206)
#D7DDD9
(215,221,217)
#E2E6E4
(226,230,228)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9581; }

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

This text font color is #7F9581.


Background Color

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

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

This div background color is #7F9581.


Border color

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

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

This div border color is #7F9581.


Opacity

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

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

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

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

This text has shadow with #7F9581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9581 on black background.


Color preview on white background

This text has color #7F9581 on white background.



Black color preview on #7F9581 background

This text has black color on #7F9581 background.


White color preview on #7F9581 background

This text has white color on #7F9581 background.