COLOR #7F9591

HEX: #7F9591 RGB: (127,149,145)

Color info

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

RGB color model

#7F9591 color RGB value is (127,149,145).

RGB: (127,149,145) (50%, 58%, 57%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 145 of 255 = 57%

127
149
145

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

Portions of RGB colors in percentages

R + G + B = 127 + 149 + 145 = 421 (100%)
R 127 of 421 ~ 30.17%
G 149 of 421 ~ 35.39%
B 145 of 421 ~ 34.44'%

%30.17
%35.39
%34.44

CMYK color model

#7F9591 color CMYK value is (15,0,3,42).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 41.57%

CMYK: (15,0,3,42)
C15M0Y3K42 (15%, 0%, 3%, 42%)
(0.15 / 0.00 / 0.03 / 0.42)

CMYK percentages

%14.77
%0
%2.68
%41.57

Codes

Color #7F9591 in popluar color models

7F 95 91
RGB 127 149 145
HSL 169° 9.40% 54.12%
HSB/HSV 169° 14.77% 58.43%
CMYK 14.77% 0.00% 2.68%
41.57%

Color #7F9591 in popluar number systems.

HEX 7F 95 91
Decimal 127 149 145
Binary 1111111 10010101 10010001
Octal 177 225 221

Shades and tints

Shades of #7F9591

#7F9591
(127,149,145)
#748884
(116,136,132)
#697B77
(105,123,119)
#5E6E6A
(94,110,106)
#53615D
(83,97,93)
#485450
(72,84,80)
#3D4743
(61,71,67)
#323A36
(50,58,54)
#272D29
(39,45,41)
#1C201C
(28,32,28)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #7F9591

#7F9591
(127,149,145)
#8A9E9B
(138,158,155)
#95A7A5
(149,167,165)
#A0B0AF
(160,176,175)
#ABB9B9
(171,185,185)
#B6C2C3
(182,194,195)
#C1CBCD
(193,203,205)
#CCD4D7
(204,212,215)
#D7DDE1
(215,221,225)
#E2E6EB
(226,230,235)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9591; }

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

This text font color is #7F9591.

Background Color

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

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

This div background color is #7F9591.

Border color

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

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

This div border color is #7F9591.

Opacity

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

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

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

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

This text has shadow with #7F9591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9591.

Preview

Color preview on black background

This text has color #7F9591 on black background.


Color preview on white background

This text has color #7F9591 on white background.


Black color preview on #7F9591 background

This text has black color on #7F9591 background.


White color preview on #7F9591 background

This text has white color on #7F9591 background.


Related colors

Complementary color

Complementary color for #hex is #806A6E.


I love getcolorcode.com

Triadic colors

1 #917F95 and #95917F with #7F9591 are triadic colors.

2 #91957F and #957F91 with #7F9591 are triadic colors.