COLOR #7D375B

HEX: #7D375B RGB: (125,55,91)

Color info

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

RGB color model

#7D375B color RGB value is (125,55,91).

RGB: (125,55,91) (49%, 22%, 36%)

RGB channels and saturation

R 125 of 255 = 49%
G 55 of 255 = 22%
B 91 of 255 = 36%

125
55
91

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

Portions of RGB colors in percentages

R + G + B = 125 + 55 + 91 = 271 (100%)
R 125 of 271 ~ 46.13%
G 55 of 271 ~ 20.3%
B 91 of 271 ~ 33.58'%

%46.13
%20.3
%33.58

CMYK color model

#7D375B color CMYK value is (0,56,27,51).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 27.20%
  • key color value is 50.98%

CMYK: (0,56,27,51)
C0M56Y27K51 (0%, 56%, 27%, 51%)
(0.00 / 0.56 / 0.27 / 0.51)

CMYK percentages

%0
%56
%27.2
%50.98

Codes

Color #7D375B in popluar color models

7D 37 5B
RGB 125 55 91
HSL 329° 38.89% 35.29%
HSB/HSV 329° 56.00% 49.02%
CMYK 0.00% 56.00% 27.20%
50.98%

Color #7D375B in popluar number systems.

HEX 7D 37 5B
Decimal 125 55 91
Binary 1111101 110111 1011011
Octal 175 67 133

Shades and tints

Shades of #7D375B

#7D375B
(125,55,91)
#723253
(114,50,83)
#672D4B
(103,45,75)
#5C2843
(92,40,67)
#51233B
(81,35,59)
#461E33
(70,30,51)
#3B192B
(59,25,43)
#301423
(48,20,35)
#250F1B
(37,15,27)
#1A0A13
(26,10,19)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #7D375B

#7D375B
(125,55,91)
#884969
(136,73,105)
#935B77
(147,91,119)
#9E6D85
(158,109,133)
#A97F93
(169,127,147)
#B491A1
(180,145,161)
#BFA3AF
(191,163,175)
#CAB5BD
(202,181,189)
#D5C7CB
(213,199,203)
#E0D9D9
(224,217,217)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D375B color. Also use rgb(125,55,91) instead hex code.

Text Font Color

.myTextColor { color: #7D375B; }

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

This text font color is #7D375B.

Background Color

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

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

This div background color is #7D375B.

Border color

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

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

This div border color is #7D375B.

Opacity

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

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

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

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

This text has shadow with #7D375B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D375B.

Preview

Color preview on black background

This text has color #7D375B on black background.


Color preview on white background

This text has color #7D375B on white background.


Black color preview on #7D375B background

This text has black color on #7D375B background.


White color preview on #7D375B background

This text has white color on #7D375B background.


Related colors

Complementary color

Complementary color for #hex is #82C8A4.


I love getcolorcode.com

Triadic colors

1 #5B7D37 and #375B7D with #7D375B are triadic colors.

2 #5B377D and #377D5B with #7D375B are triadic colors.