COLOR #7A7561

HEX: #7A7561 RGB: (122,117,97)

Color info

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

RGB color model

#7A7561 color RGB value is (122,117,97).

RGB: (122,117,97) (48%, 46%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 97 of 255 = 38%

122
117
97

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

Portions of RGB colors in percentages

R + G + B = 122 + 117 + 97 = 336 (100%)
R 122 of 336 ~ 36.31%
G 117 of 336 ~ 34.82%
B 97 of 336 ~ 28.87'%

%36.31
%34.82
%28.87

CMYK color model

#7A7561 color CMYK value is (0,4,20,52).

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 20.49%
  • key color value is 52.16%

CMYK: (0,4,20,52)
C0M4Y20K52 (0%, 4%, 20%, 52%)
(0.00 / 0.04 / 0.20 / 0.52)

CMYK percentages

%0
%4.1
%20.49
%52.16

Codes

Color #7A7561 in popluar color models

7A 75 61
RGB 122 117 97
HSL 48° 11.42% 42.94%
HSB/HSV 48° 20.49% 47.84%
CMYK 0.00% 4.10% 20.49%
52.16%

Color #7A7561 in popluar number systems.

HEX 7A 75 61
Decimal 122 117 97
Binary 1111010 1110101 1100001
Octal 172 165 141

Shades and tints

Shades of #7A7561

#7A7561
(122,117,97)
#6F6B59
(111,107,89)
#646151
(100,97,81)
#595749
(89,87,73)
#4E4D41
(78,77,65)
#434339
(67,67,57)
#383931
(56,57,49)
#2D2F29
(45,47,41)
#222521
(34,37,33)
#171B19
(23,27,25)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #7A7561

#7A7561
(122,117,97)
#86816F
(134,129,111)
#928D7D
(146,141,125)
#9E998B
(158,153,139)
#AAA599
(170,165,153)
#B6B1A7
(182,177,167)
#C2BDB5
(194,189,181)
#CEC9C3
(206,201,195)
#DAD5D1
(218,213,209)
#E6E1DF
(230,225,223)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7561 color. Also use rgb(122,117,97) instead hex code.

Text Font Color

.myTextColor { color: #7A7561; }

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

This text font color is #7A7561.

Background Color

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

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

This div background color is #7A7561.

Border color

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

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

This div border color is #7A7561.

Opacity

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

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

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

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

This text has shadow with #7A7561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7561.

Preview

Color preview on black background

This text has color #7A7561 on black background.


Color preview on white background

This text has color #7A7561 on white background.


Black color preview on #7A7561 background

This text has black color on #7A7561 background.


White color preview on #7A7561 background

This text has white color on #7A7561 background.


Related colors

Complementary color

Complementary color for #hex is #858A9E.


I love getcolorcode.com

Triadic colors

1 #617A75 and #75617A with #7A7561 are triadic colors.

2 #61757A and #757A61 with #7A7561 are triadic colors.