COLOR #7A9567

HEX: #7A9567 RGB: (122,149,103)

Color info

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

RGB color model

#7A9567 color RGB value is (122,149,103).

RGB: (122,149,103) (48%, 58%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 103 of 255 = 40%

122
149
103

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

Portions of RGB colors in percentages

R + G + B = 122 + 149 + 103 = 374 (100%)
R 122 of 374 ~ 32.62%
G 149 of 374 ~ 39.84%
B 103 of 374 ~ 27.54'%

%32.62
%39.84
%27.54

CMYK color model

#7A9567 color CMYK value is (18,0,31,42).

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

CMYK: (18,0,31,42)
C18M0Y31K42 (18%, 0%, 31%, 42%)
(0.18 / 0.00 / 0.31 / 0.42)

CMYK percentages

%18.12
%0
%30.87
%41.57

Codes

Color #7A9567 in popluar color models

7A 95 67
RGB 122 149 103
HSL 95° 18.25% 49.41%
HSB/HSV 95° 30.87% 58.43%
CMYK 18.12% 0.00% 30.87%
41.57%

Color #7A9567 in popluar number systems.

HEX 7A 95 67
Decimal 122 149 103
Binary 1111010 10010101 1100111
Octal 172 225 147

Shades and tints

Shades of #7A9567

#7A9567
(122,149,103)
#6F885E
(111,136,94)
#647B55
(100,123,85)
#596E4C
(89,110,76)
#4E6143
(78,97,67)
#43543A
(67,84,58)
#384731
(56,71,49)
#2D3A28
(45,58,40)
#222D1F
(34,45,31)
#172016
(23,32,22)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #7A9567

#7A9567
(122,149,103)
#869E74
(134,158,116)
#92A781
(146,167,129)
#9EB08E
(158,176,142)
#AAB99B
(170,185,155)
#B6C2A8
(182,194,168)
#C2CBB5
(194,203,181)
#CED4C2
(206,212,194)
#DADDCF
(218,221,207)
#E6E6DC
(230,230,220)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9567; }

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

This text font color is #7A9567.

Background Color

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

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

This div background color is #7A9567.

Border color

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

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

This div border color is #7A9567.

Opacity

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

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

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

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

This text has shadow with #7A9567 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9567.

Preview

Color preview on black background

This text has color #7A9567 on black background.


Color preview on white background

This text has color #7A9567 on white background.


Black color preview on #7A9567 background

This text has black color on #7A9567 background.


White color preview on #7A9567 background

This text has white color on #7A9567 background.


Related colors

Complementary color

Complementary color for #hex is #856A98.


I love getcolorcode.com

Triadic colors

1 #677A95 and #95677A with #7A9567 are triadic colors.

2 #67957A and #957A67 with #7A9567 are triadic colors.