COLOR #7C608E

HEX: #7C608E
RGB: (124,96,142)

Color info

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

RGB color model

#7C608E color RGB value is (124,96,142).

  • red value is 124;
  • green value is 96;
  • blue value is 142.
RGB:
(124,96,142)
(49%,38%,56%)

RGB channels and saturation

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

124
96
142

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

Portions of RGB colors in percentages

R + G + B =
124 + 96 + 142 = 362 (100%)
R 124 of 362 ~ 34.25%
G 96 of 362 ~ 26.52%
B 142 of 362 ~ 39.23%

%34.25
%26.52
%39.23

CMYK color model

#7C608E color CMYK value is (13,32,0,44).

  • cyan value is 12.68%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(13,32,0,44)
C13M32Y0K44 
(13%,32%,0%,44%)
(0.13/0.32/0.00/0.44)	

CMYK percentages

%12.68
%32.39
%0
%44.31

Codes

Color #7C608E in popluar color models

7C608E
RGB12496142
HSL277°19.33%46.67%
HSB/HSV277°32.39%55.69%
CMYK12.68%32.39%0.00%
44.31%

Color #7C608E in popluar number systems.

HEX7C608E
Decimal12496142
Binary1111100110000010001110
Octal174140216

Shades and tints

Shades of #7C608E

#7C608E
(124,96,142)
#715882
(113,88,130)
#665076
(102,80,118)
#5B486A
(91,72,106)
#50405E
(80,64,94)
#453852
(69,56,82)
#3A3046
(58,48,70)
#2F283A
(47,40,58)
#24202E
(36,32,46)
#191822
(25,24,34)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #7C608E

#7C608E
(124,96,142)
#876E98
(135,110,152)
#927CA2
(146,124,162)
#9D8AAC
(157,138,172)
#A898B6
(168,152,182)
#B3A6C0
(179,166,192)
#BEB4CA
(190,180,202)
#C9C2D4
(201,194,212)
#D4D0DE
(212,208,222)
#DFDEE8
(223,222,232)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C608E; }

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

This text font color is #7C608E.


Background Color

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

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

This div background color is #7C608E.


Border color

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

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

This div border color is #7C608E.


Opacity

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

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

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

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

This text has shadow with #7C608E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C608E on black background.


Color preview on white background

This text has color #7C608E on white background.



Black color preview on #7C608E background

This text has black color on #7C608E background.


White color preview on #7C608E background

This text has white color on #7C608E background.