COLOR #7A618A

HEX: #7A618A
RGB: (122,97,138)

Color info

#7A618A contains red, green and blue colors in about the same proportion. Web safe color of #7A618A is #666699 (or #669).

RGB color model

#7A618A color RGB value is (122,97,138).

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

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 138 of 255 = 54%

122
97
138

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 138 = 357 (100%)
R 122 of 357 ~ 34.17%
G 97 of 357 ~ 27.17%
B 138 of 357 ~ 38.66%

%34.17
%27.17
%38.66

CMYK color model

#7A618A color CMYK value is (12,30,0,46).

  • cyan value is 11.59%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(12,30,0,46)
C12M30Y0K46 
(12%,30%,0%,46%)
(0.12/0.30/0.00/0.46)	

CMYK percentages

%11.59
%29.71
%0
%45.88

Codes

Color #7A618A in popluar color models

7A618A
RGB12297138
HSL277°17.45%46.08%
HSB/HSV277°29.71%54.12%
CMYK11.59%29.71%0.00%
45.88%

Color #7A618A in popluar number systems.

HEX7A618A
Decimal12297138
Binary1111010110000110001010
Octal172141212

Shades and tints

Shades of #7A618A

#7A618A
(122,97,138)
#6F597E
(111,89,126)
#645172
(100,81,114)
#594966
(89,73,102)
#4E415A
(78,65,90)
#43394E
(67,57,78)
#383142
(56,49,66)
#2D2936
(45,41,54)
#22212A
(34,33,42)
#17191E
(23,25,30)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A618A

#7A618A
(122,97,138)
#866F94
(134,111,148)
#927D9E
(146,125,158)
#9E8BA8
(158,139,168)
#AA99B2
(170,153,178)
#B6A7BC
(182,167,188)
#C2B5C6
(194,181,198)
#CEC3D0
(206,195,208)
#DAD1DA
(218,209,218)
#E6DFE4
(230,223,228)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A618A; }

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

This text font color is #7A618A.


Background Color

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

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

This div background color is #7A618A.


Border color

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

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

This div border color is #7A618A.


Opacity

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

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

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

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

This text has shadow with #7A618A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A618A on black background.


Color preview on white background

This text has color #7A618A on white background.



Black color preview on #7A618A background

This text has black color on #7A618A background.


White color preview on #7A618A background

This text has white color on #7A618A background.