COLOR #7A5550

HEX: #7A5550
RGB: (122,85,80)

Color info

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

RGB color model

#7A5550 color RGB value is (122,85,80).

  • red value is 122;
  • green value is 85;
  • blue value is 80.
RGB:
(122,85,80)
(48%,33%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 85 of 255 = 33%
B 80 of 255 = 31%

122
85
80

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

Portions of RGB colors in percentages

R + G + B =
122 + 85 + 80 = 287 (100%)
R 122 of 287 ~ 42.51%
G 85 of 287 ~ 29.62%
B 80 of 287 ~ 27.87%

%42.51
%29.62
%27.87

CMYK color model

#7A5550 color CMYK value is (0,30,34,52).

  • cyan value is 0.00%
  • magenta value is 30.33%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK:
(0,30,34,52)
C0M30Y34K52 
(0%,30%,34%,52%)
(0.00/0.30/0.34/0.52)	

CMYK percentages

%0
%30.33
%34.43
%52.16

Codes

Color #7A5550 in popluar color models

7A5550
RGB1228580
HSL20.79%39.61%
HSB/HSV34.43%47.84%
CMYK0.00%30.33%34.43%
52.16%

Color #7A5550 in popluar number systems.

HEX7A5550
Decimal1228580
Binary111101010101011010000
Octal172125120

Shades and tints

Shades of #7A5550

#7A5550
(122,85,80)
#6F4E49
(111,78,73)
#644742
(100,71,66)
#59403B
(89,64,59)
#4E3934
(78,57,52)
#43322D
(67,50,45)
#382B26
(56,43,38)
#2D241F
(45,36,31)
#221D18
(34,29,24)
#171611
(23,22,17)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #7A5550

#7A5550
(122,85,80)
#86645F
(134,100,95)
#92736E
(146,115,110)
#9E827D
(158,130,125)
#AA918C
(170,145,140)
#B6A09B
(182,160,155)
#C2AFAA
(194,175,170)
#CEBEB9
(206,190,185)
#DACDC8
(218,205,200)
#E6DCD7
(230,220,215)
#F2EBE6
(242,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5550 color. Also use rgb(122,85,80) instead hex code.

Text Font Color

.myTextColor { color: #7A5550; }

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

This text font color is #7A5550.


Background Color

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

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

This div background color is #7A5550.


Border color

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

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

This div border color is #7A5550.


Opacity

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

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

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

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

This text has shadow with #7A5550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5550 on black background.


Color preview on white background

This text has color #7A5550 on white background.



Black color preview on #7A5550 background

This text has black color on #7A5550 background.


White color preview on #7A5550 background

This text has white color on #7A5550 background.