COLOR #7A5565

HEX: #7A5565 RGB: (122,85,101)

Color info

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

RGB color model

#7A5565 color RGB value is (122,85,101).

RGB: (122,85,101) (48%, 33%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 85 of 255 = 33%
B 101 of 255 = 40%

122
85
101

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

Portions of RGB colors in percentages

R + G + B = 122 + 85 + 101 = 308 (100%)
R 122 of 308 ~ 39.61%
G 85 of 308 ~ 27.6%
B 101 of 308 ~ 32.79'%

%39.61
%27.6
%32.79

CMYK color model

#7A5565 color CMYK value is (0,30,17,52).

  • cyan value is 0.00%
  • magenta value is 30.33%
  • yellow value is 17.21%
  • key color value is 52.16%

CMYK: (0,30,17,52)
C0M30Y17K52 (0%, 30%, 17%, 52%)
(0.00 / 0.30 / 0.17 / 0.52)

CMYK percentages

%0
%30.33
%17.21
%52.16

Codes

Color #7A5565 in popluar color models

7A 55 65
RGB 122 85 101
HSL 334° 17.87% 40.59%
HSB/HSV 334° 30.33% 47.84%
CMYK 0.00% 30.33% 17.21%
52.16%

Color #7A5565 in popluar number systems.

HEX 7A 55 65
Decimal 122 85 101
Binary 1111010 1010101 1100101
Octal 172 125 145

Shades and tints

Shades of #7A5565

#7A5565
(122,85,101)
#6F4E5C
(111,78,92)
#644753
(100,71,83)
#59404A
(89,64,74)
#4E3941
(78,57,65)
#433238
(67,50,56)
#382B2F
(56,43,47)
#2D2426
(45,36,38)
#221D1D
(34,29,29)
#171614
(23,22,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #7A5565

#7A5565
(122,85,101)
#866473
(134,100,115)
#927381
(146,115,129)
#9E828F
(158,130,143)
#AA919D
(170,145,157)
#B6A0AB
(182,160,171)
#C2AFB9
(194,175,185)
#CEBEC7
(206,190,199)
#DACDD5
(218,205,213)
#E6DCE3
(230,220,227)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5565; }

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

This text font color is #7A5565.

Background Color

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

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

This div background color is #7A5565.

Border color

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

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

This div border color is #7A5565.

Opacity

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

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

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

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

This text has shadow with #7A5565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5565.

Preview

Color preview on black background

This text has color #7A5565 on black background.


Color preview on white background

This text has color #7A5565 on white background.


Black color preview on #7A5565 background

This text has black color on #7A5565 background.


White color preview on #7A5565 background

This text has white color on #7A5565 background.


Related colors

Complementary color

Complementary color for #hex is #85AA9A.


I love getcolorcode.com

Triadic colors

1 #657A55 and #55657A with #7A5565 are triadic colors.

2 #65557A and #557A65 with #7A5565 are triadic colors.