COLOR #7A5371

HEX: #7A5371
RGB: (122,83,113)

Color info

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

RGB color model

#7A5371 color RGB value is (122,83,113).

  • red value is 122;
  • green value is 83;
  • blue value is 113.
RGB:
(122,83,113)
(48%,33%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 83 of 255 = 33%
B 113 of 255 = 44%

122
83
113

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

Portions of RGB colors in percentages

R + G + B =
122 + 83 + 113 = 318 (100%)
R 122 of 318 ~ 38.36%
G 83 of 318 ~ 26.1%
B 113 of 318 ~ 35.53%

%38.36
%26.1
%35.53

CMYK color model

#7A5371 color CMYK value is (0,32,7,52).

  • cyan value is 0.00%
  • magenta value is 31.97%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(0,32,7,52)
C0M32Y7K52 
(0%,32%,7%,52%)
(0.00/0.32/0.07/0.52)	

CMYK percentages

%0
%31.97
%7.38
%52.16

Codes

Color #7A5371 in popluar color models

7A5371
RGB12283113
HSL314°19.02%40.20%
HSB/HSV314°31.97%47.84%
CMYK0.00%31.97%7.38%
52.16%

Color #7A5371 in popluar number systems.

HEX7A5371
Decimal12283113
Binary111101010100111110001
Octal172123161

Shades and tints

Shades of #7A5371

#7A5371
(122,83,113)
#6F4C67
(111,76,103)
#64455D
(100,69,93)
#593E53
(89,62,83)
#4E3749
(78,55,73)
#43303F
(67,48,63)
#382935
(56,41,53)
#2D222B
(45,34,43)
#221B21
(34,27,33)
#171417
(23,20,23)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #7A5371

#7A5371
(122,83,113)
#86627D
(134,98,125)
#927189
(146,113,137)
#9E8095
(158,128,149)
#AA8FA1
(170,143,161)
#B69EAD
(182,158,173)
#C2ADB9
(194,173,185)
#CEBCC5
(206,188,197)
#DACBD1
(218,203,209)
#E6DADD
(230,218,221)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5371 color. Also use rgb(122,83,113) instead hex code.

Text Font Color

.myTextColor { color: #7A5371; }

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

This text font color is #7A5371.


Background Color

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

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

This div background color is #7A5371.


Border color

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

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

This div border color is #7A5371.


Opacity

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

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

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

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

This text has shadow with #7A5371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5371 on black background.


Color preview on white background

This text has color #7A5371 on white background.



Black color preview on #7A5371 background

This text has black color on #7A5371 background.


White color preview on #7A5371 background

This text has white color on #7A5371 background.