COLOR #7A715A

HEX: #7A715A RGB: (122,113,90)

Color info

#7A715A contains red, green and blue colors in about the same proportion. Web safe color of #7A715A is #666666 (or #666).

RGB color model

#7A715A color RGB value is (122,113,90).

RGB: (122,113,90) (48%, 44%, 35%)

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 90 of 255 = 35%

122
113
90

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

Portions of RGB colors in percentages

R + G + B = 122 + 113 + 90 = 325 (100%)
R 122 of 325 ~ 37.54%
G 113 of 325 ~ 34.77%
B 90 of 325 ~ 27.69'%

%37.54
%34.77
%27.69

CMYK color model

#7A715A color CMYK value is (0,7,26,52).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 26.23%
  • key color value is 52.16%

CMYK: (0,7,26,52)
C0M7Y26K52 (0%, 7%, 26%, 52%)
(0.00 / 0.07 / 0.26 / 0.52)

CMYK percentages

%0
%7.38
%26.23
%52.16

Codes

Color #7A715A in popluar color models

7A 71 5A
RGB 122 113 90
HSL 43° 15.09% 41.57%
HSB/HSV 43° 26.23% 47.84%
CMYK 0.00% 7.38% 26.23%
52.16%

Color #7A715A in popluar number systems.

HEX 7A 71 5A
Decimal 122 113 90
Binary 1111010 1110001 1011010
Octal 172 161 132

Shades and tints

Shades of #7A715A

#7A715A
(122,113,90)
#6F6752
(111,103,82)
#645D4A
(100,93,74)
#595342
(89,83,66)
#4E493A
(78,73,58)
#433F32
(67,63,50)
#38352A
(56,53,42)
#2D2B22
(45,43,34)
#22211A
(34,33,26)
#171712
(23,23,18)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #7A715A

#7A715A
(122,113,90)
#867D69
(134,125,105)
#928978
(146,137,120)
#9E9587
(158,149,135)
#AAA196
(170,161,150)
#B6ADA5
(182,173,165)
#C2B9B4
(194,185,180)
#CEC5C3
(206,197,195)
#DAD1D2
(218,209,210)
#E6DDE1
(230,221,225)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A715A; }

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

This text font color is #7A715A.

Background Color

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

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

This div background color is #7A715A.

Border color

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

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

This div border color is #7A715A.

Opacity

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

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

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

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

This text has shadow with #7A715A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A715A.

Preview

Color preview on black background

This text has color #7A715A on black background.


Color preview on white background

This text has color #7A715A on white background.


Black color preview on #7A715A background

This text has black color on #7A715A background.


White color preview on #7A715A background

This text has white color on #7A715A background.


Related colors

Complementary color

Complementary color for #hex is #858EA5.


I love getcolorcode.com

Triadic colors

1 #5A7A71 and #715A7A with #7A715A are triadic colors.

2 #5A717A and #717A5A with #7A715A are triadic colors.