COLOR #7D416B

HEX: #7D416B
RGB: (125,65,107)

Color info

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

RGB color model

#7D416B color RGB value is (125,65,107).

  • red value is 125;
  • green value is 65;
  • blue value is 107.
RGB:
(125,65,107)
(49%,25%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 65 of 255 = 25%
B 107 of 255 = 42%

125
65
107

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

Portions of RGB colors in percentages

R + G + B =
125 + 65 + 107 = 297 (100%)
R 125 of 297 ~ 42.09%
G 65 of 297 ~ 21.89%
B 107 of 297 ~ 36.03%

%42.09
%21.89
%36.03

CMYK color model

#7D416B color CMYK value is (0,48,14,51).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 14.40%
  • key color value is 50.98%
CMYK:
(0,48,14,51)
C0M48Y14K51 
(0%,48%,14%,51%)
(0.00/0.48/0.14/0.51)	

CMYK percentages

%0
%48
%14.4
%50.98

Codes

Color #7D416B in popluar color models

7D416B
RGB12565107
HSL318°31.58%37.25%
HSB/HSV318°48.00%49.02%
CMYK0.00%48.00%14.40%
50.98%

Color #7D416B in popluar number systems.

HEX7D416B
Decimal12565107
Binary111110110000011101011
Octal175101153

Shades and tints

Shades of #7D416B

#7D416B
(125,65,107)
#723C62
(114,60,98)
#673759
(103,55,89)
#5C3250
(92,50,80)
#512D47
(81,45,71)
#46283E
(70,40,62)
#3B2335
(59,35,53)
#301E2C
(48,30,44)
#251923
(37,25,35)
#1A141A
(26,20,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7D416B

#7D416B
(125,65,107)
#885278
(136,82,120)
#936385
(147,99,133)
#9E7492
(158,116,146)
#A9859F
(169,133,159)
#B496AC
(180,150,172)
#BFA7B9
(191,167,185)
#CAB8C6
(202,184,198)
#D5C9D3
(213,201,211)
#E0DAE0
(224,218,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D416B color. Also use rgb(125,65,107) instead hex code.

Text Font Color

.myTextColor { color: #7D416B; }

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

This text font color is #7D416B.


Background Color

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

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

This div background color is #7D416B.


Border color

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

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

This div border color is #7D416B.


Opacity

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

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

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

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

This text has shadow with #7D416B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D416B on black background.


Color preview on white background

This text has color #7D416B on white background.



Black color preview on #7D416B background

This text has black color on #7D416B background.


White color preview on #7D416B background

This text has white color on #7D416B background.