COLOR #7A7259

HEX: #7A7259
RGB: (122,114,89)

Color info

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

RGB color model

#7A7259 color RGB value is (122,114,89).

  • red value is 122;
  • green value is 114;
  • blue value is 89.
RGB:
(122,114,89)
(48%,45%,35%)

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 89 of 255 = 35%

122
114
89

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 89 = 325 (100%)
R 122 of 325 ~ 37.54%
G 114 of 325 ~ 35.08%
B 89 of 325 ~ 27.38%

%37.54
%35.08
%27.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 27.05%
  • key color value is 52.16%
CMYK:
(0,7,27,52)
C0M7Y27K52 
(0%,7%,27%,52%)
(0.00/0.07/0.27/0.52)	

CMYK percentages

%0
%6.56
%27.05
%52.16

Codes

Color #7A7259 in popluar color models

7A7259
RGB12211489
HSL45°15.64%41.37%
HSB/HSV45°27.05%47.84%
CMYK0.00%6.56%27.05%
52.16%

Color #7A7259 in popluar number systems.

HEX7A7259
Decimal12211489
Binary111101011100101011001
Octal172162131

Shades and tints

Shades of #7A7259

#7A7259
(122,114,89)
#6F6851
(111,104,81)
#645E49
(100,94,73)
#595441
(89,84,65)
#4E4A39
(78,74,57)
#434031
(67,64,49)
#383629
(56,54,41)
#2D2C21
(45,44,33)
#222219
(34,34,25)
#171811
(23,24,17)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #7A7259

#7A7259
(122,114,89)
#867E68
(134,126,104)
#928A77
(146,138,119)
#9E9686
(158,150,134)
#AAA295
(170,162,149)
#B6AEA4
(182,174,164)
#C2BAB3
(194,186,179)
#CEC6C2
(206,198,194)
#DAD2D1
(218,210,209)
#E6DEE0
(230,222,224)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7259; }

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

This text font color is #7A7259.


Background Color

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

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

This div background color is #7A7259.


Border color

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

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

This div border color is #7A7259.


Opacity

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

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

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

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

This text has shadow with #7A7259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7259 on black background.


Color preview on white background

This text has color #7A7259 on white background.



Black color preview on #7A7259 background

This text has black color on #7A7259 background.


White color preview on #7A7259 background

This text has white color on #7A7259 background.