COLOR #726375

HEX: #726375
RGB: (114,99,117)

Color info

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

RGB color model

#726375 color RGB value is (114,99,117).

  • red value is 114;
  • green value is 99;
  • blue value is 117.
RGB:
(114,99,117)
(45%,39%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 99 of 255 = 39%
B 117 of 255 = 46%

114
99
117

R + G + B ~ 43%. #726375 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 99 + 117 = 330 (100%)
R 114 of 330 ~ 34.55%
G 99 of 330 ~ 30%
B 117 of 330 ~ 35.45%

%34.55
%30
%35.45

CMYK color model

#726375 color CMYK value is (3,15,0,54).

  • cyan value is 2.56%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(3,15,0,54)
C3M15Y0K54 
(3%,15%,0%,54%)
(0.03/0.15/0.00/0.54)	

CMYK percentages

%2.56
%15.38
%0
%54.12

Codes

Color #726375 in popluar color models

726375
RGB11499117
HSL290°8.33%42.35%
HSB/HSV290°15.38%45.88%
CMYK2.56%15.38%0.00%
54.12%

Color #726375 in popluar number systems.

HEX726375
Decimal11499117
Binary111001011000111110101
Octal162143165

Shades and tints

Shades of #726375

#726375
(114,99,117)
#685A6B
(104,90,107)
#5E5161
(94,81,97)
#544857
(84,72,87)
#4A3F4D
(74,63,77)
#403643
(64,54,67)
#362D39
(54,45,57)
#2C242F
(44,36,47)
#221B25
(34,27,37)
#18121B
(24,18,27)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #726375

#726375
(114,99,117)
#7E7181
(126,113,129)
#8A7F8D
(138,127,141)
#968D99
(150,141,153)
#A29BA5
(162,155,165)
#AEA9B1
(174,169,177)
#BAB7BD
(186,183,189)
#C6C5C9
(198,197,201)
#D2D3D5
(210,211,213)
#DEE1E1
(222,225,225)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726375 color. Also use rgb(114,99,117) instead hex code.

Text Font Color

.myTextColor { color: #726375; }

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

This text font color is #726375.


Background Color

.myBgColor { background-color: #726375; }

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

This div background color is #726375.


Border color

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

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

This div border color is #726375.


Opacity

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

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

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

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

This text has shadow with #726375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726375 on black background.


Color preview on white background

This text has color #726375 on white background.



Black color preview on #726375 background

This text has black color on #726375 background.


White color preview on #726375 background

This text has white color on #726375 background.