COLOR #72576F

HEX: #72576F
RGB: (114,87,111)

Color info

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

RGB color model

#72576F color RGB value is (114,87,111).

  • red value is 114;
  • green value is 87;
  • blue value is 111.
RGB:
(114,87,111)
(45%,34%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 87 of 255 = 34%
B 111 of 255 = 44%

114
87
111

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

Portions of RGB colors in percentages

R + G + B =
114 + 87 + 111 = 312 (100%)
R 114 of 312 ~ 36.54%
G 87 of 312 ~ 27.88%
B 111 of 312 ~ 35.58%

%36.54
%27.88
%35.58

CMYK color model

#72576F color CMYK value is (0,24,3,55).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(0,24,3,55)
C0M24Y3K55 
(0%,24%,3%,55%)
(0.00/0.24/0.03/0.55)	

CMYK percentages

%0
%23.68
%2.63
%55.29

Codes

Color #72576F in popluar color models

72576F
RGB11487111
HSL307°13.43%39.41%
HSB/HSV307°23.68%44.71%
CMYK0.00%23.68%2.63%
55.29%

Color #72576F in popluar number systems.

HEX72576F
Decimal11487111
Binary111001010101111101111
Octal162127157

Shades and tints

Shades of #72576F

#72576F
(114,87,111)
#685065
(104,80,101)
#5E495B
(94,73,91)
#544251
(84,66,81)
#4A3B47
(74,59,71)
#40343D
(64,52,61)
#362D33
(54,45,51)
#2C2629
(44,38,41)
#221F1F
(34,31,31)
#181815
(24,24,21)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #72576F

#72576F
(114,87,111)
#7E667C
(126,102,124)
#8A7589
(138,117,137)
#968496
(150,132,150)
#A293A3
(162,147,163)
#AEA2B0
(174,162,176)
#BAB1BD
(186,177,189)
#C6C0CA
(198,192,202)
#D2CFD7
(210,207,215)
#DEDEE4
(222,222,228)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72576F color. Also use rgb(114,87,111) instead hex code.

Text Font Color

.myTextColor { color: #72576F; }

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

This text font color is #72576F.


Background Color

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

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

This div background color is #72576F.


Border color

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

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

This div border color is #72576F.


Opacity

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

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

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

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

This text has shadow with #72576F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72576F on black background.


Color preview on white background

This text has color #72576F on white background.



Black color preview on #72576F background

This text has black color on #72576F background.


White color preview on #72576F background

This text has white color on #72576F background.