COLOR #72597F

HEX: #72597F RGB: (114,89,127)

Color info

#72597F contains red, green and blue colors in about the same proportion. Web safe color of #72597F is #666666 (or #666).

RGB color model

#72597F color RGB value is (114,89,127).

RGB: (114,89,127) (45%, 35%, 50%)

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 127 of 255 = 50%

114
89
127

R + G + B ~ 43%. #72597F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 89 + 127 = 330 (100%)
R 114 of 330 ~ 34.55%
G 89 of 330 ~ 26.97%
B 127 of 330 ~ 38.48'%

%34.55
%26.97
%38.48

CMYK color model

#72597F color CMYK value is (10,30,0,50).

  • cyan value is 10.24%
  • magenta value is 29.92%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (10,30,0,50) C10M30Y0K50 (10%,30%,0%,50%) (0.10/0.30/0.00/0.50) 

CMYK percentages

%10.24
%29.92
%0
%50.2

Codes

Color #72597F in popluar color models

72 59 7F
RGB 114 89 127
HSL 279° 17.59% 42.35%
HSB/HSV 279° 29.92% 49.80%
CMYK 10.24% 29.92% 0.00%
50.20%

Color #72597F in popluar number systems.

HEX 72 59 7F
Decimal 114 89 127
Binary 1110010 1011001 1111111
Octal 162 131 177

Shades and tints

Shades of #72597F

#72597F
(114,89,127)
#685174
(104,81,116)
#5E4969
(94,73,105)
#54415E
(84,65,94)
#4A3953
(74,57,83)
#403148
(64,49,72)
#36293D
(54,41,61)
#2C2132
(44,33,50)
#221927
(34,25,39)
#18111C
(24,17,28)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #72597F

#72597F
(114,89,127)
#7E688A
(126,104,138)
#8A7795
(138,119,149)
#9686A0
(150,134,160)
#A295AB
(162,149,171)
#AEA4B6
(174,164,182)
#BAB3C1
(186,179,193)
#C6C2CC
(198,194,204)
#D2D1D7
(210,209,215)
#DEE0E2
(222,224,226)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72597F color. Also use rgb(114,89,127) instead hex code.

Text Font Color

.myTextColor { color: #72597F; }

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

This text font color is #72597F.

Background Color

.myBgColor { background-color: #72597F; }

<div style="background-color:#72597F">Inner text</div>

This div background color is #72597F.

Border color

.myBorderColor { border: 1px solid #72597F; }

<div style="border:3px solid #72597F">Div</div>

This div border color is #72597F.

Opacity

.myOpacity80 { color: #72597F; opacity: 0.8; }

<p style="color:#72597F;opacity:0.8;">80%</p>

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

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

This text has shadow with #72597F color.


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

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

This text has shadow with #72597F primary color and red secondary color.


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

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

This text has shadow with #72597F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72597F.

Preview

Color preview on black background

This text has color #72597F on black background.


Color preview on white background

This text has color #72597F on white background.


Black color preview on #72597F background

This text has black color on #72597F background.


White color preview on #72597F background

This text has white color on #72597F background.


Related colors

Complementary color

Complementary color for #hex is #8DA680.


I love getcolorcode.com

Triadic colors

1 #7F7259 and #597F72 with #72597F are triadic colors.

2 #7F5972 and #59727F with #72597F are triadic colors.