COLOR #72556C

HEX: #72556C RGB: (114,85,108)

Color info

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

RGB color model

#72556C color RGB value is (114,85,108).

RGB: (114,85,108) (45%, 33%, 42%)

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 108 of 255 = 42%

114
85
108

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

Portions of RGB colors in percentages

R + G + B = 114 + 85 + 108 = 307 (100%)
R 114 of 307 ~ 37.13%
G 85 of 307 ~ 27.69%
B 108 of 307 ~ 35.18'%

%37.13
%27.69
%35.18

CMYK color model

#72556C color CMYK value is (0,25,5,55).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 5.26%
  • key color value is 55.29%

CMYK: (0,25,5,55)
C0M25Y5K55 (0%, 25%, 5%, 55%)
(0.00 / 0.25 / 0.05 / 0.55)

CMYK percentages

%0
%25.44
%5.26
%55.29

Codes

Color #72556C in popluar color models

72 55 6C
RGB 114 85 108
HSL 312° 14.57% 39.02%
HSB/HSV 312° 25.44% 44.71%
CMYK 0.00% 25.44% 5.26%
55.29%

Color #72556C in popluar number systems.

HEX 72 55 6C
Decimal 114 85 108
Binary 1110010 1010101 1101100
Octal 162 125 154

Shades and tints

Shades of #72556C

#72556C
(114,85,108)
#684E63
(104,78,99)
#5E475A
(94,71,90)
#544051
(84,64,81)
#4A3948
(74,57,72)
#40323F
(64,50,63)
#362B36
(54,43,54)
#2C242D
(44,36,45)
#221D24
(34,29,36)
#18161B
(24,22,27)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #72556C

#72556C
(114,85,108)
#7E6479
(126,100,121)
#8A7386
(138,115,134)
#968293
(150,130,147)
#A291A0
(162,145,160)
#AEA0AD
(174,160,173)
#BAAFBA
(186,175,186)
#C6BEC7
(198,190,199)
#D2CDD4
(210,205,212)
#DEDCE1
(222,220,225)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72556C color. Also use rgb(114,85,108) instead hex code.

Text Font Color

.myTextColor { color: #72556C; }

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

This text font color is #72556C.

Background Color

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

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

This div background color is #72556C.

Border color

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

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

This div border color is #72556C.

Opacity

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

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

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

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

This text has shadow with #72556C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72556C.

Preview

Color preview on black background

This text has color #72556C on black background.


Color preview on white background

This text has color #72556C on white background.


Black color preview on #72556C background

This text has black color on #72556C background.


White color preview on #72556C background

This text has white color on #72556C background.


Related colors

Complementary color

Complementary color for #hex is #8DAA93.


I love getcolorcode.com

Triadic colors

1 #6C7255 and #556C72 with #72556C are triadic colors.

2 #6C5572 and #55726C with #72556C are triadic colors.