COLOR #7A628C

HEX: #7A628C RGB: (122,98,140)

Color info

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

RGB color model

#7A628C color RGB value is (122,98,140).

RGB: (122,98,140) (48%, 38%, 55%)

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 140 of 255 = 55%

122
98
140

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

Portions of RGB colors in percentages

R + G + B = 122 + 98 + 140 = 360 (100%)
R 122 of 360 ~ 33.89%
G 98 of 360 ~ 27.22%
B 140 of 360 ~ 38.89'%

%33.89
%27.22
%38.89

CMYK color model

#7A628C color CMYK value is (13,30,0,45).

  • cyan value is 12.86%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (13,30,0,45)
C13M30Y0K45 (13%, 30%, 0%, 45%)
(0.13 / 0.30 / 0.00 / 0.45)

CMYK percentages

%12.86
%30
%0
%45.1

Codes

Color #7A628C in popluar color models

7A 62 8C
RGB 122 98 140
HSL 274° 17.65% 46.67%
HSB/HSV 274° 30.00% 54.90%
CMYK 12.86% 30.00% 0.00%
45.10%

Color #7A628C in popluar number systems.

HEX 7A 62 8C
Decimal 122 98 140
Binary 1111010 1100010 10001100
Octal 172 142 214

Shades and tints

Shades of #7A628C

#7A628C
(122,98,140)
#6F5A80
(111,90,128)
#645274
(100,82,116)
#594A68
(89,74,104)
#4E425C
(78,66,92)
#433A50
(67,58,80)
#383244
(56,50,68)
#2D2A38
(45,42,56)
#22222C
(34,34,44)
#171A20
(23,26,32)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #7A628C

#7A628C
(122,98,140)
#867096
(134,112,150)
#927EA0
(146,126,160)
#9E8CAA
(158,140,170)
#AA9AB4
(170,154,180)
#B6A8BE
(182,168,190)
#C2B6C8
(194,182,200)
#CEC4D2
(206,196,210)
#DAD2DC
(218,210,220)
#E6E0E6
(230,224,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A628C color. Also use rgb(122,98,140) instead hex code.

Text Font Color

.myTextColor { color: #7A628C; }

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

This text font color is #7A628C.

Background Color

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

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

This div background color is #7A628C.

Border color

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

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

This div border color is #7A628C.

Opacity

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

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

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

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

This text has shadow with #7A628C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A628C.

Preview

Color preview on black background

This text has color #7A628C on black background.


Color preview on white background

This text has color #7A628C on white background.


Black color preview on #7A628C background

This text has black color on #7A628C background.


White color preview on #7A628C background

This text has white color on #7A628C background.


Related colors

Complementary color

Complementary color for #hex is #859D73.


I love getcolorcode.com

Triadic colors

1 #8C7A62 and #628C7A with #7A628C are triadic colors.

2 #8C627A and #627A8C with #7A628C are triadic colors.