COLOR #7D256E

HEX: #7D256E
RGB: (125,37,110)

Color info

#7D256E contains mainly red and blue colors. Web safe color of #7D256E is #663366 (or #636).

RGB color model

#7D256E color RGB value is (125,37,110).

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

RGB channels and saturation

R 125 of 255 = 49%
G 37 of 255 = 15%
B 110 of 255 = 43%

125
37
110

R + G + B ~ 36%. #7D256E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 37 + 110 = 272 (100%)
R 125 of 272 ~ 45.96%
G 37 of 272 ~ 13.6%
B 110 of 272 ~ 40.44%

%45.96
%13.6
%40.44

CMYK color model

#7D256E color CMYK value is (0,70,12,51).

  • cyan value is 0.00%
  • magenta value is 70.40%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(0,70,12,51)
C0M70Y12K51 
(0%,70%,12%,51%)
(0.00/0.70/0.12/0.51)	

CMYK percentages

%0
%70.4
%12
%50.98

Codes

Color #7D256E in popluar color models

7D256E
RGB12537110
HSL310°54.32%31.76%
HSB/HSV310°70.40%49.02%
CMYK0.00%70.40%12.00%
50.98%

Color #7D256E in popluar number systems.

HEX7D256E
Decimal12537110
Binary11111011001011101110
Octal17545156

Shades and tints

Shades of #7D256E

#7D256E
(125,37,110)
#722264
(114,34,100)
#671F5A
(103,31,90)
#5C1C50
(92,28,80)
#511946
(81,25,70)
#46163C
(70,22,60)
#3B1332
(59,19,50)
#301028
(48,16,40)
#250D1E
(37,13,30)
#1A0A14
(26,10,20)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #7D256E

#7D256E
(125,37,110)
#88387B
(136,56,123)
#934B88
(147,75,136)
#9E5E95
(158,94,149)
#A971A2
(169,113,162)
#B484AF
(180,132,175)
#BF97BC
(191,151,188)
#CAAAC9
(202,170,201)
#D5BDD6
(213,189,214)
#E0D0E3
(224,208,227)
#EBE3F0
(235,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D256E; }

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

This text font color is #7D256E.


Background Color

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

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

This div background color is #7D256E.


Border color

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

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

This div border color is #7D256E.


Opacity

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

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

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

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

This text has shadow with #7D256E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D256E on black background.


Color preview on white background

This text has color #7D256E on white background.



Black color preview on #7D256E background

This text has black color on #7D256E background.


White color preview on #7D256E background

This text has white color on #7D256E background.