COLOR #7D456E

HEX: #7D456E
RGB: (125,69,110)

Color info

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

RGB color model

#7D456E color RGB value is (125,69,110).

  • red value is 125;
  • green value is 69;
  • blue value is 110.
RGB:
(125,69,110)
(49%,27%,43%)

RGB channels and saturation

R 125 of 255 = 49%
G 69 of 255 = 27%
B 110 of 255 = 43%

125
69
110

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

Portions of RGB colors in percentages

R + G + B =
125 + 69 + 110 = 304 (100%)
R 125 of 304 ~ 41.12%
G 69 of 304 ~ 22.7%
B 110 of 304 ~ 36.18%

%41.12
%22.7
%36.18

CMYK color model

#7D456E color CMYK value is (0,45,12,51).

  • cyan value is 0.00%
  • magenta value is 44.80%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(0,45,12,51)
C0M45Y12K51 
(0%,45%,12%,51%)
(0.00/0.45/0.12/0.51)	

CMYK percentages

%0
%44.8
%12
%50.98

Codes

Color #7D456E in popluar color models

7D456E
RGB12569110
HSL316°28.87%38.04%
HSB/HSV316°44.80%49.02%
CMYK0.00%44.80%12.00%
50.98%

Color #7D456E in popluar number systems.

HEX7D456E
Decimal12569110
Binary111110110001011101110
Octal175105156

Shades and tints

Shades of #7D456E

#7D456E
(125,69,110)
#723F64
(114,63,100)
#67395A
(103,57,90)
#5C3350
(92,51,80)
#512D46
(81,45,70)
#46273C
(70,39,60)
#3B2132
(59,33,50)
#301B28
(48,27,40)
#25151E
(37,21,30)
#1A0F14
(26,15,20)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #7D456E

#7D456E
(125,69,110)
#88557B
(136,85,123)
#936588
(147,101,136)
#9E7595
(158,117,149)
#A985A2
(169,133,162)
#B495AF
(180,149,175)
#BFA5BC
(191,165,188)
#CAB5C9
(202,181,201)
#D5C5D6
(213,197,214)
#E0D5E3
(224,213,227)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D456E color. Also use rgb(125,69,110) instead hex code.

Text Font Color

.myTextColor { color: #7D456E; }

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

This text font color is #7D456E.


Background Color

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

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

This div background color is #7D456E.


Border color

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

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

This div border color is #7D456E.


Opacity

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

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

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

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

This text has shadow with #7D456E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D456E on black background.


Color preview on white background

This text has color #7D456E on white background.



Black color preview on #7D456E background

This text has black color on #7D456E background.


White color preview on #7D456E background

This text has white color on #7D456E background.