COLOR #7A7361

HEX: #7A7361 RGB: (122,115,97)

Color info

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

RGB color model

#7A7361 color RGB value is (122,115,97).

RGB: (122,115,97) (48%, 45%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 97 of 255 = 38%

122
115
97

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

Portions of RGB colors in percentages

R + G + B = 122 + 115 + 97 = 334 (100%)
R 122 of 334 ~ 36.53%
G 115 of 334 ~ 34.43%
B 97 of 334 ~ 29.04'%

%36.53
%34.43
%29.04

CMYK color model

#7A7361 color CMYK value is (0,6,20,52).

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

CMYK: (0,6,20,52)
C0M6Y20K52 (0%, 6%, 20%, 52%)
(0.00 / 0.06 / 0.20 / 0.52)

CMYK percentages

%0
%5.74
%20.49
%52.16

Codes

Color #7A7361 in popluar color models

7A 73 61
RGB 122 115 97
HSL 43° 11.42% 42.94%
HSB/HSV 43° 20.49% 47.84%
CMYK 0.00% 5.74% 20.49%
52.16%

Color #7A7361 in popluar number systems.

HEX 7A 73 61
Decimal 122 115 97
Binary 1111010 1110011 1100001
Octal 172 163 141

Shades and tints

Shades of #7A7361

#7A7361
(122,115,97)
#6F6959
(111,105,89)
#645F51
(100,95,81)
#595549
(89,85,73)
#4E4B41
(78,75,65)
#434139
(67,65,57)
#383731
(56,55,49)
#2D2D29
(45,45,41)
#222321
(34,35,33)
#171919
(23,25,25)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #7A7361

#7A7361
(122,115,97)
#867F6F
(134,127,111)
#928B7D
(146,139,125)
#9E978B
(158,151,139)
#AAA399
(170,163,153)
#B6AFA7
(182,175,167)
#C2BBB5
(194,187,181)
#CEC7C3
(206,199,195)
#DAD3D1
(218,211,209)
#E6DFDF
(230,223,223)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7361; }

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

This text font color is #7A7361.

Background Color

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

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

This div background color is #7A7361.

Border color

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

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

This div border color is #7A7361.

Opacity

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

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

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

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

This text has shadow with #7A7361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7361.

Preview

Color preview on black background

This text has color #7A7361 on black background.


Color preview on white background

This text has color #7A7361 on white background.


Black color preview on #7A7361 background

This text has black color on #7A7361 background.


White color preview on #7A7361 background

This text has white color on #7A7361 background.


Related colors

Complementary color

Complementary color for #hex is #858C9E.


I love getcolorcode.com

Triadic colors

1 #617A73 and #73617A with #7A7361 are triadic colors.

2 #61737A and #737A61 with #7A7361 are triadic colors.