COLOR #7C648A

HEX: #7C648A
RGB: (124,100,138)

Color info

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

RGB color model

#7C648A color RGB value is (124,100,138).

  • red value is 124;
  • green value is 100;
  • blue value is 138.
RGB:
(124,100,138)
(49%,39%,54%)

RGB channels and saturation

R 124 of 255 = 49%
G 100 of 255 = 39%
B 138 of 255 = 54%

124
100
138

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

Portions of RGB colors in percentages

R + G + B =
124 + 100 + 138 = 362 (100%)
R 124 of 362 ~ 34.25%
G 100 of 362 ~ 27.62%
B 138 of 362 ~ 38.12%

%34.25
%27.62
%38.12

CMYK color model

#7C648A color CMYK value is (10,28,0,46).

  • cyan value is 10.14%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(10,28,0,46)
C10M28Y0K46 
(10%,28%,0%,46%)
(0.10/0.28/0.00/0.46)	

CMYK percentages

%10.14
%27.54
%0
%45.88

Codes

Color #7C648A in popluar color models

7C648A
RGB124100138
HSL278°15.97%46.67%
HSB/HSV278°27.54%54.12%
CMYK10.14%27.54%0.00%
45.88%

Color #7C648A in popluar number systems.

HEX7C648A
Decimal124100138
Binary1111100110010010001010
Octal174144212

Shades and tints

Shades of #7C648A

#7C648A
(124,100,138)
#715B7E
(113,91,126)
#665272
(102,82,114)
#5B4966
(91,73,102)
#50405A
(80,64,90)
#45374E
(69,55,78)
#3A2E42
(58,46,66)
#2F2536
(47,37,54)
#241C2A
(36,28,42)
#19131E
(25,19,30)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #7C648A

#7C648A
(124,100,138)
#877294
(135,114,148)
#92809E
(146,128,158)
#9D8EA8
(157,142,168)
#A89CB2
(168,156,178)
#B3AABC
(179,170,188)
#BEB8C6
(190,184,198)
#C9C6D0
(201,198,208)
#D4D4DA
(212,212,218)
#DFE2E4
(223,226,228)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C648A color. Also use rgb(124,100,138) instead hex code.

Text Font Color

.myTextColor { color: #7C648A; }

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

This text font color is #7C648A.


Background Color

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

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

This div background color is #7C648A.


Border color

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

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

This div border color is #7C648A.


Opacity

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

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

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

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

This text has shadow with #7C648A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C648A on black background.


Color preview on white background

This text has color #7C648A on white background.



Black color preview on #7C648A background

This text has black color on #7C648A background.


White color preview on #7C648A background

This text has white color on #7C648A background.