COLOR #7A815A

HEX: #7A815A
RGB: (122,129,90)

Color info

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

RGB color model

#7A815A color RGB value is (122,129,90).

  • red value is 122;
  • green value is 129;
  • blue value is 90.
RGB:
(122,129,90)
(48%,51%,35%)

RGB channels and saturation

R 122 of 255 = 48%
G 129 of 255 = 51%
B 90 of 255 = 35%

122
129
90

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

Portions of RGB colors in percentages

R + G + B =
122 + 129 + 90 = 341 (100%)
R 122 of 341 ~ 35.78%
G 129 of 341 ~ 37.83%
B 90 of 341 ~ 26.39%

%35.78
%37.83
%26.39

CMYK color model

#7A815A color CMYK value is (5,0,30,49).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 49.41%
CMYK:
(5,0,30,49)
C5M0Y30K49 
(5%,0%,30%,49%)
(0.05/0.00/0.30/0.49)	

CMYK percentages

%5.43
%0
%30.23
%49.41

Codes

Color #7A815A in popluar color models

7A815A
RGB12212990
HSL71°17.81%42.94%
HSB/HSV71°30.23%50.59%
CMYK5.43%0.00%30.23%
49.41%

Color #7A815A in popluar number systems.

HEX7A815A
Decimal12212990
Binary1111010100000011011010
Octal172201132

Shades and tints

Shades of #7A815A

#7A815A
(122,129,90)
#6F7652
(111,118,82)
#646B4A
(100,107,74)
#596042
(89,96,66)
#4E553A
(78,85,58)
#434A32
(67,74,50)
#383F2A
(56,63,42)
#2D3422
(45,52,34)
#22291A
(34,41,26)
#171E12
(23,30,18)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #7A815A

#7A815A
(122,129,90)
#868C69
(134,140,105)
#929778
(146,151,120)
#9EA287
(158,162,135)
#AAAD96
(170,173,150)
#B6B8A5
(182,184,165)
#C2C3B4
(194,195,180)
#CECEC3
(206,206,195)
#DAD9D2
(218,217,210)
#E6E4E1
(230,228,225)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A815A; }

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

This text font color is #7A815A.


Background Color

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

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

This div background color is #7A815A.


Border color

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

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

This div border color is #7A815A.


Opacity

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

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

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

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

This text has shadow with #7A815A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A815A on black background.


Color preview on white background

This text has color #7A815A on white background.



Black color preview on #7A815A background

This text has black color on #7A815A background.


White color preview on #7A815A background

This text has white color on #7A815A background.