COLOR #7A5055

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
80
85

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

Portions of RGB colors in percentages

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

%42.51
%27.87
%29.62

CMYK color model

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

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

CMYK percentages

%0
%34.43
%30.33
%52.16

Codes

Color #7A5055 in popluar color models

7A5055
RGB1228085
HSL353°20.79%39.61%
HSB/HSV353°34.43%47.84%
CMYK0.00%34.43%30.33%
52.16%

Color #7A5055 in popluar number systems.

HEX7A5055
Decimal1228085
Binary111101010100001010101
Octal172120125

Shades and tints

Shades of #7A5055

#7A5055
(122,80,85)
#6F494E
(111,73,78)
#644247
(100,66,71)
#593B40
(89,59,64)
#4E3439
(78,52,57)
#432D32
(67,45,50)
#38262B
(56,38,43)
#2D1F24
(45,31,36)
#22181D
(34,24,29)
#171116
(23,17,22)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #7A5055

#7A5055
(122,80,85)
#865F64
(134,95,100)
#926E73
(146,110,115)
#9E7D82
(158,125,130)
#AA8C91
(170,140,145)
#B69BA0
(182,155,160)
#C2AAAF
(194,170,175)
#CEB9BE
(206,185,190)
#DAC8CD
(218,200,205)
#E6D7DC
(230,215,220)
#F2E6EB
(242,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5055; }

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

This text font color is #7A5055.


Background Color

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

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

This div background color is #7A5055.


Border color

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

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

This div border color is #7A5055.


Opacity

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

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

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

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

This text has shadow with #7A5055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5055 on black background.


Color preview on white background

This text has color #7A5055 on white background.



Black color preview on #7A5055 background

This text has black color on #7A5055 background.


White color preview on #7A5055 background

This text has white color on #7A5055 background.