COLOR #7A4956

HEX: #7A4956
RGB: (122,73,86)

Color info

#7A4956 contains red, green and blue colors in about the same proportion. Web safe color of #7A4956 is #663366 (or #636).

RGB color model

#7A4956 color RGB value is (122,73,86).

  • red value is 122;
  • green value is 73;
  • blue value is 86.
RGB:
(122,73,86)
(48%,29%,34%)

RGB channels and saturation

R 122 of 255 = 48%
G 73 of 255 = 29%
B 86 of 255 = 34%

122
73
86

R + G + B ~ 37%. #7A4956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 73 + 86 = 281 (100%)
R 122 of 281 ~ 43.42%
G 73 of 281 ~ 25.98%
B 86 of 281 ~ 30.6%

%43.42
%25.98
%30.6

CMYK color model

#7A4956 color CMYK value is (0,40,30,52).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 29.51%
  • key color value is 52.16%
CMYK:
(0,40,30,52)
C0M40Y30K52 
(0%,40%,30%,52%)
(0.00/0.40/0.30/0.52)	

CMYK percentages

%0
%40.16
%29.51
%52.16

Codes

Color #7A4956 in popluar color models

7A4956
RGB1227386
HSL344°25.13%38.24%
HSB/HSV344°40.16%47.84%
CMYK0.00%40.16%29.51%
52.16%

Color #7A4956 in popluar number systems.

HEX7A4956
Decimal1227386
Binary111101010010011010110
Octal172111126

Shades and tints

Shades of #7A4956

#7A4956
(122,73,86)
#6F434F
(111,67,79)
#643D48
(100,61,72)
#593741
(89,55,65)
#4E313A
(78,49,58)
#432B33
(67,43,51)
#38252C
(56,37,44)
#2D1F25
(45,31,37)
#22191E
(34,25,30)
#171317
(23,19,23)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #7A4956

#7A4956
(122,73,86)
#865965
(134,89,101)
#926974
(146,105,116)
#9E7983
(158,121,131)
#AA8992
(170,137,146)
#B699A1
(182,153,161)
#C2A9B0
(194,169,176)
#CEB9BF
(206,185,191)
#DAC9CE
(218,201,206)
#E6D9DD
(230,217,221)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4956 color. Also use rgb(122,73,86) instead hex code.

Text Font Color

.myTextColor { color: #7A4956; }

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

This text font color is #7A4956.


Background Color

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

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

This div background color is #7A4956.


Border color

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

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

This div border color is #7A4956.


Opacity

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

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

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

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

This text has shadow with #7A4956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4956 on black background.


Color preview on white background

This text has color #7A4956 on white background.



Black color preview on #7A4956 background

This text has black color on #7A4956 background.


White color preview on #7A4956 background

This text has white color on #7A4956 background.