COLOR #7C7A9A

HEX: #7C7A9A RGB: (124,122,154)

Color info

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

RGB color model

#7C7A9A color RGB value is (124,122,154).

RGB: (124,122,154) (49%, 48%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 122 of 255 = 48%
B 154 of 255 = 60%

124
122
154

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

Portions of RGB colors in percentages

R + G + B = 124 + 122 + 154 = 400 (100%)
R 124 of 400 ~ 31%
G 122 of 400 ~ 30.5%
B 154 of 400 ~ 38.5'%

%31
%30.5
%38.5

CMYK color model

#7C7A9A color CMYK value is (19,21,0,40).

  • cyan value is 19.48%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (19,21,0,40)
C19M21Y0K40 (19%, 21%, 0%, 40%)
(0.19 / 0.21 / 0.00 / 0.40)

CMYK percentages

%19.48
%20.78
%0
%39.61

Codes

Color #7C7A9A in popluar color models

7C 7A 9A
RGB 124 122 154
HSL 244° 13.68% 54.12%
HSB/HSV 244° 20.78% 60.39%
CMYK 19.48% 20.78% 0.00%
39.61%

Color #7C7A9A in popluar number systems.

HEX 7C 7A 9A
Decimal 124 122 154
Binary 1111100 1111010 10011010
Octal 174 172 232

Shades and tints

Shades of #7C7A9A

#7C7A9A
(124,122,154)
#716F8C
(113,111,140)
#66647E
(102,100,126)
#5B5970
(91,89,112)
#504E62
(80,78,98)
#454354
(69,67,84)
#3A3846
(58,56,70)
#2F2D38
(47,45,56)
#24222A
(36,34,42)
#19171C
(25,23,28)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #7C7A9A

#7C7A9A
(124,122,154)
#8786A3
(135,134,163)
#9292AC
(146,146,172)
#9D9EB5
(157,158,181)
#A8AABE
(168,170,190)
#B3B6C7
(179,182,199)
#BEC2D0
(190,194,208)
#C9CED9
(201,206,217)
#D4DAE2
(212,218,226)
#DFE6EB
(223,230,235)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7A9A; }

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

This text font color is #7C7A9A.

Background Color

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

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

This div background color is #7C7A9A.

Border color

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

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

This div border color is #7C7A9A.

Opacity

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

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

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

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

This text has shadow with #7C7A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7A9A.

Preview

Color preview on black background

This text has color #7C7A9A on black background.


Color preview on white background

This text has color #7C7A9A on white background.


Black color preview on #7C7A9A background

This text has black color on #7C7A9A background.


White color preview on #7C7A9A background

This text has white color on #7C7A9A background.


Related colors

Complementary color

Complementary color for #hex is #838565.


I love getcolorcode.com

Triadic colors

1 #9A7C7A and #7A9A7C with #7C7A9A are triadic colors.

2 #9A7A7C and #7A7C9A with #7C7A9A are triadic colors.