COLOR #7A5C62

HEX: #7A5C62
RGB: (122,92,98)

Color info

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

RGB color model

#7A5C62 color RGB value is (122,92,98).

  • red value is 122;
  • green value is 92;
  • blue value is 98.
RGB: (122,92,98) (48%,36%,38%)

RGB channels and saturation

R 122 of 255 = 48%
G 92 of 255 = 36%
B 98 of 255 = 38%

122
92
98

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

Portions of RGB colors in percentages

R + G + B =
122 + 92 + 98 = 312 (100%)
R 122 of 312 ~ 39.1%
G 92 of 312 ~ 29.49%
B 98 of 312 ~ 31.41%

%39.1
%29.49
%31.41

CMYK color model

#7A5C62 color CMYK value is (0,25,20,52).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 19.67%
  • key color value is 52.16%
CMYK: (0,25,20,52) C0M25Y20K52 (0%,25%,20%,52%) (0.00/0.25/0.20/0.52)

CMYK percentages

%0
%24.59
%19.67
%52.16

Codes

Color #7A5C62 in popluar color models

7A5C62
RGB1229298
HSL348°14.02%41.96%
HSB/HSV348°24.59%47.84%
CMYK0.00%24.59%19.67%
52.16%

Color #7A5C62 in popluar number systems.

HEX7A5C62
Decimal1229298
Binary111101010111001100010
Octal172134142

Shades and tints

Shades of #7A5C62

#7A5C62
(122,92,98)
#6F545A
(111,84,90)
#644C52
(100,76,82)
#59444A
(89,68,74)
#4E3C42
(78,60,66)
#43343A
(67,52,58)
#382C32
(56,44,50)
#2D242A
(45,36,42)
#221C22
(34,28,34)
#17141A
(23,20,26)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #7A5C62

#7A5C62
(122,92,98)
#866A70
(134,106,112)
#92787E
(146,120,126)
#9E868C
(158,134,140)
#AA949A
(170,148,154)
#B6A2A8
(182,162,168)
#C2B0B6
(194,176,182)
#CEBEC4
(206,190,196)
#DACCD2
(218,204,210)
#E6DAE0
(230,218,224)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5C62; }

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

This text font color is #7A5C62.


Background Color

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

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

This div background color is #7A5C62.


Border color

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

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

This div border color is #7A5C62.


Opacity

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

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

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

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

This text has shadow with #7A5C62 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A5C62 on black background.


Color preview on white background

This text has color #7A5C62 on white background.



Black color preview on #7A5C62 background

This text has black color on #7A5C62 background.


White color preview on #7A5C62 background

This text has white color on #7A5C62 background.