COLOR #725566

HEX: #725566
RGB: (114,85,102)

Color info

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

RGB color model

#725566 color RGB value is (114,85,102).

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

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 102 of 255 = 40%

114
85
102

R + G + B ~ 39%. #725566 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 85 + 102 = 301 (100%)
R 114 of 301 ~ 37.87%
G 85 of 301 ~ 28.24%
B 102 of 301 ~ 33.89%

%37.87
%28.24
%33.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(0,25,11,55)
C0M25Y11K55 
(0%,25%,11%,55%)
(0.00/0.25/0.11/0.55)	

CMYK percentages

%0
%25.44
%10.53
%55.29

Codes

Color #725566 in popluar color models

725566
RGB11485102
HSL325°14.57%39.02%
HSB/HSV325°25.44%44.71%
CMYK0.00%25.44%10.53%
55.29%

Color #725566 in popluar number systems.

HEX725566
Decimal11485102
Binary111001010101011100110
Octal162125146

Shades and tints

Shades of #725566

#725566
(114,85,102)
#684E5D
(104,78,93)
#5E4754
(94,71,84)
#54404B
(84,64,75)
#4A3942
(74,57,66)
#403239
(64,50,57)
#362B30
(54,43,48)
#2C2427
(44,36,39)
#221D1E
(34,29,30)
#181615
(24,22,21)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #725566

#725566
(114,85,102)
#7E6473
(126,100,115)
#8A7380
(138,115,128)
#96828D
(150,130,141)
#A2919A
(162,145,154)
#AEA0A7
(174,160,167)
#BAAFB4
(186,175,180)
#C6BEC1
(198,190,193)
#D2CDCE
(210,205,206)
#DEDCDB
(222,220,219)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725566; }

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

This text font color is #725566.


Background Color

.myBgColor { background-color: #725566; }

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

This div background color is #725566.


Border color

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

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

This div border color is #725566.


Opacity

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

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

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

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

This text has shadow with #725566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725566 on black background.


Color preview on white background

This text has color #725566 on white background.



Black color preview on #725566 background

This text has black color on #725566 background.


White color preview on #725566 background

This text has white color on #725566 background.