COLOR #725556

HEX: #725556
RGB: (114,85,86)

Color info

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

RGB color model

#725556 color RGB value is (114,85,86).

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

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 86 of 255 = 34%

114
85
86

R + G + B ~ 37%. #725556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 85 + 86 = 285 (100%)
R 114 of 285 ~ 40%
G 85 of 285 ~ 29.82%
B 86 of 285 ~ 30.18%

%40
%29.82
%30.18

CMYK color model

#725556 color CMYK value is (0,25,25,55).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 24.56%
  • key color value is 55.29%
CMYK:
(0,25,25,55)
C0M25Y25K55 
(0%,25%,25%,55%)
(0.00/0.25/0.25/0.55)	

CMYK percentages

%0
%25.44
%24.56
%55.29

Codes

Color #725556 in popluar color models

725556
RGB1148586
HSL358°14.57%39.02%
HSB/HSV358°25.44%44.71%
CMYK0.00%25.44%24.56%
55.29%

Color #725556 in popluar number systems.

HEX725556
Decimal1148586
Binary111001010101011010110
Octal162125126

Shades and tints

Shades of #725556

#725556
(114,85,86)
#684E4F
(104,78,79)
#5E4748
(94,71,72)
#544041
(84,64,65)
#4A393A
(74,57,58)
#403233
(64,50,51)
#362B2C
(54,43,44)
#2C2425
(44,36,37)
#221D1E
(34,29,30)
#181617
(24,22,23)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #725556

#725556
(114,85,86)
#7E6465
(126,100,101)
#8A7374
(138,115,116)
#968283
(150,130,131)
#A29192
(162,145,146)
#AEA0A1
(174,160,161)
#BAAFB0
(186,175,176)
#C6BEBF
(198,190,191)
#D2CDCE
(210,205,206)
#DEDCDD
(222,220,221)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725556; }

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

This text font color is #725556.


Background Color

.myBgColor { background-color: #725556; }

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

This div background color is #725556.


Border color

.myBorderColor { border: 1px solid #725556; }

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

This div border color is #725556.


Opacity

.myOpacity80 { color: #725556; opacity: 0.8; }

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

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

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

This text has shadow with #725556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725556 on black background.


Color preview on white background

This text has color #725556 on white background.



Black color preview on #725556 background

This text has black color on #725556 background.


White color preview on #725556 background

This text has white color on #725556 background.