COLOR #7A648A

HEX: #7A648A RGB: (122,100,138)

Color info

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

RGB color model

#7A648A color RGB value is (122,100,138).

RGB: (122,100,138) (48%, 39%, 54%)

RGB channels and saturation

R 122 of 255 = 48%
G 100 of 255 = 39%
B 138 of 255 = 54%

122
100
138

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

Portions of RGB colors in percentages

R + G + B = 122 + 100 + 138 = 360 (100%)
R 122 of 360 ~ 33.89%
G 100 of 360 ~ 27.78%
B 138 of 360 ~ 38.33'%

%33.89
%27.78
%38.33

CMYK color model

#7A648A color CMYK value is (12,28,0,46).

  • cyan value is 11.59%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (12,28,0,46)
C12M28Y0K46 (12%, 28%, 0%, 46%)
(0.12 / 0.28 / 0.00 / 0.46)

CMYK percentages

%11.59
%27.54
%0
%45.88

Codes

Color #7A648A in popluar color models

7A 64 8A
RGB 122 100 138
HSL 275° 15.97% 46.67%
HSB/HSV 275° 27.54% 54.12%
CMYK 11.59% 27.54% 0.00%
45.88%

Color #7A648A in popluar number systems.

HEX 7A 64 8A
Decimal 122 100 138
Binary 1111010 1100100 10001010
Octal 172 144 212

Shades and tints

Shades of #7A648A

#7A648A
(122,100,138)
#6F5B7E
(111,91,126)
#645272
(100,82,114)
#594966
(89,73,102)
#4E405A
(78,64,90)
#43374E
(67,55,78)
#382E42
(56,46,66)
#2D2536
(45,37,54)
#221C2A
(34,28,42)
#17131E
(23,19,30)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #7A648A

#7A648A
(122,100,138)
#867294
(134,114,148)
#92809E
(146,128,158)
#9E8EA8
(158,142,168)
#AA9CB2
(170,156,178)
#B6AABC
(182,170,188)
#C2B8C6
(194,184,198)
#CEC6D0
(206,198,208)
#DAD4DA
(218,212,218)
#E6E2E4
(230,226,228)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A648A; }

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

This text font color is #7A648A.

Background Color

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

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

This div background color is #7A648A.

Border color

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

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

This div border color is #7A648A.

Opacity

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

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

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

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

This text has shadow with #7A648A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A648A.

Preview

Color preview on black background

This text has color #7A648A on black background.


Color preview on white background

This text has color #7A648A on white background.


Black color preview on #7A648A background

This text has black color on #7A648A background.


White color preview on #7A648A background

This text has white color on #7A648A background.


Related colors

Complementary color

Complementary color for #hex is #859B75.


I love getcolorcode.com

Triadic colors

1 #8A7A64 and #648A7A with #7A648A are triadic colors.

2 #8A647A and #647A8A with #7A648A are triadic colors.