COLOR #73786D

HEX: #73786D
RGB: (115,120,109)

Color info

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

RGB color model

#73786D color RGB value is (115,120,109).

  • red value is 115;
  • green value is 120;
  • blue value is 109.
RGB:
(115,120,109)
(45%,47%,43%)

RGB channels and saturation

R 115 of 255 = 45%
G 120 of 255 = 47%
B 109 of 255 = 43%

115
120
109

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

Portions of RGB colors in percentages

R + G + B =
115 + 120 + 109 = 344 (100%)
R 115 of 344 ~ 33.43%
G 120 of 344 ~ 34.88%
B 109 of 344 ~ 31.69%

%33.43
%34.88
%31.69

CMYK color model

#73786D color CMYK value is (4,0,9,53).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK:
(4,0,9,53)
C4M0Y9K53 
(4%,0%,9%,53%)
(0.04/0.00/0.09/0.53)	

CMYK percentages

%4.17
%0
%9.17
%52.94

Codes

Color #73786D in popluar color models

73786D
RGB115120109
HSL87°4.80%44.90%
HSB/HSV87°9.17%47.06%
CMYK4.17%0.00%9.17%
52.94%

Color #73786D in popluar number systems.

HEX73786D
Decimal115120109
Binary111001111110001101101
Octal163170155

Shades and tints

Shades of #73786D

#73786D
(115,120,109)
#696E64
(105,110,100)
#5F645B
(95,100,91)
#555A52
(85,90,82)
#4B5049
(75,80,73)
#414640
(65,70,64)
#373C37
(55,60,55)
#2D322E
(45,50,46)
#232825
(35,40,37)
#191E1C
(25,30,28)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #73786D

#73786D
(115,120,109)
#7F847A
(127,132,122)
#8B9087
(139,144,135)
#979C94
(151,156,148)
#A3A8A1
(163,168,161)
#AFB4AE
(175,180,174)
#BBC0BB
(187,192,187)
#C7CCC8
(199,204,200)
#D3D8D5
(211,216,213)
#DFE4E2
(223,228,226)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73786D color. Also use rgb(115,120,109) instead hex code.

Text Font Color

.myTextColor { color: #73786D; }

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

This text font color is #73786D.


Background Color

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

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

This div background color is #73786D.


Border color

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

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

This div border color is #73786D.


Opacity

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

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

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

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

This text has shadow with #73786D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73786D on black background.


Color preview on white background

This text has color #73786D on white background.



Black color preview on #73786D background

This text has black color on #73786D background.


White color preview on #73786D background

This text has white color on #73786D background.