COLOR #7A4551

HEX: #7A4551
RGB: (122,69,81)

Color info

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

RGB color model

#7A4551 color RGB value is (122,69,81).

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

RGB channels and saturation

R 122 of 255 = 48%
G 69 of 255 = 27%
B 81 of 255 = 32%

122
69
81

R + G + B ~ 36%. #7A4551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 69 + 81 = 272 (100%)
R 122 of 272 ~ 44.85%
G 69 of 272 ~ 25.37%
B 81 of 272 ~ 29.78%

%44.85
%25.37
%29.78

CMYK color model

#7A4551 color CMYK value is (0,43,34,52).

  • cyan value is 0.00%
  • magenta value is 43.44%
  • yellow value is 33.61%
  • key color value is 52.16%
CMYK:
(0,43,34,52)
C0M43Y34K52 
(0%,43%,34%,52%)
(0.00/0.43/0.34/0.52)	

CMYK percentages

%0
%43.44
%33.61
%52.16

Codes

Color #7A4551 in popluar color models

7A4551
RGB1226981
HSL346°27.75%37.45%
HSB/HSV346°43.44%47.84%
CMYK0.00%43.44%33.61%
52.16%

Color #7A4551 in popluar number systems.

HEX7A4551
Decimal1226981
Binary111101010001011010001
Octal172105121

Shades and tints

Shades of #7A4551

#7A4551
(122,69,81)
#6F3F4A
(111,63,74)
#643943
(100,57,67)
#59333C
(89,51,60)
#4E2D35
(78,45,53)
#43272E
(67,39,46)
#382127
(56,33,39)
#2D1B20
(45,27,32)
#221519
(34,21,25)
#170F12
(23,15,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #7A4551

#7A4551
(122,69,81)
#865560
(134,85,96)
#92656F
(146,101,111)
#9E757E
(158,117,126)
#AA858D
(170,133,141)
#B6959C
(182,149,156)
#C2A5AB
(194,165,171)
#CEB5BA
(206,181,186)
#DAC5C9
(218,197,201)
#E6D5D8
(230,213,216)
#F2E5E7
(242,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4551; }

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

This text font color is #7A4551.


Background Color

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

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

This div background color is #7A4551.


Border color

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

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

This div border color is #7A4551.


Opacity

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

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

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

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

This text has shadow with #7A4551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4551 on black background.


Color preview on white background

This text has color #7A4551 on white background.



Black color preview on #7A4551 background

This text has black color on #7A4551 background.


White color preview on #7A4551 background

This text has white color on #7A4551 background.