COLOR #7A9574

HEX: #7A9574 RGB: (122,149,116)

Color info

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

RGB color model

#7A9574 color RGB value is (122,149,116).

RGB: (122,149,116) (48%, 58%, 45%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 116 of 255 = 45%

122
149
116

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

Portions of RGB colors in percentages

R + G + B = 122 + 149 + 116 = 387 (100%)
R 122 of 387 ~ 31.52%
G 149 of 387 ~ 38.5%
B 116 of 387 ~ 29.97'%

%31.52
%38.5
%29.97

CMYK color model

#7A9574 color CMYK value is (18,0,22,42).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 22.15%
  • key color value is 41.57%

CMYK: (18,0,22,42)
C18M0Y22K42 (18%, 0%, 22%, 42%)
(0.18 / 0.00 / 0.22 / 0.42)

CMYK percentages

%18.12
%0
%22.15
%41.57

Codes

Color #7A9574 in popluar color models

7A 95 74
RGB 122 149 116
HSL 109° 13.47% 51.96%
HSB/HSV 109° 22.15% 58.43%
CMYK 18.12% 0.00% 22.15%
41.57%

Color #7A9574 in popluar number systems.

HEX 7A 95 74
Decimal 122 149 116
Binary 1111010 10010101 1110100
Octal 172 225 164

Shades and tints

Shades of #7A9574

#7A9574
(122,149,116)
#6F886A
(111,136,106)
#647B60
(100,123,96)
#596E56
(89,110,86)
#4E614C
(78,97,76)
#435442
(67,84,66)
#384738
(56,71,56)
#2D3A2E
(45,58,46)
#222D24
(34,45,36)
#17201A
(23,32,26)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #7A9574

#7A9574
(122,149,116)
#869E80
(134,158,128)
#92A78C
(146,167,140)
#9EB098
(158,176,152)
#AAB9A4
(170,185,164)
#B6C2B0
(182,194,176)
#C2CBBC
(194,203,188)
#CED4C8
(206,212,200)
#DADDD4
(218,221,212)
#E6E6E0
(230,230,224)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9574 color. Also use rgb(122,149,116) instead hex code.

Text Font Color

.myTextColor { color: #7A9574; }

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

This text font color is #7A9574.

Background Color

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

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

This div background color is #7A9574.

Border color

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

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

This div border color is #7A9574.

Opacity

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

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

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

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

This text has shadow with #7A9574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9574.

Preview

Color preview on black background

This text has color #7A9574 on black background.


Color preview on white background

This text has color #7A9574 on white background.


Black color preview on #7A9574 background

This text has black color on #7A9574 background.


White color preview on #7A9574 background

This text has white color on #7A9574 background.


Related colors

Complementary color

Complementary color for #hex is #856A8B.


I love getcolorcode.com

Triadic colors

1 #747A95 and #95747A with #7A9574 are triadic colors.

2 #74957A and #957A74 with #7A9574 are triadic colors.