COLOR #7F9578

HEX: #7F9578 RGB: (127,149,120)

Color info

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

RGB color model

#7F9578 color RGB value is (127,149,120).

RGB: (127,149,120) (50%, 58%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 120 of 255 = 47%

127
149
120

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

Portions of RGB colors in percentages

R + G + B = 127 + 149 + 120 = 396 (100%)
R 127 of 396 ~ 32.07%
G 149 of 396 ~ 37.63%
B 120 of 396 ~ 30.3'%

%32.07
%37.63
%30.3

CMYK color model

#7F9578 color CMYK value is (15,0,19,42).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 41.57%
CMYK: (15,0,19,42) C15M0Y19K42 (15%,0%,19%,42%) (0.15/0.00/0.19/0.42) 

CMYK percentages

%14.77
%0
%19.46
%41.57

Codes

Color #7F9578 in popluar color models

7F 95 78
RGB 127 149 120
HSL 106° 12.03% 52.75%
HSB/HSV 106° 19.46% 58.43%
CMYK 14.77% 0.00% 19.46%
41.57%

Color #7F9578 in popluar number systems.

HEX 7F 95 78
Decimal 127 149 120
Binary 1111111 10010101 1111000
Octal 177 225 170

Shades and tints

Shades of #7F9578

#7F9578
(127,149,120)
#74886E
(116,136,110)
#697B64
(105,123,100)
#5E6E5A
(94,110,90)
#536150
(83,97,80)
#485446
(72,84,70)
#3D473C
(61,71,60)
#323A32
(50,58,50)
#272D28
(39,45,40)
#1C201E
(28,32,30)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #7F9578

#7F9578
(127,149,120)
#8A9E84
(138,158,132)
#95A790
(149,167,144)
#A0B09C
(160,176,156)
#ABB9A8
(171,185,168)
#B6C2B4
(182,194,180)
#C1CBC0
(193,203,192)
#CCD4CC
(204,212,204)
#D7DDD8
(215,221,216)
#E2E6E4
(226,230,228)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9578; }

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

This text font color is #7F9578.

Background Color

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

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

This div background color is #7F9578.

Border color

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

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

This div border color is #7F9578.

Opacity

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

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

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

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

This text has shadow with #7F9578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9578.

Preview

Color preview on black background

This text has color #7F9578 on black background.


Color preview on white background

This text has color #7F9578 on white background.


Black color preview on #7F9578 background

This text has black color on #7F9578 background.


White color preview on #7F9578 background

This text has white color on #7F9578 background.


Related colors

Complementary color

Complementary color for #hex is #806A87.


I love getcolorcode.com

Triadic colors

1 #787F95 and #95787F with #7F9578 are triadic colors.

2 #78957F and #957F78 with #7F9578 are triadic colors.