COLOR #7B62AA

HEX: #7B62AA RGB: (123,98,170)

Color info

#7B62AA contains mainly red and blue colors. Web safe color of #7B62AA is #666699 (or #669).

RGB color model

#7B62AA color RGB value is (123,98,170).

RGB: (123,98,170) (48%, 38%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 170 of 255 = 67%

123
98
170

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

Portions of RGB colors in percentages

R + G + B = 123 + 98 + 170 = 391 (100%)
R 123 of 391 ~ 31.46%
G 98 of 391 ~ 25.06%
B 170 of 391 ~ 43.48'%

%31.46
%25.06
%43.48

CMYK color model

#7B62AA color CMYK value is (28,42,0,33).

  • cyan value is 27.65%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (28,42,0,33)
C28M42Y0K33 (28%, 42%, 0%, 33%)
(0.28 / 0.42 / 0.00 / 0.33)

CMYK percentages

%27.65
%42.35
%0
%33.33

Codes

Color #7B62AA in popluar color models

7B 62 AA
RGB 123 98 170
HSL 261° 29.75% 52.55%
HSB/HSV 261° 42.35% 66.67%
CMYK 27.65% 42.35% 0.00%
33.33%

Color #7B62AA in popluar number systems.

HEX 7B 62 AA
Decimal 123 98 170
Binary 1111011 1100010 10101010
Octal 173 142 252

Shades and tints

Shades of #7B62AA

#7B62AA
(123,98,170)
#705A9B
(112,90,155)
#65528C
(101,82,140)
#5A4A7D
(90,74,125)
#4F426E
(79,66,110)
#443A5F
(68,58,95)
#393250
(57,50,80)
#2E2A41
(46,42,65)
#232232
(35,34,50)
#181A23
(24,26,35)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #7B62AA

#7B62AA
(123,98,170)
#8770B1
(135,112,177)
#937EB8
(147,126,184)
#9F8CBF
(159,140,191)
#AB9AC6
(171,154,198)
#B7A8CD
(183,168,205)
#C3B6D4
(195,182,212)
#CFC4DB
(207,196,219)
#DBD2E2
(219,210,226)
#E7E0E9
(231,224,233)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B62AA color. Also use rgb(123,98,170) instead hex code.

Text Font Color

.myTextColor { color: #7B62AA; }

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

This text font color is #7B62AA.

Background Color

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

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

This div background color is #7B62AA.

Border color

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

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

This div border color is #7B62AA.

Opacity

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

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

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

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

This text has shadow with #7B62AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B62AA.

Preview

Color preview on black background

This text has color #7B62AA on black background.


Color preview on white background

This text has color #7B62AA on white background.


Black color preview on #7B62AA background

This text has black color on #7B62AA background.


White color preview on #7B62AA background

This text has white color on #7B62AA background.


Related colors

Complementary color

Complementary color for #hex is #849D55.


I love getcolorcode.com

Triadic colors

1 #AA7B62 and #62AA7B with #7B62AA are triadic colors.

2 #AA627B and #627BAA with #7B62AA are triadic colors.