COLOR #7C6488

HEX: #7C6488
RGB: (124,100,136)

Color info

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

RGB color model

#7C6488 color RGB value is (124,100,136).

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

RGB channels and saturation

R 124 of 255 = 49%
G 100 of 255 = 39%
B 136 of 255 = 53%

124
100
136

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

Portions of RGB colors in percentages

R + G + B =
124 + 100 + 136 = 360 (100%)
R 124 of 360 ~ 34.44%
G 100 of 360 ~ 27.78%
B 136 of 360 ~ 37.78%

%34.44
%27.78
%37.78

CMYK color model

#7C6488 color CMYK value is (9,26,0,47).

  • cyan value is 8.82%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(9,26,0,47)
C9M26Y0K47 
(9%,26%,0%,47%)
(0.09/0.26/0.00/0.47)	

CMYK percentages

%8.82
%26.47
%0
%46.67

Codes

Color #7C6488 in popluar color models

7C6488
RGB124100136
HSL280°15.25%46.27%
HSB/HSV280°26.47%53.33%
CMYK8.82%26.47%0.00%
46.67%

Color #7C6488 in popluar number systems.

HEX7C6488
Decimal124100136
Binary1111100110010010001000
Octal174144210

Shades and tints

Shades of #7C6488

#7C6488
(124,100,136)
#715B7C
(113,91,124)
#665270
(102,82,112)
#5B4964
(91,73,100)
#504058
(80,64,88)
#45374C
(69,55,76)
#3A2E40
(58,46,64)
#2F2534
(47,37,52)
#241C28
(36,28,40)
#19131C
(25,19,28)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #7C6488

#7C6488
(124,100,136)
#877292
(135,114,146)
#92809C
(146,128,156)
#9D8EA6
(157,142,166)
#A89CB0
(168,156,176)
#B3AABA
(179,170,186)
#BEB8C4
(190,184,196)
#C9C6CE
(201,198,206)
#D4D4D8
(212,212,216)
#DFE2E2
(223,226,226)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6488; }

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

This text font color is #7C6488.


Background Color

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

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

This div background color is #7C6488.


Border color

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

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

This div border color is #7C6488.


Opacity

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

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

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

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

This text has shadow with #7C6488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6488 on black background.


Color preview on white background

This text has color #7C6488 on white background.



Black color preview on #7C6488 background

This text has black color on #7C6488 background.


White color preview on #7C6488 background

This text has white color on #7C6488 background.