COLOR #7C6091

HEX: #7C6091 RGB: (124,96,145)

Color info

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

RGB color model

#7C6091 color RGB value is (124,96,145).

RGB: (124,96,145) (49%, 38%, 57%)

RGB channels and saturation

R 124 of 255 = 49%
G 96 of 255 = 38%
B 145 of 255 = 57%

124
96
145

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

Portions of RGB colors in percentages

R + G + B = 124 + 96 + 145 = 365 (100%)
R 124 of 365 ~ 33.97%
G 96 of 365 ~ 26.3%
B 145 of 365 ~ 39.73'%

%33.97
%26.3
%39.73

CMYK color model

#7C6091 color CMYK value is (14,34,0,43).

  • cyan value is 14.48%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (14,34,0,43) C14M34Y0K43 (14%,34%,0%,43%) (0.14/0.34/0.00/0.43) 

CMYK percentages

%14.48
%33.79
%0
%43.14

Codes

Color #7C6091 in popluar color models

7C 60 91
RGB 124 96 145
HSL 274° 20.33% 47.25%
HSB/HSV 274° 33.79% 56.86%
CMYK 14.48% 33.79% 0.00%
43.14%

Color #7C6091 in popluar number systems.

HEX 7C 60 91
Decimal 124 96 145
Binary 1111100 1100000 10010001
Octal 174 140 221

Shades and tints

Shades of #7C6091

#7C6091
(124,96,145)
#715884
(113,88,132)
#665077
(102,80,119)
#5B486A
(91,72,106)
#50405D
(80,64,93)
#453850
(69,56,80)
#3A3043
(58,48,67)
#2F2836
(47,40,54)
#242029
(36,32,41)
#19181C
(25,24,28)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #7C6091

#7C6091
(124,96,145)
#876E9B
(135,110,155)
#927CA5
(146,124,165)
#9D8AAF
(157,138,175)
#A898B9
(168,152,185)
#B3A6C3
(179,166,195)
#BEB4CD
(190,180,205)
#C9C2D7
(201,194,215)
#D4D0E1
(212,208,225)
#DFDEEB
(223,222,235)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6091; }

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

This text font color is #7C6091.

Background Color

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

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

This div background color is #7C6091.

Border color

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

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

This div border color is #7C6091.

Opacity

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

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

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

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

This text has shadow with #7C6091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6091.

Preview

Color preview on black background

This text has color #7C6091 on black background.


Color preview on white background

This text has color #7C6091 on white background.


Black color preview on #7C6091 background

This text has black color on #7C6091 background.


White color preview on #7C6091 background

This text has white color on #7C6091 background.


Related colors

Complementary color

Complementary color for #hex is #839F6E.


I love getcolorcode.com

Triadic colors

1 #917C60 and #60917C with #7C6091 are triadic colors.

2 #91607C and #607C91 with #7C6091 are triadic colors.