COLOR #725F6A

HEX: #725F6A
RGB: (114,95,106)

Color info

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

RGB color model

#725F6A color RGB value is (114,95,106).

  • red value is 114;
  • green value is 95;
  • blue value is 106.
RGB:
(114,95,106)
(45%,37%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 106 of 255 = 42%

114
95
106

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

Portions of RGB colors in percentages

R + G + B =
114 + 95 + 106 = 315 (100%)
R 114 of 315 ~ 36.19%
G 95 of 315 ~ 30.16%
B 106 of 315 ~ 33.65%

%36.19
%30.16
%33.65

CMYK color model

#725F6A color CMYK value is (0,17,7,55).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK:
(0,17,7,55)
C0M17Y7K55 
(0%,17%,7%,55%)
(0.00/0.17/0.07/0.55)	

CMYK percentages

%0
%16.67
%7.02
%55.29

Codes

Color #725F6A in popluar color models

725F6A
RGB11495106
HSL325°9.09%40.98%
HSB/HSV325°16.67%44.71%
CMYK0.00%16.67%7.02%
55.29%

Color #725F6A in popluar number systems.

HEX725F6A
Decimal11495106
Binary111001010111111101010
Octal162137152

Shades and tints

Shades of #725F6A

#725F6A
(114,95,106)
#685761
(104,87,97)
#5E4F58
(94,79,88)
#54474F
(84,71,79)
#4A3F46
(74,63,70)
#40373D
(64,55,61)
#362F34
(54,47,52)
#2C272B
(44,39,43)
#221F22
(34,31,34)
#181719
(24,23,25)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #725F6A

#725F6A
(114,95,106)
#7E6D77
(126,109,119)
#8A7B84
(138,123,132)
#968991
(150,137,145)
#A2979E
(162,151,158)
#AEA5AB
(174,165,171)
#BAB3B8
(186,179,184)
#C6C1C5
(198,193,197)
#D2CFD2
(210,207,210)
#DEDDDF
(222,221,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725F6A color. Also use rgb(114,95,106) instead hex code.

Text Font Color

.myTextColor { color: #725F6A; }

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

This text font color is #725F6A.


Background Color

.myBgColor { background-color: #725F6A; }

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

This div background color is #725F6A.


Border color

.myBorderColor { border: 1px solid #725F6A; }

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

This div border color is #725F6A.


Opacity

.myOpacity80 { color: #725F6A; opacity: 0.8; }

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

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

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

This text has shadow with #725F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725F6A on black background.


Color preview on white background

This text has color #725F6A on white background.



Black color preview on #725F6A background

This text has black color on #725F6A background.


White color preview on #725F6A background

This text has white color on #725F6A background.