COLOR #7E4C58

HEX: #7E4C58
RGB: (126,76,88)

Color info

#7E4C58 contains red, green and blue colors in about the same proportion. Web safe color of #7E4C58 is #663366 (or #636).

RGB color model

#7E4C58 color RGB value is (126,76,88).

  • red value is 126;
  • green value is 76;
  • blue value is 88.
RGB:
(126,76,88)
(49%,30%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 76 of 255 = 30%
B 88 of 255 = 35%

126
76
88

R + G + B ~ 38%. #7E4C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 76 + 88 = 290 (100%)
R 126 of 290 ~ 43.45%
G 76 of 290 ~ 26.21%
B 88 of 290 ~ 30.34%

%43.45
%26.21
%30.34

CMYK color model

#7E4C58 color CMYK value is (0,40,30,51).

  • cyan value is 0.00%
  • magenta value is 39.68%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,40,30,51)
C0M40Y30K51 
(0%,40%,30%,51%)
(0.00/0.40/0.30/0.51)	

CMYK percentages

%0
%39.68
%30.16
%50.59

Codes

Color #7E4C58 in popluar color models

7E4C58
RGB1267688
HSL346°24.75%39.61%
HSB/HSV346°39.68%49.41%
CMYK0.00%39.68%30.16%
50.59%

Color #7E4C58 in popluar number systems.

HEX7E4C58
Decimal1267688
Binary111111010011001011000
Octal176114130

Shades and tints

Shades of #7E4C58

#7E4C58
(126,76,88)
#734650
(115,70,80)
#684048
(104,64,72)
#5D3A40
(93,58,64)
#523438
(82,52,56)
#472E30
(71,46,48)
#3C2828
(60,40,40)
#312220
(49,34,32)
#261C18
(38,28,24)
#1B1610
(27,22,16)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #7E4C58

#7E4C58
(126,76,88)
#895C67
(137,92,103)
#946C76
(148,108,118)
#9F7C85
(159,124,133)
#AA8C94
(170,140,148)
#B59CA3
(181,156,163)
#C0ACB2
(192,172,178)
#CBBCC1
(203,188,193)
#D6CCD0
(214,204,208)
#E1DCDF
(225,220,223)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4C58 color. Also use rgb(126,76,88) instead hex code.

Text Font Color

.myTextColor { color: #7E4C58; }

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

This text font color is #7E4C58.


Background Color

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

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

This div background color is #7E4C58.


Border color

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

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

This div border color is #7E4C58.


Opacity

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

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

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

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

This text has shadow with #7E4C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4C58 on black background.


Color preview on white background

This text has color #7E4C58 on white background.



Black color preview on #7E4C58 background

This text has black color on #7E4C58 background.


White color preview on #7E4C58 background

This text has white color on #7E4C58 background.