COLOR #7D3876

HEX: #7D3876
RGB: (125,56,118)

Color info

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

RGB color model

#7D3876 color RGB value is (125,56,118).

  • red value is 125;
  • green value is 56;
  • blue value is 118.
RGB:
(125,56,118)
(49%,22%,46%)

RGB channels and saturation

R 125 of 255 = 49%
G 56 of 255 = 22%
B 118 of 255 = 46%

125
56
118

R + G + B ~ 39%. #7D3876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 56 + 118 = 299 (100%)
R 125 of 299 ~ 41.81%
G 56 of 299 ~ 18.73%
B 118 of 299 ~ 39.46%

%41.81
%18.73
%39.46

CMYK color model

#7D3876 color CMYK value is (0,55,6,51).

  • cyan value is 0.00%
  • magenta value is 55.20%
  • yellow value is 5.60%
  • key color value is 50.98%
CMYK:
(0,55,6,51)
C0M55Y6K51 
(0%,55%,6%,51%)
(0.00/0.55/0.06/0.51)	

CMYK percentages

%0
%55.2
%5.6
%50.98

Codes

Color #7D3876 in popluar color models

7D3876
RGB12556118
HSL306°38.12%35.49%
HSB/HSV306°55.20%49.02%
CMYK0.00%55.20%5.60%
50.98%

Color #7D3876 in popluar number systems.

HEX7D3876
Decimal12556118
Binary11111011110001110110
Octal17570166

Shades and tints

Shades of #7D3876

#7D3876
(125,56,118)
#72336C
(114,51,108)
#672E62
(103,46,98)
#5C2958
(92,41,88)
#51244E
(81,36,78)
#461F44
(70,31,68)
#3B1A3A
(59,26,58)
#301530
(48,21,48)
#251026
(37,16,38)
#1A0B1C
(26,11,28)
#0F0612
(15,6,18)
#000000
(0,0,0)

Tints of #7D3876

#7D3876
(125,56,118)
#884A82
(136,74,130)
#935C8E
(147,92,142)
#9E6E9A
(158,110,154)
#A980A6
(169,128,166)
#B492B2
(180,146,178)
#BFA4BE
(191,164,190)
#CAB6CA
(202,182,202)
#D5C8D6
(213,200,214)
#E0DAE2
(224,218,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3876 color. Also use rgb(125,56,118) instead hex code.

Text Font Color

.myTextColor { color: #7D3876; }

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

This text font color is #7D3876.


Background Color

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

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

This div background color is #7D3876.


Border color

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

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

This div border color is #7D3876.


Opacity

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

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

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

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

This text has shadow with #7D3876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3876 on black background.


Color preview on white background

This text has color #7D3876 on white background.



Black color preview on #7D3876 background

This text has black color on #7D3876 background.


White color preview on #7D3876 background

This text has white color on #7D3876 background.