COLOR #7A5962

HEX: #7A5962 RGB: (122,89,98)

Color info

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

RGB color model

#7A5962 color RGB value is (122,89,98).

RGB: (122,89,98) (48%, 35%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 89 of 255 = 35%
B 98 of 255 = 38%

122
89
98

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

Portions of RGB colors in percentages

R + G + B = 122 + 89 + 98 = 309 (100%)
R 122 of 309 ~ 39.48%
G 89 of 309 ~ 28.8%
B 98 of 309 ~ 31.72'%

%39.48
%28.8
%31.72

CMYK color model

#7A5962 color CMYK value is (0,27,20,52).

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 19.67%
  • key color value is 52.16%

CMYK: (0,27,20,52)
C0M27Y20K52 (0%, 27%, 20%, 52%)
(0.00 / 0.27 / 0.20 / 0.52)

CMYK percentages

%0
%27.05
%19.67
%52.16

Codes

Color #7A5962 in popluar color models

7A 59 62
RGB 122 89 98
HSL 344° 15.64% 41.37%
HSB/HSV 344° 27.05% 47.84%
CMYK 0.00% 27.05% 19.67%
52.16%

Color #7A5962 in popluar number systems.

HEX 7A 59 62
Decimal 122 89 98
Binary 1111010 1011001 1100010
Octal 172 131 142

Shades and tints

Shades of #7A5962

#7A5962
(122,89,98)
#6F515A
(111,81,90)
#644952
(100,73,82)
#59414A
(89,65,74)
#4E3942
(78,57,66)
#43313A
(67,49,58)
#382932
(56,41,50)
#2D212A
(45,33,42)
#221922
(34,25,34)
#17111A
(23,17,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #7A5962

#7A5962
(122,89,98)
#866870
(134,104,112)
#92777E
(146,119,126)
#9E868C
(158,134,140)
#AA959A
(170,149,154)
#B6A4A8
(182,164,168)
#C2B3B6
(194,179,182)
#CEC2C4
(206,194,196)
#DAD1D2
(218,209,210)
#E6E0E0
(230,224,224)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5962 color. Also use rgb(122,89,98) instead hex code.

Text Font Color

.myTextColor { color: #7A5962; }

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

This text font color is #7A5962.

Background Color

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

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

This div background color is #7A5962.

Border color

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

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

This div border color is #7A5962.

Opacity

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

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

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

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

This text has shadow with #7A5962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5962.

Preview

Color preview on black background

This text has color #7A5962 on black background.


Color preview on white background

This text has color #7A5962 on white background.


Black color preview on #7A5962 background

This text has black color on #7A5962 background.


White color preview on #7A5962 background

This text has white color on #7A5962 background.


Related colors

Complementary color

Complementary color for #hex is #85A69D.


I love getcolorcode.com

Triadic colors

1 #627A59 and #59627A with #7A5962 are triadic colors.

2 #62597A and #597A62 with #7A5962 are triadic colors.