COLOR #72765D

HEX: #72765D
RGB: (114,118,93)

Color info

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

RGB color model

#72765D color RGB value is (114,118,93).

  • red value is 114;
  • green value is 118;
  • blue value is 93.
RGB:
(114,118,93)
(45%,46%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 93 of 255 = 36%

114
118
93

R + G + B ~ 42%. #72765D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 93 = 325 (100%)
R 114 of 325 ~ 35.08%
G 118 of 325 ~ 36.31%
B 93 of 325 ~ 28.62%

%35.08
%36.31
%28.62

CMYK color model

#72765D color CMYK value is (3,0,21,54).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 53.73%
CMYK:
(3,0,21,54)
C3M0Y21K54 
(3%,0%,21%,54%)
(0.03/0.00/0.21/0.54)	

CMYK percentages

%3.39
%0
%21.19
%53.73

Codes

Color #72765D in popluar color models

72765D
RGB11411893
HSL70°11.85%41.37%
HSB/HSV70°21.19%46.27%
CMYK3.39%0.00%21.19%
53.73%

Color #72765D in popluar number systems.

HEX72765D
Decimal11411893
Binary111001011101101011101
Octal162166135

Shades and tints

Shades of #72765D

#72765D
(114,118,93)
#686C55
(104,108,85)
#5E624D
(94,98,77)
#545845
(84,88,69)
#4A4E3D
(74,78,61)
#404435
(64,68,53)
#363A2D
(54,58,45)
#2C3025
(44,48,37)
#22261D
(34,38,29)
#181C15
(24,28,21)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #72765D

#72765D
(114,118,93)
#7E826B
(126,130,107)
#8A8E79
(138,142,121)
#969A87
(150,154,135)
#A2A695
(162,166,149)
#AEB2A3
(174,178,163)
#BABEB1
(186,190,177)
#C6CABF
(198,202,191)
#D2D6CD
(210,214,205)
#DEE2DB
(222,226,219)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72765D color. Also use rgb(114,118,93) instead hex code.

Text Font Color

.myTextColor { color: #72765D; }

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

This text font color is #72765D.


Background Color

.myBgColor { background-color: #72765D; }

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

This div background color is #72765D.


Border color

.myBorderColor { border: 1px solid #72765D; }

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

This div border color is #72765D.


Opacity

.myOpacity80 { color: #72765D; opacity: 0.8; }

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

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

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

This text has shadow with #72765D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72765D on black background.


Color preview on white background

This text has color #72765D on white background.



Black color preview on #72765D background

This text has black color on #72765D background.


White color preview on #72765D background

This text has white color on #72765D background.