COLOR #72587B

HEX: #72587B RGB: (114,88,123)

Color info

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

RGB color model

#72587B color RGB value is (114,88,123).

RGB: (114,88,123) (45%, 35%, 48%)

RGB channels and saturation

R 114 of 255 = 45%
G 88 of 255 = 35%
B 123 of 255 = 48%

114
88
123

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

Portions of RGB colors in percentages

R + G + B = 114 + 88 + 123 = 325 (100%)
R 114 of 325 ~ 35.08%
G 88 of 325 ~ 27.08%
B 123 of 325 ~ 37.85'%

%35.08
%27.08
%37.85

CMYK color model

#72587B color CMYK value is (7,28,0,52).

  • cyan value is 7.32%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (7,28,0,52)
C7M28Y0K52 (7%, 28%, 0%, 52%)
(0.07 / 0.28 / 0.00 / 0.52)

CMYK percentages

%7.32
%28.46
%0
%51.76

Codes

Color #72587B in popluar color models

72 58 7B
RGB 114 88 123
HSL 285° 16.59% 41.37%
HSB/HSV 285° 28.46% 48.24%
CMYK 7.32% 28.46% 0.00%
51.76%

Color #72587B in popluar number systems.

HEX 72 58 7B
Decimal 114 88 123
Binary 1110010 1011000 1111011
Octal 162 130 173

Shades and tints

Shades of #72587B

#72587B
(114,88,123)
#685070
(104,80,112)
#5E4865
(94,72,101)
#54405A
(84,64,90)
#4A384F
(74,56,79)
#403044
(64,48,68)
#362839
(54,40,57)
#2C202E
(44,32,46)
#221823
(34,24,35)
#181018
(24,16,24)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #72587B

#72587B
(114,88,123)
#7E6787
(126,103,135)
#8A7693
(138,118,147)
#96859F
(150,133,159)
#A294AB
(162,148,171)
#AEA3B7
(174,163,183)
#BAB2C3
(186,178,195)
#C6C1CF
(198,193,207)
#D2D0DB
(210,208,219)
#DEDFE7
(222,223,231)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72587B; }

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

This text font color is #72587B.

Background Color

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

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

This div background color is #72587B.

Border color

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

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

This div border color is #72587B.

Opacity

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

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

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

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

This text has shadow with #72587B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72587B.

Preview

Color preview on black background

This text has color #72587B on black background.


Color preview on white background

This text has color #72587B on white background.


Black color preview on #72587B background

This text has black color on #72587B background.


White color preview on #72587B background

This text has white color on #72587B background.


Related colors

Complementary color

Complementary color for #hex is #8DA784.


I love getcolorcode.com

Triadic colors

1 #7B7258 and #587B72 with #72587B are triadic colors.

2 #7B5872 and #58727B with #72587B are triadic colors.