COLOR #72763A

HEX: #72763A
RGB: (114,118,58)

Color info

#72763A contains mainly red and green colors. Web safe color of #72763A is #666633 (or #663).

RGB color model

#72763A color RGB value is (114,118,58).

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

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 58 of 255 = 23%

114
118
58

R + G + B ~ 38%. #72763A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 58 = 290 (100%)
R 114 of 290 ~ 39.31%
G 118 of 290 ~ 40.69%
B 58 of 290 ~ 20%

%39.31
%40.69
%20

CMYK color model

#72763A color CMYK value is (3,0,51,54).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(3,0,51,54)
C3M0Y51K54 
(3%,0%,51%,54%)
(0.03/0.00/0.51/0.54)	

CMYK percentages

%3.39
%0
%50.85
%53.73

Codes

Color #72763A in popluar color models

72763A
RGB11411858
HSL64°34.09%34.51%
HSB/HSV64°50.85%46.27%
CMYK3.39%0.00%50.85%
53.73%

Color #72763A in popluar number systems.

HEX72763A
Decimal11411858
Binary11100101110110111010
Octal16216672

Shades and tints

Shades of #72763A

#72763A
(114,118,58)
#686C35
(104,108,53)
#5E6230
(94,98,48)
#54582B
(84,88,43)
#4A4E26
(74,78,38)
#404421
(64,68,33)
#363A1C
(54,58,28)
#2C3017
(44,48,23)
#222612
(34,38,18)
#181C0D
(24,28,13)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #72763A

#72763A
(114,118,58)
#7E824B
(126,130,75)
#8A8E5C
(138,142,92)
#969A6D
(150,154,109)
#A2A67E
(162,166,126)
#AEB28F
(174,178,143)
#BABEA0
(186,190,160)
#C6CAB1
(198,202,177)
#D2D6C2
(210,214,194)
#DEE2D3
(222,226,211)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72763A color. Also use rgb(114,118,58) instead hex code.

Text Font Color

.myTextColor { color: #72763A; }

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

This text font color is #72763A.


Background Color

.myBgColor { background-color: #72763A; }

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

This div background color is #72763A.


Border color

.myBorderColor { border: 1px solid #72763A; }

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

This div border color is #72763A.


Opacity

.myOpacity80 { color: #72763A; opacity: 0.8; }

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

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

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

This text has shadow with #72763A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72763A on black background.


Color preview on white background

This text has color #72763A on white background.



Black color preview on #72763A background

This text has black color on #72763A background.


White color preview on #72763A background

This text has white color on #72763A background.