COLOR #7C5288

HEX: #7C5288
RGB: (124,82,136)

Color info

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

RGB color model

#7C5288 color RGB value is (124,82,136).

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

RGB channels and saturation

R 124 of 255 = 49%
G 82 of 255 = 32%
B 136 of 255 = 53%

124
82
136

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

Portions of RGB colors in percentages

R + G + B =
124 + 82 + 136 = 342 (100%)
R 124 of 342 ~ 36.26%
G 82 of 342 ~ 23.98%
B 136 of 342 ~ 39.77%

%36.26
%23.98
%39.77

CMYK color model

#7C5288 color CMYK value is (9,40,0,47).

  • cyan value is 8.82%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(9,40,0,47)
C9M40Y0K47 
(9%,40%,0%,47%)
(0.09/0.40/0.00/0.47)	

CMYK percentages

%8.82
%39.71
%0
%46.67

Codes

Color #7C5288 in popluar color models

7C5288
RGB12482136
HSL287°24.77%42.75%
HSB/HSV287°39.71%53.33%
CMYK8.82%39.71%0.00%
46.67%

Color #7C5288 in popluar number systems.

HEX7C5288
Decimal12482136
Binary1111100101001010001000
Octal174122210

Shades and tints

Shades of #7C5288

#7C5288
(124,82,136)
#714B7C
(113,75,124)
#664470
(102,68,112)
#5B3D64
(91,61,100)
#503658
(80,54,88)
#452F4C
(69,47,76)
#3A2840
(58,40,64)
#2F2134
(47,33,52)
#241A28
(36,26,40)
#19131C
(25,19,28)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #7C5288

#7C5288
(124,82,136)
#876192
(135,97,146)
#92709C
(146,112,156)
#9D7FA6
(157,127,166)
#A88EB0
(168,142,176)
#B39DBA
(179,157,186)
#BEACC4
(190,172,196)
#C9BBCE
(201,187,206)
#D4CAD8
(212,202,216)
#DFD9E2
(223,217,226)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5288; }

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

This text font color is #7C5288.


Background Color

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

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

This div background color is #7C5288.


Border color

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

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

This div border color is #7C5288.


Opacity

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

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

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

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

This text has shadow with #7C5288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5288 on black background.


Color preview on white background

This text has color #7C5288 on white background.



Black color preview on #7C5288 background

This text has black color on #7C5288 background.


White color preview on #7C5288 background

This text has white color on #7C5288 background.