COLOR #7A4061

HEX: #7A4061
RGB: (122,64,97)

Color info

#7A4061 contains red, green and blue colors in about the same proportion. Web safe color of #7A4061 is #663366 (or #636).

RGB color model

#7A4061 color RGB value is (122,64,97).

  • red value is 122;
  • green value is 64;
  • blue value is 97.
RGB:
(122,64,97)
(48%,25%,38%)

RGB channels and saturation

R 122 of 255 = 48%
G 64 of 255 = 25%
B 97 of 255 = 38%

122
64
97

R + G + B ~ 37%. #7A4061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 64 + 97 = 283 (100%)
R 122 of 283 ~ 43.11%
G 64 of 283 ~ 22.61%
B 97 of 283 ~ 34.28%

%43.11
%22.61
%34.28

CMYK color model

#7A4061 color CMYK value is (0,48,20,52).

  • cyan value is 0.00%
  • magenta value is 47.54%
  • yellow value is 20.49%
  • key color value is 52.16%
CMYK:
(0,48,20,52)
C0M48Y20K52 
(0%,48%,20%,52%)
(0.00/0.48/0.20/0.52)	

CMYK percentages

%0
%47.54
%20.49
%52.16

Codes

Color #7A4061 in popluar color models

7A4061
RGB1226497
HSL326°31.18%36.47%
HSB/HSV326°47.54%47.84%
CMYK0.00%47.54%20.49%
52.16%

Color #7A4061 in popluar number systems.

HEX7A4061
Decimal1226497
Binary111101010000001100001
Octal172100141

Shades and tints

Shades of #7A4061

#7A4061
(122,64,97)
#6F3B59
(111,59,89)
#643651
(100,54,81)
#593149
(89,49,73)
#4E2C41
(78,44,65)
#432739
(67,39,57)
#382231
(56,34,49)
#2D1D29
(45,29,41)
#221821
(34,24,33)
#171319
(23,19,25)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #7A4061

#7A4061
(122,64,97)
#86516F
(134,81,111)
#92627D
(146,98,125)
#9E738B
(158,115,139)
#AA8499
(170,132,153)
#B695A7
(182,149,167)
#C2A6B5
(194,166,181)
#CEB7C3
(206,183,195)
#DAC8D1
(218,200,209)
#E6D9DF
(230,217,223)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4061 color. Also use rgb(122,64,97) instead hex code.

Text Font Color

.myTextColor { color: #7A4061; }

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

This text font color is #7A4061.


Background Color

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

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

This div background color is #7A4061.


Border color

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

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

This div border color is #7A4061.


Opacity

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

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

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

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

This text has shadow with #7A4061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4061 on black background.


Color preview on white background

This text has color #7A4061 on white background.



Black color preview on #7A4061 background

This text has black color on #7A4061 background.


White color preview on #7A4061 background

This text has white color on #7A4061 background.