COLOR #7A7059

HEX: #7A7059 RGB: (122,112,89)

Color info

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

RGB color model

#7A7059 color RGB value is (122,112,89).

RGB: (122,112,89) (48%, 44%, 35%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 89 of 255 = 35%

122
112
89

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

Portions of RGB colors in percentages

R + G + B = 122 + 112 + 89 = 323 (100%)
R 122 of 323 ~ 37.77%
G 112 of 323 ~ 34.67%
B 89 of 323 ~ 27.55'%

%37.77
%34.67
%27.55

CMYK color model

#7A7059 color CMYK value is (0,8,27,52).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 27.05%
  • key color value is 52.16%
CMYK: (0,8,27,52) C0M8Y27K52 (0%,8%,27%,52%) (0.00/0.08/0.27/0.52) 

CMYK percentages

%0
%8.2
%27.05
%52.16

Codes

Color #7A7059 in popluar color models

7A 70 59
RGB 122 112 89
HSL 42° 15.64% 41.37%
HSB/HSV 42° 27.05% 47.84%
CMYK 0.00% 8.20% 27.05%
52.16%

Color #7A7059 in popluar number systems.

HEX 7A 70 59
Decimal 122 112 89
Binary 1111010 1110000 1011001
Octal 172 160 131

Shades and tints

Shades of #7A7059

#7A7059
(122,112,89)
#6F6651
(111,102,81)
#645C49
(100,92,73)
#595241
(89,82,65)
#4E4839
(78,72,57)
#433E31
(67,62,49)
#383429
(56,52,41)
#2D2A21
(45,42,33)
#222019
(34,32,25)
#171611
(23,22,17)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #7A7059

#7A7059
(122,112,89)
#867D68
(134,125,104)
#928A77
(146,138,119)
#9E9786
(158,151,134)
#AAA495
(170,164,149)
#B6B1A4
(182,177,164)
#C2BEB3
(194,190,179)
#CECBC2
(206,203,194)
#DAD8D1
(218,216,209)
#E6E5E0
(230,229,224)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7059; }

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

This text font color is #7A7059.

Background Color

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

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

This div background color is #7A7059.

Border color

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

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

This div border color is #7A7059.

Opacity

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

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

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

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

This text has shadow with #7A7059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7059.

Preview

Color preview on black background

This text has color #7A7059 on black background.


Color preview on white background

This text has color #7A7059 on white background.


Black color preview on #7A7059 background

This text has black color on #7A7059 background.


White color preview on #7A7059 background

This text has white color on #7A7059 background.


Related colors

Complementary color

Complementary color for #hex is #858FA6.


I love getcolorcode.com

Triadic colors

1 #597A70 and #70597A with #7A7059 are triadic colors.

2 #59707A and #707A59 with #7A7059 are triadic colors.