COLOR #7A8270

HEX: #7A8270 RGB: (122,130,112)

Color info

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

RGB color model

#7A8270 color RGB value is (122,130,112).

RGB: (122,130,112) (48%, 51%, 44%)

RGB channels and saturation

R 122 of 255 = 48%
G 130 of 255 = 51%
B 112 of 255 = 44%

122
130
112

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

Portions of RGB colors in percentages

R + G + B = 122 + 130 + 112 = 364 (100%)
R 122 of 364 ~ 33.52%
G 130 of 364 ~ 35.71%
B 112 of 364 ~ 30.77'%

%33.52
%35.71
%30.77

CMYK color model

#7A8270 color CMYK value is (6,0,14,49).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK: (6,0,14,49) C6M0Y14K49 (6%,0%,14%,49%) (0.06/0.00/0.14/0.49) 

CMYK percentages

%6.15
%0
%13.85
%49.02

Codes

Color #7A8270 in popluar color models

7A 82 70
RGB 122 130 112
HSL 87° 7.44% 47.45%
HSB/HSV 87° 13.85% 50.98%
CMYK 6.15% 0.00% 13.85%
49.02%

Color #7A8270 in popluar number systems.

HEX 7A 82 70
Decimal 122 130 112
Binary 1111010 10000010 1110000
Octal 172 202 160

Shades and tints

Shades of #7A8270

#7A8270
(122,130,112)
#6F7766
(111,119,102)
#646C5C
(100,108,92)
#596152
(89,97,82)
#4E5648
(78,86,72)
#434B3E
(67,75,62)
#384034
(56,64,52)
#2D352A
(45,53,42)
#222A20
(34,42,32)
#171F16
(23,31,22)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #7A8270

#7A8270
(122,130,112)
#868D7D
(134,141,125)
#92988A
(146,152,138)
#9EA397
(158,163,151)
#AAAEA4
(170,174,164)
#B6B9B1
(182,185,177)
#C2C4BE
(194,196,190)
#CECFCB
(206,207,203)
#DADAD8
(218,218,216)
#E6E5E5
(230,229,229)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8270 color. Also use rgb(122,130,112) instead hex code.

Text Font Color

.myTextColor { color: #7A8270; }

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

This text font color is #7A8270.

Background Color

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

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

This div background color is #7A8270.

Border color

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

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

This div border color is #7A8270.

Opacity

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

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

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

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

This text has shadow with #7A8270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8270.

Preview

Color preview on black background

This text has color #7A8270 on black background.


Color preview on white background

This text has color #7A8270 on white background.


Black color preview on #7A8270 background

This text has black color on #7A8270 background.


White color preview on #7A8270 background

This text has white color on #7A8270 background.


Related colors

Complementary color

Complementary color for #hex is #857D8F.


I love getcolorcode.com

Triadic colors

1 #707A82 and #82707A with #7A8270 are triadic colors.

2 #70827A and #827A70 with #7A8270 are triadic colors.