COLOR #7D2F65

HEX: #7D2F65 RGB: (125,47,101)

Color info

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

RGB color model

#7D2F65 color RGB value is (125,47,101).

RGB: (125,47,101) (49%, 18%, 40%)

RGB channels and saturation

R 125 of 255 = 49%
G 47 of 255 = 18%
B 101 of 255 = 40%

125
47
101

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

Portions of RGB colors in percentages

R + G + B = 125 + 47 + 101 = 273 (100%)
R 125 of 273 ~ 45.79%
G 47 of 273 ~ 17.22%
B 101 of 273 ~ 37'%

%45.79
%17.22
%37

CMYK color model

#7D2F65 color CMYK value is (0,62,19,51).

  • cyan value is 0.00%
  • magenta value is 62.40%
  • yellow value is 19.20%
  • key color value is 50.98%

CMYK: (0,62,19,51)
C0M62Y19K51 (0%, 62%, 19%, 51%)
(0.00 / 0.62 / 0.19 / 0.51)

CMYK percentages

%0
%62.4
%19.2
%50.98

Codes

Color #7D2F65 in popluar color models

7D 2F 65
RGB 125 47 101
HSL 318° 45.35% 33.73%
HSB/HSV 318° 62.40% 49.02%
CMYK 0.00% 62.40% 19.20%
50.98%

Color #7D2F65 in popluar number systems.

HEX 7D 2F 65
Decimal 125 47 101
Binary 1111101 101111 1100101
Octal 175 57 145

Shades and tints

Shades of #7D2F65

#7D2F65
(125,47,101)
#722B5C
(114,43,92)
#672753
(103,39,83)
#5C234A
(92,35,74)
#511F41
(81,31,65)
#461B38
(70,27,56)
#3B172F
(59,23,47)
#301326
(48,19,38)
#250F1D
(37,15,29)
#1A0B14
(26,11,20)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #7D2F65

#7D2F65
(125,47,101)
#884173
(136,65,115)
#935381
(147,83,129)
#9E658F
(158,101,143)
#A9779D
(169,119,157)
#B489AB
(180,137,171)
#BF9BB9
(191,155,185)
#CAADC7
(202,173,199)
#D5BFD5
(213,191,213)
#E0D1E3
(224,209,227)
#EBE3F1
(235,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2F65 color. Also use rgb(125,47,101) instead hex code.

Text Font Color

.myTextColor { color: #7D2F65; }

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

This text font color is #7D2F65.

Background Color

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

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

This div background color is #7D2F65.

Border color

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

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

This div border color is #7D2F65.

Opacity

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

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

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

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

This text has shadow with #7D2F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D2F65.

Preview

Color preview on black background

This text has color #7D2F65 on black background.


Color preview on white background

This text has color #7D2F65 on white background.


Black color preview on #7D2F65 background

This text has black color on #7D2F65 background.


White color preview on #7D2F65 background

This text has white color on #7D2F65 background.


Related colors

Complementary color

Complementary color for #hex is #82D09A.


I love getcolorcode.com

Triadic colors

1 #657D2F and #2F657D with #7D2F65 are triadic colors.

2 #652F7D and #2F7D65 with #7D2F65 are triadic colors.