COLOR #72587C

HEX: #72587C RGB: (114,88,124)

Color info

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

RGB color model

#72587C color RGB value is (114,88,124).

RGB: (114,88,124) (45%, 35%, 49%)

RGB channels and saturation

R 114 of 255 = 45%
G 88 of 255 = 35%
B 124 of 255 = 49%

114
88
124

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

Portions of RGB colors in percentages

R + G + B = 114 + 88 + 124 = 326 (100%)
R 114 of 326 ~ 34.97%
G 88 of 326 ~ 26.99%
B 124 of 326 ~ 38.04'%

%34.97
%26.99
%38.04

CMYK color model

#72587C color CMYK value is (8,29,0,51).

  • cyan value is 8.06%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (8,29,0,51)
C8M29Y0K51 (8%, 29%, 0%, 51%)
(0.08 / 0.29 / 0.00 / 0.51)

CMYK percentages

%8.06
%29.03
%0
%51.37

Codes

Color #72587C in popluar color models

72 58 7C
RGB 114 88 124
HSL 283° 16.98% 41.57%
HSB/HSV 283° 29.03% 48.63%
CMYK 8.06% 29.03% 0.00%
51.37%

Color #72587C in popluar number systems.

HEX 72 58 7C
Decimal 114 88 124
Binary 1110010 1011000 1111100
Octal 162 130 174

Shades and tints

Shades of #72587C

#72587C
(114,88,124)
#685071
(104,80,113)
#5E4866
(94,72,102)
#54405B
(84,64,91)
#4A3850
(74,56,80)
#403045
(64,48,69)
#36283A
(54,40,58)
#2C202F
(44,32,47)
#221824
(34,24,36)
#181019
(24,16,25)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #72587C

#72587C
(114,88,124)
#7E6787
(126,103,135)
#8A7692
(138,118,146)
#96859D
(150,133,157)
#A294A8
(162,148,168)
#AEA3B3
(174,163,179)
#BAB2BE
(186,178,190)
#C6C1C9
(198,193,201)
#D2D0D4
(210,208,212)
#DEDFDF
(222,223,223)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72587C color. Also use rgb(114,88,124) instead hex code.

Text Font Color

.myTextColor { color: #72587C; }

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

This text font color is #72587C.

Background Color

.myBgColor { background-color: #72587C; }

<div style="background-color:#72587C">Inner text</div>

This div background color is #72587C.

Border color

.myBorderColor { border: 1px solid #72587C; }

<div style="border:3px solid #72587C">Div</div>

This div border color is #72587C.

Opacity

.myOpacity80 { color: #72587C; opacity: 0.8; }

<p style="color:#72587C;opacity:0.8;">80%</p>

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

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

This text has shadow with #72587C color.


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

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

This text has shadow with #72587C primary color and red secondary color.


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

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

This text has shadow with #72587C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72587C.

Preview

Color preview on black background

This text has color #72587C on black background.


Color preview on white background

This text has color #72587C on white background.


Black color preview on #72587C background

This text has black color on #72587C background.


White color preview on #72587C background

This text has white color on #72587C background.


Related colors

Complementary color

Complementary color for #72587C is #8DA783.


I love getcolorcode.com

Triadic colors

1 #7C7258 and #587C72 with #72587C are triadic colors.

2 #7C5872 and #58727C with #72587C are triadic colors.