COLOR #7C619A

HEX: #7C619A RGB: (124,97,154)

Color info

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

RGB color model

#7C619A color RGB value is (124,97,154).

RGB: (124,97,154) (49%, 38%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 97 of 255 = 38%
B 154 of 255 = 60%

124
97
154

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

Portions of RGB colors in percentages

R + G + B = 124 + 97 + 154 = 375 (100%)
R 124 of 375 ~ 33.07%
G 97 of 375 ~ 25.87%
B 154 of 375 ~ 41.07'%

%33.07
%25.87
%41.07

CMYK color model

#7C619A color CMYK value is (19,37,0,40).

  • cyan value is 19.48%
  • magenta value is 37.01%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (19,37,0,40) C19M37Y0K40 (19%,37%,0%,40%) (0.19/0.37/0.00/0.40) 

CMYK percentages

%19.48
%37.01
%0
%39.61

Codes

Color #7C619A in popluar color models

7C 61 9A
RGB 124 97 154
HSL 268° 22.71% 49.22%
HSB/HSV 268° 37.01% 60.39%
CMYK 19.48% 37.01% 0.00%
39.61%

Color #7C619A in popluar number systems.

HEX 7C 61 9A
Decimal 124 97 154
Binary 1111100 1100001 10011010
Octal 174 141 232

Shades and tints

Shades of #7C619A

#7C619A
(124,97,154)
#71598C
(113,89,140)
#66517E
(102,81,126)
#5B4970
(91,73,112)
#504162
(80,65,98)
#453954
(69,57,84)
#3A3146
(58,49,70)
#2F2938
(47,41,56)
#24212A
(36,33,42)
#19191C
(25,25,28)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #7C619A

#7C619A
(124,97,154)
#876FA3
(135,111,163)
#927DAC
(146,125,172)
#9D8BB5
(157,139,181)
#A899BE
(168,153,190)
#B3A7C7
(179,167,199)
#BEB5D0
(190,181,208)
#C9C3D9
(201,195,217)
#D4D1E2
(212,209,226)
#DFDFEB
(223,223,235)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C619A color. Also use rgb(124,97,154) instead hex code.

Text Font Color

.myTextColor { color: #7C619A; }

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

This text font color is #7C619A.

Background Color

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

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

This div background color is #7C619A.

Border color

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

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

This div border color is #7C619A.

Opacity

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

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

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

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

This text has shadow with #7C619A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C619A.

Preview

Color preview on black background

This text has color #7C619A on black background.


Color preview on white background

This text has color #7C619A on white background.


Black color preview on #7C619A background

This text has black color on #7C619A background.


White color preview on #7C619A background

This text has white color on #7C619A background.


Related colors

Complementary color

Complementary color for #hex is #839E65.


I love getcolorcode.com

Triadic colors

1 #9A7C61 and #619A7C with #7C619A are triadic colors.

2 #9A617C and #617C9A with #7C619A are triadic colors.