COLOR #72760F

HEX: #72760F
RGB: (114,118,15)

Color info

#72760F contains mainly red and green colors. Web safe color of #72760F is #666600 (or #660).

RGB color model

#72760F color RGB value is (114,118,15).

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

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 15 of 255 = 6%

114
118
15

R + G + B ~ 32%. #72760F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 15 = 247 (100%)
R 114 of 247 ~ 46.15%
G 118 of 247 ~ 47.77%
B 15 of 247 ~ 6.07%

%46.15
%47.77

CMYK color model

#72760F color CMYK value is (3,0,87,54).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 87.29%
  • key color value is 53.73%
CMYK:
(3,0,87,54)
C3M0Y87K54 
(3%,0%,87%,54%)
(0.03/0.00/0.87/0.54)	

CMYK percentages

%3.39
%0
%87.29
%53.73

Codes

Color #72760F in popluar color models

72760F
RGB11411815
HSL62°77.44%26.08%
HSB/HSV62°87.29%46.27%
CMYK3.39%0.00%87.29%
53.73%

Color #72760F in popluar number systems.

HEX72760F
Decimal11411815
Binary111001011101101111
Octal16216617

Shades and tints

Shades of #72760F

#72760F
(114,118,15)
#686C0E
(104,108,14)
#5E620D
(94,98,13)
#54580C
(84,88,12)
#4A4E0B
(74,78,11)
#40440A
(64,68,10)
#363A09
(54,58,9)
#2C3008
(44,48,8)
#222607
(34,38,7)
#181C06
(24,28,6)
#0E1205
(14,18,5)
#000000
(0,0,0)

Tints of #72760F

#72760F
(114,118,15)
#7E8224
(126,130,36)
#8A8E39
(138,142,57)
#969A4E
(150,154,78)
#A2A663
(162,166,99)
#AEB278
(174,178,120)
#BABE8D
(186,190,141)
#C6CAA2
(198,202,162)
#D2D6B7
(210,214,183)
#DEE2CC
(222,226,204)
#EAEEE1
(234,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72760F color. Also use rgb(114,118,15) instead hex code.

Text Font Color

.myTextColor { color: #72760F; }

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

This text font color is #72760F.


Background Color

.myBgColor { background-color: #72760F; }

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

This div background color is #72760F.


Border color

.myBorderColor { border: 1px solid #72760F; }

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

This div border color is #72760F.


Opacity

.myOpacity80 { color: #72760F; opacity: 0.8; }

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

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

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

This text has shadow with #72760F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72760F on black background.


Color preview on white background

This text has color #72760F on white background.



Black color preview on #72760F background

This text has black color on #72760F background.


White color preview on #72760F background

This text has white color on #72760F background.