COLOR #7A5951

HEX: #7A5951
RGB: (122,89,81)

Color info

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

RGB color model

#7A5951 color RGB value is (122,89,81).

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

RGB channels and saturation

R 122 of 255 = 48%
G 89 of 255 = 35%
B 81 of 255 = 32%

122
89
81

R + G + B ~ 38%. #7A5951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 89 + 81 = 292 (100%)
R 122 of 292 ~ 41.78%
G 89 of 292 ~ 30.48%
B 81 of 292 ~ 27.74%

%41.78
%30.48
%27.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 33.61%
  • key color value is 52.16%
CMYK:
(0,27,34,52)
C0M27Y34K52 
(0%,27%,34%,52%)
(0.00/0.27/0.34/0.52)	

CMYK percentages

%0
%27.05
%33.61
%52.16

Codes

Color #7A5951 in popluar color models

7A5951
RGB1228981
HSL12°20.20%39.80%
HSB/HSV12°33.61%47.84%
CMYK0.00%27.05%33.61%
52.16%

Color #7A5951 in popluar number systems.

HEX7A5951
Decimal1228981
Binary111101010110011010001
Octal172131121

Shades and tints

Shades of #7A5951

#7A5951
(122,89,81)
#6F514A
(111,81,74)
#644943
(100,73,67)
#59413C
(89,65,60)
#4E3935
(78,57,53)
#43312E
(67,49,46)
#382927
(56,41,39)
#2D2120
(45,33,32)
#221919
(34,25,25)
#171112
(23,17,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #7A5951

#7A5951
(122,89,81)
#866860
(134,104,96)
#92776F
(146,119,111)
#9E867E
(158,134,126)
#AA958D
(170,149,141)
#B6A49C
(182,164,156)
#C2B3AB
(194,179,171)
#CEC2BA
(206,194,186)
#DAD1C9
(218,209,201)
#E6E0D8
(230,224,216)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5951; }

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

This text font color is #7A5951.


Background Color

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

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

This div background color is #7A5951.


Border color

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

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

This div border color is #7A5951.


Opacity

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

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

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

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

This text has shadow with #7A5951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5951 on black background.


Color preview on white background

This text has color #7A5951 on white background.



Black color preview on #7A5951 background

This text has black color on #7A5951 background.


White color preview on #7A5951 background

This text has white color on #7A5951 background.