COLOR #7A5159

HEX: #7A5159 RGB: (122,81,89)

Color info

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

RGB color model

#7A5159 color RGB value is (122,81,89).

RGB: (122,81,89) (48%, 32%, 35%)

RGB channels and saturation

R 122 of 255 = 48%
G 81 of 255 = 32%
B 89 of 255 = 35%

122
81
89

R + G + B ~ 38%. #7A5159 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 81 + 89 = 292 (100%)
R 122 of 292 ~ 41.78%
G 81 of 292 ~ 27.74%
B 89 of 292 ~ 30.48'%

%41.78
%27.74
%30.48

CMYK color model

#7A5159 color CMYK value is (0,34,27,52).

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

CMYK: (0,34,27,52)
C0M34Y27K52 (0%, 34%, 27%, 52%)
(0.00 / 0.34 / 0.27 / 0.52)

CMYK percentages

%0
%33.61
%27.05
%52.16

Codes

Color #7A5159 in popluar color models

7A 51 59
RGB 122 81 89
HSL 348° 20.20% 39.80%
HSB/HSV 348° 33.61% 47.84%
CMYK 0.00% 33.61% 27.05%
52.16%

Color #7A5159 in popluar number systems.

HEX 7A 51 59
Decimal 122 81 89
Binary 1111010 1010001 1011001
Octal 172 121 131

Shades and tints

Shades of #7A5159

#7A5159
(122,81,89)
#6F4A51
(111,74,81)
#644349
(100,67,73)
#593C41
(89,60,65)
#4E3539
(78,53,57)
#432E31
(67,46,49)
#382729
(56,39,41)
#2D2021
(45,32,33)
#221919
(34,25,25)
#171211
(23,18,17)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #7A5159

#7A5159
(122,81,89)
#866068
(134,96,104)
#926F77
(146,111,119)
#9E7E86
(158,126,134)
#AA8D95
(170,141,149)
#B69CA4
(182,156,164)
#C2ABB3
(194,171,179)
#CEBAC2
(206,186,194)
#DAC9D1
(218,201,209)
#E6D8E0
(230,216,224)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5159; }

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

This text font color is #7A5159.

Background Color

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

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

This div background color is #7A5159.

Border color

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

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

This div border color is #7A5159.

Opacity

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

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

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

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

This text has shadow with #7A5159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5159.

Preview

Color preview on black background

This text has color #7A5159 on black background.


Color preview on white background

This text has color #7A5159 on white background.


Black color preview on #7A5159 background

This text has black color on #7A5159 background.


White color preview on #7A5159 background

This text has white color on #7A5159 background.


Related colors

Complementary color

Complementary color for #hex is #85AEA6.


I love getcolorcode.com

Triadic colors

1 #597A51 and #51597A with #7A5159 are triadic colors.

2 #59517A and #517A59 with #7A5159 are triadic colors.