COLOR #7A5967

HEX: #7A5967
RGB: (122,89,103)

Color info

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

RGB color model

#7A5967 color RGB value is (122,89,103).

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

RGB channels and saturation

R 122 of 255 = 48%
G 89 of 255 = 35%
B 103 of 255 = 40%

122
89
103

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

Portions of RGB colors in percentages

R + G + B =
122 + 89 + 103 = 314 (100%)
R 122 of 314 ~ 38.85%
G 89 of 314 ~ 28.34%
B 103 of 314 ~ 32.8%

%38.85
%28.34
%32.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 15.57%
  • key color value is 52.16%
CMYK:
(0,27,16,52)
C0M27Y16K52 
(0%,27%,16%,52%)
(0.00/0.27/0.16/0.52)	

CMYK percentages

%0
%27.05
%15.57
%52.16

Codes

Color #7A5967 in popluar color models

7A5967
RGB12289103
HSL335°15.64%41.37%
HSB/HSV335°27.05%47.84%
CMYK0.00%27.05%15.57%
52.16%

Color #7A5967 in popluar number systems.

HEX7A5967
Decimal12289103
Binary111101010110011100111
Octal172131147

Shades and tints

Shades of #7A5967

#7A5967
(122,89,103)
#6F515E
(111,81,94)
#644955
(100,73,85)
#59414C
(89,65,76)
#4E3943
(78,57,67)
#43313A
(67,49,58)
#382931
(56,41,49)
#2D2128
(45,33,40)
#22191F
(34,25,31)
#171116
(23,17,22)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #7A5967

#7A5967
(122,89,103)
#866874
(134,104,116)
#927781
(146,119,129)
#9E868E
(158,134,142)
#AA959B
(170,149,155)
#B6A4A8
(182,164,168)
#C2B3B5
(194,179,181)
#CEC2C2
(206,194,194)
#DAD1CF
(218,209,207)
#E6E0DC
(230,224,220)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5967; }

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

This text font color is #7A5967.


Background Color

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

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

This div background color is #7A5967.


Border color

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

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

This div border color is #7A5967.


Opacity

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

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

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

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

This text has shadow with #7A5967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5967 on black background.


Color preview on white background

This text has color #7A5967 on white background.



Black color preview on #7A5967 background

This text has black color on #7A5967 background.


White color preview on #7A5967 background

This text has white color on #7A5967 background.