COLOR #7A995B

HEX: #7A995B RGB: (122,153,91)

Color info

#7A995B contains mainly red and green colors. Web safe color of #7A995B is #669966 (or #696).

RGB color model

#7A995B color RGB value is (122,153,91).

RGB: (122,153,91) (48%, 60%, 36%)

RGB channels and saturation

R 122 of 255 = 48%
G 153 of 255 = 60%
B 91 of 255 = 36%

122
153
91

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

Portions of RGB colors in percentages

R + G + B = 122 + 153 + 91 = 366 (100%)
R 122 of 366 ~ 33.33%
G 153 of 366 ~ 41.8%
B 91 of 366 ~ 24.86'%

%33.33
%41.8
%24.86

CMYK color model

#7A995B color CMYK value is (20,0,41,40).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 40.52%
  • key color value is 40.00%

CMYK: (20,0,41,40)
C20M0Y41K40 (20%, 0%, 41%, 40%)
(0.20 / 0.00 / 0.41 / 0.40)

CMYK percentages

%20.26
%0
%40.52
%40

Codes

Color #7A995B in popluar color models

7A 99 5B
RGB 122 153 91
HSL 90° 25.41% 47.84%
HSB/HSV 90° 40.52% 60.00%
CMYK 20.26% 0.00% 40.52%
40.00%

Color #7A995B in popluar number systems.

HEX 7A 99 5B
Decimal 122 153 91
Binary 1111010 10011001 1011011
Octal 172 231 133

Shades and tints

Shades of #7A995B

#7A995B
(122,153,91)
#6F8C53
(111,140,83)
#647F4B
(100,127,75)
#597243
(89,114,67)
#4E653B
(78,101,59)
#435833
(67,88,51)
#384B2B
(56,75,43)
#2D3E23
(45,62,35)
#22311B
(34,49,27)
#172413
(23,36,19)
#0C170B
(12,23,11)
#000000
(0,0,0)

Tints of #7A995B

#7A995B
(122,153,91)
#86A269
(134,162,105)
#92AB77
(146,171,119)
#9EB485
(158,180,133)
#AABD93
(170,189,147)
#B6C6A1
(182,198,161)
#C2CFAF
(194,207,175)
#CED8BD
(206,216,189)
#DAE1CB
(218,225,203)
#E6EAD9
(230,234,217)
#F2F3E7
(242,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A995B color. Also use rgb(122,153,91) instead hex code.

Text Font Color

.myTextColor { color: #7A995B; }

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

This text font color is #7A995B.

Background Color

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

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

This div background color is #7A995B.

Border color

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

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

This div border color is #7A995B.

Opacity

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

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

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

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

This text has shadow with #7A995B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A995B.

Preview

Color preview on black background

This text has color #7A995B on black background.


Color preview on white background

This text has color #7A995B on white background.


Black color preview on #7A995B background

This text has black color on #7A995B background.


White color preview on #7A995B background

This text has white color on #7A995B background.


Related colors

Complementary color

Complementary color for #hex is #8566A4.


I love getcolorcode.com

Triadic colors

1 #5B7A99 and #995B7A with #7A995B are triadic colors.

2 #5B997A and #997A5B with #7A995B are triadic colors.