COLOR #7A725D

HEX: #7A725D
RGB: (122,114,93)

Color info

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

RGB color model

#7A725D color RGB value is (122,114,93).

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

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 93 of 255 = 36%

122
114
93

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 93 = 329 (100%)
R 122 of 329 ~ 37.08%
G 114 of 329 ~ 34.65%
B 93 of 329 ~ 28.27%

%37.08
%34.65
%28.27

CMYK color model

#7A725D color CMYK value is (0,7,24,52).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(0,7,24,52)
C0M7Y24K52 
(0%,7%,24%,52%)
(0.00/0.07/0.24/0.52)	

CMYK percentages

%0
%6.56
%23.77
%52.16

Codes

Color #7A725D in popluar color models

7A725D
RGB12211493
HSL43°13.49%42.16%
HSB/HSV43°23.77%47.84%
CMYK0.00%6.56%23.77%
52.16%

Color #7A725D in popluar number systems.

HEX7A725D
Decimal12211493
Binary111101011100101011101
Octal172162135

Shades and tints

Shades of #7A725D

#7A725D
(122,114,93)
#6F6855
(111,104,85)
#645E4D
(100,94,77)
#595445
(89,84,69)
#4E4A3D
(78,74,61)
#434035
(67,64,53)
#38362D
(56,54,45)
#2D2C25
(45,44,37)
#22221D
(34,34,29)
#171815
(23,24,21)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #7A725D

#7A725D
(122,114,93)
#867E6B
(134,126,107)
#928A79
(146,138,121)
#9E9687
(158,150,135)
#AAA295
(170,162,149)
#B6AEA3
(182,174,163)
#C2BAB1
(194,186,177)
#CEC6BF
(206,198,191)
#DAD2CD
(218,210,205)
#E6DEDB
(230,222,219)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A725D; }

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

This text font color is #7A725D.


Background Color

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

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

This div background color is #7A725D.


Border color

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

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

This div border color is #7A725D.


Opacity

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

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

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

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

This text has shadow with #7A725D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A725D on black background.


Color preview on white background

This text has color #7A725D on white background.



Black color preview on #7A725D background

This text has black color on #7A725D background.


White color preview on #7A725D background

This text has white color on #7A725D background.