COLOR #72555A

HEX: #72555A
RGB: (114,85,90)

Color info

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

RGB color model

#72555A color RGB value is (114,85,90).

  • red value is 114;
  • green value is 85;
  • blue value is 90.
RGB:
(114,85,90)
(45%,33%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 90 of 255 = 35%

114
85
90

R + G + B ~ 38%. #72555A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 85 + 90 = 289 (100%)
R 114 of 289 ~ 39.45%
G 85 of 289 ~ 29.41%
B 90 of 289 ~ 31.14%

%39.45
%29.41
%31.14

CMYK color model

#72555A color CMYK value is (0,25,21,55).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK:
(0,25,21,55)
C0M25Y21K55 
(0%,25%,21%,55%)
(0.00/0.25/0.21/0.55)	

CMYK percentages

%0
%25.44
%21.05
%55.29

Codes

Color #72555A in popluar color models

72555A
RGB1148590
HSL350°14.57%39.02%
HSB/HSV350°25.44%44.71%
CMYK0.00%25.44%21.05%
55.29%

Color #72555A in popluar number systems.

HEX72555A
Decimal1148590
Binary111001010101011011010
Octal162125132

Shades and tints

Shades of #72555A

#72555A
(114,85,90)
#684E52
(104,78,82)
#5E474A
(94,71,74)
#544042
(84,64,66)
#4A393A
(74,57,58)
#403232
(64,50,50)
#362B2A
(54,43,42)
#2C2422
(44,36,34)
#221D1A
(34,29,26)
#181612
(24,22,18)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #72555A

#72555A
(114,85,90)
#7E6469
(126,100,105)
#8A7378
(138,115,120)
#968287
(150,130,135)
#A29196
(162,145,150)
#AEA0A5
(174,160,165)
#BAAFB4
(186,175,180)
#C6BEC3
(198,190,195)
#D2CDD2
(210,205,210)
#DEDCE1
(222,220,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72555A color. Also use rgb(114,85,90) instead hex code.

Text Font Color

.myTextColor { color: #72555A; }

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

This text font color is #72555A.


Background Color

.myBgColor { background-color: #72555A; }

<div style="background-color:#72555A">Inner text</div>

This div background color is #72555A.


Border color

.myBorderColor { border: 1px solid #72555A; }

<div style="border:3px solid #72555A">Div</div>

This div border color is #72555A.


Opacity

.myOpacity80 { color: #72555A; opacity: 0.8; }

<p style="color:#72555A;opacity:0.8;">80%</p>

Text with #72555A 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 #72555A;}

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

This text has shadow with #72555A color.

.textShadow {text-shadow: 3px 3px 1px #72555A, 3px 3px 1px red;}

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

This text has shadow with #72555A primary color and red secondary color.


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

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

This text has shadow with #72555A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72555A on black background.


Color preview on white background

This text has color #72555A on white background.



Black color preview on #72555A background

This text has black color on #72555A background.


White color preview on #72555A background

This text has white color on #72555A background.