COLOR #7A7157

HEX: #7A7157 RGB: (122,113,87)

Color info

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

RGB color model

#7A7157 color RGB value is (122,113,87).

RGB: (122,113,87) (48%, 44%, 34%)

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 87 of 255 = 34%

122
113
87

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

Portions of RGB colors in percentages

R + G + B = 122 + 113 + 87 = 322 (100%)
R 122 of 322 ~ 37.89%
G 113 of 322 ~ 35.09%
B 87 of 322 ~ 27.02'%

%37.89
%35.09
%27.02

CMYK color model

#7A7157 color CMYK value is (0,7,29,52).

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

CMYK: (0,7,29,52)
C0M7Y29K52 (0%, 7%, 29%, 52%)
(0.00 / 0.07 / 0.29 / 0.52)

CMYK percentages

%0
%7.38
%28.69
%52.16

Codes

Color #7A7157 in popluar color models

7A 71 57
RGB 122 113 87
HSL 45° 16.75% 40.98%
HSB/HSV 45° 28.69% 47.84%
CMYK 0.00% 7.38% 28.69%
52.16%

Color #7A7157 in popluar number systems.

HEX 7A 71 57
Decimal 122 113 87
Binary 1111010 1110001 1010111
Octal 172 161 127

Shades and tints

Shades of #7A7157

#7A7157
(122,113,87)
#6F6750
(111,103,80)
#645D49
(100,93,73)
#595342
(89,83,66)
#4E493B
(78,73,59)
#433F34
(67,63,52)
#38352D
(56,53,45)
#2D2B26
(45,43,38)
#22211F
(34,33,31)
#171718
(23,23,24)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #7A7157

#7A7157
(122,113,87)
#867D66
(134,125,102)
#928975
(146,137,117)
#9E9584
(158,149,132)
#AAA193
(170,161,147)
#B6ADA2
(182,173,162)
#C2B9B1
(194,185,177)
#CEC5C0
(206,197,192)
#DAD1CF
(218,209,207)
#E6DDDE
(230,221,222)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7157; }

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

This text font color is #7A7157.

Background Color

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

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

This div background color is #7A7157.

Border color

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

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

This div border color is #7A7157.

Opacity

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

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

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

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

This text has shadow with #7A7157 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7157.

Preview

Color preview on black background

This text has color #7A7157 on black background.


Color preview on white background

This text has color #7A7157 on white background.


Black color preview on #7A7157 background

This text has black color on #7A7157 background.


White color preview on #7A7157 background

This text has white color on #7A7157 background.


Related colors

Complementary color

Complementary color for #hex is #858EA8.


I love getcolorcode.com

Triadic colors

1 #577A71 and #71577A with #7A7157 are triadic colors.

2 #57717A and #717A57 with #7A7157 are triadic colors.