COLOR #7C7098

HEX: #7C7098
RGB: (124,112,152)

Color info

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

RGB color model

#7C7098 color RGB value is (124,112,152).

  • red value is 124;
  • green value is 112;
  • blue value is 152.
RGB:
(124,112,152)
(49%,44%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 112 of 255 = 44%
B 152 of 255 = 60%

124
112
152

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

Portions of RGB colors in percentages

R + G + B =
124 + 112 + 152 = 388 (100%)
R 124 of 388 ~ 31.96%
G 112 of 388 ~ 28.87%
B 152 of 388 ~ 39.18%

%31.96
%28.87
%39.18

CMYK color model

#7C7098 color CMYK value is (18,26,0,40).

  • cyan value is 18.42%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(18,26,0,40)
C18M26Y0K40 
(18%,26%,0%,40%)
(0.18/0.26/0.00/0.40)	

CMYK percentages

%18.42
%26.32
%0
%40.39

Codes

Color #7C7098 in popluar color models

7C7098
RGB124112152
HSL258°16.26%51.76%
HSB/HSV258°26.32%59.61%
CMYK18.42%26.32%0.00%
40.39%

Color #7C7098 in popluar number systems.

HEX7C7098
Decimal124112152
Binary1111100111000010011000
Octal174160230

Shades and tints

Shades of #7C7098

#7C7098
(124,112,152)
#71668B
(113,102,139)
#665C7E
(102,92,126)
#5B5271
(91,82,113)
#504864
(80,72,100)
#453E57
(69,62,87)
#3A344A
(58,52,74)
#2F2A3D
(47,42,61)
#242030
(36,32,48)
#191623
(25,22,35)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #7C7098

#7C7098
(124,112,152)
#877DA1
(135,125,161)
#928AAA
(146,138,170)
#9D97B3
(157,151,179)
#A8A4BC
(168,164,188)
#B3B1C5
(179,177,197)
#BEBECE
(190,190,206)
#C9CBD7
(201,203,215)
#D4D8E0
(212,216,224)
#DFE5E9
(223,229,233)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7098 color. Also use rgb(124,112,152) instead hex code.

Text Font Color

.myTextColor { color: #7C7098; }

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

This text font color is #7C7098.


Background Color

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

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

This div background color is #7C7098.


Border color

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

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

This div border color is #7C7098.


Opacity

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

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

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

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

This text has shadow with #7C7098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7098 on black background.


Color preview on white background

This text has color #7C7098 on white background.



Black color preview on #7C7098 background

This text has black color on #7C7098 background.


White color preview on #7C7098 background

This text has white color on #7C7098 background.