COLOR #7C6090

HEX: #7C6090 RGB: (124,96,144)

Color info

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

RGB color model

#7C6090 color RGB value is (124,96,144).

RGB: (124,96,144) (49%, 38%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 96 of 255 = 38%
B 144 of 255 = 56%

124
96
144

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

Portions of RGB colors in percentages

R + G + B = 124 + 96 + 144 = 364 (100%)
R 124 of 364 ~ 34.07%
G 96 of 364 ~ 26.37%
B 144 of 364 ~ 39.56'%

%34.07
%26.37
%39.56

CMYK color model

#7C6090 color CMYK value is (14,33,0,44).

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

CMYK: (14,33,0,44)
C14M33Y0K44 (14%, 33%, 0%, 44%)
(0.14 / 0.33 / 0.00 / 0.44)

CMYK percentages

%13.89
%33.33
%0
%43.53

Codes

Color #7C6090 in popluar color models

7C 60 90
RGB 124 96 144
HSL 275° 20.00% 47.06%
HSB/HSV 275° 33.33% 56.47%
CMYK 13.89% 33.33% 0.00%
43.53%

Color #7C6090 in popluar number systems.

HEX 7C 60 90
Decimal 124 96 144
Binary 1111100 1100000 10010000
Octal 174 140 220

Shades and tints

Shades of #7C6090

#7C6090
(124,96,144)
#715883
(113,88,131)
#665076
(102,80,118)
#5B4869
(91,72,105)
#50405C
(80,64,92)
#45384F
(69,56,79)
#3A3042
(58,48,66)
#2F2835
(47,40,53)
#242028
(36,32,40)
#19181B
(25,24,27)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #7C6090

#7C6090
(124,96,144)
#876E9A
(135,110,154)
#927CA4
(146,124,164)
#9D8AAE
(157,138,174)
#A898B8
(168,152,184)
#B3A6C2
(179,166,194)
#BEB4CC
(190,180,204)
#C9C2D6
(201,194,214)
#D4D0E0
(212,208,224)
#DFDEEA
(223,222,234)
#EAECF4
(234,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6090; }

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

This text font color is #7C6090.

Background Color

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

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

This div background color is #7C6090.

Border color

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

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

This div border color is #7C6090.

Opacity

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

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

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

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

This text has shadow with #7C6090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6090.

Preview

Color preview on black background

This text has color #7C6090 on black background.


Color preview on white background

This text has color #7C6090 on white background.


Black color preview on #7C6090 background

This text has black color on #7C6090 background.


White color preview on #7C6090 background

This text has white color on #7C6090 background.


Related colors

Complementary color

Complementary color for #hex is #839F6F.


I love getcolorcode.com

Triadic colors

1 #907C60 and #60907C with #7C6090 are triadic colors.

2 #90607C and #607C90 with #7C6090 are triadic colors.