COLOR #7A995A

HEX: #7A995A RGB: (122,153,90)

Color info

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

RGB color model

#7A995A color RGB value is (122,153,90).

RGB: (122,153,90) (48%, 60%, 35%)

RGB channels and saturation

R 122 of 255 = 48%
G 153 of 255 = 60%
B 90 of 255 = 35%

122
153
90

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

Portions of RGB colors in percentages

R + G + B = 122 + 153 + 90 = 365 (100%)
R 122 of 365 ~ 33.42%
G 153 of 365 ~ 41.92%
B 90 of 365 ~ 24.66'%

%33.42
%41.92
%24.66

CMYK color model

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

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • 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
%41.18
%40

Codes

Color #7A995A in popluar color models

7A 99 5A
RGB 122 153 90
HSL 90° 25.93% 47.65%
HSB/HSV 90° 41.18% 60.00%
CMYK 20.26% 0.00% 41.18%
40.00%

Color #7A995A in popluar number systems.

HEX 7A 99 5A
Decimal 122 153 90
Binary 1111010 10011001 1011010
Octal 172 231 132

Shades and tints

Shades of #7A995A

#7A995A
(122,153,90)
#6F8C52
(111,140,82)
#647F4A
(100,127,74)
#597242
(89,114,66)
#4E653A
(78,101,58)
#435832
(67,88,50)
#384B2A
(56,75,42)
#2D3E22
(45,62,34)
#22311A
(34,49,26)
#172412
(23,36,18)
#0C170A
(12,23,10)
#000000
(0,0,0)

Tints of #7A995A

#7A995A
(122,153,90)
#86A269
(134,162,105)
#92AB78
(146,171,120)
#9EB487
(158,180,135)
#AABD96
(170,189,150)
#B6C6A5
(182,198,165)
#C2CFB4
(194,207,180)
#CED8C3
(206,216,195)
#DAE1D2
(218,225,210)
#E6EAE1
(230,234,225)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A995A; }

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

This text font color is #7A995A.

Background Color

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

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

This div background color is #7A995A.

Border color

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

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

This div border color is #7A995A.

Opacity

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

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

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

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

This text has shadow with #7A995A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A995A.

Preview

Color preview on black background

This text has color #7A995A on black background.


Color preview on white background

This text has color #7A995A on white background.


Black color preview on #7A995A background

This text has black color on #7A995A background.


White color preview on #7A995A background

This text has white color on #7A995A background.


Related colors

Complementary color

Complementary color for #hex is #8566A5.


I love getcolorcode.com

Triadic colors

1 #5A7A99 and #995A7A with #7A995A are triadic colors.

2 #5A997A and #997A5A with #7A995A are triadic colors.