COLOR #7C60AA

HEX: #7C60AA RGB: (124,96,170)

Color info

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

RGB color model

#7C60AA color RGB value is (124,96,170).

RGB: (124,96,170) (49%, 38%, 67%)

RGB channels and saturation

R 124 of 255 = 49%
G 96 of 255 = 38%
B 170 of 255 = 67%

124
96
170

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

Portions of RGB colors in percentages

R + G + B = 124 + 96 + 170 = 390 (100%)
R 124 of 390 ~ 31.79%
G 96 of 390 ~ 24.62%
B 170 of 390 ~ 43.59'%

%31.79
%24.62
%43.59

CMYK color model

#7C60AA color CMYK value is (27,44,0,33).

  • cyan value is 27.06%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (27,44,0,33)
C27M44Y0K33 (27%, 44%, 0%, 33%)
(0.27 / 0.44 / 0.00 / 0.33)

CMYK percentages

%27.06
%43.53
%0
%33.33

Codes

Color #7C60AA in popluar color models

7C 60 AA
RGB 124 96 170
HSL 263° 30.33% 52.16%
HSB/HSV 263° 43.53% 66.67%
CMYK 27.06% 43.53% 0.00%
33.33%

Color #7C60AA in popluar number systems.

HEX 7C 60 AA
Decimal 124 96 170
Binary 1111100 1100000 10101010
Octal 174 140 252

Shades and tints

Shades of #7C60AA

#7C60AA
(124,96,170)
#71589B
(113,88,155)
#66508C
(102,80,140)
#5B487D
(91,72,125)
#50406E
(80,64,110)
#45385F
(69,56,95)
#3A3050
(58,48,80)
#2F2841
(47,40,65)
#242032
(36,32,50)
#191823
(25,24,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #7C60AA

#7C60AA
(124,96,170)
#876EB1
(135,110,177)
#927CB8
(146,124,184)
#9D8ABF
(157,138,191)
#A898C6
(168,152,198)
#B3A6CD
(179,166,205)
#BEB4D4
(190,180,212)
#C9C2DB
(201,194,219)
#D4D0E2
(212,208,226)
#DFDEE9
(223,222,233)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C60AA color. Also use rgb(124,96,170) instead hex code.

Text Font Color

.myTextColor { color: #7C60AA; }

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

This text font color is #7C60AA.

Background Color

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

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

This div background color is #7C60AA.

Border color

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

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

This div border color is #7C60AA.

Opacity

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

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

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

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

This text has shadow with #7C60AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C60AA.

Preview

Color preview on black background

This text has color #7C60AA on black background.


Color preview on white background

This text has color #7C60AA on white background.


Black color preview on #7C60AA background

This text has black color on #7C60AA background.


White color preview on #7C60AA background

This text has white color on #7C60AA background.


Related colors

Complementary color

Complementary color for #hex is #839F55.


I love getcolorcode.com

Triadic colors

1 #AA7C60 and #60AA7C with #7C60AA are triadic colors.

2 #AA607C and #607CAA with #7C60AA are triadic colors.