COLOR #73745C

HEX: #73745C RGB: (115,116,92)

Color info

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

RGB color model

#73745C color RGB value is (115,116,92).

RGB: (115,116,92) (45%, 45%, 36%)

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 92 of 255 = 36%

115
116
92

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

Portions of RGB colors in percentages

R + G + B = 115 + 116 + 92 = 323 (100%)
R 115 of 323 ~ 35.6%
G 116 of 323 ~ 35.91%
B 92 of 323 ~ 28.48'%

%35.6
%35.91
%28.48

CMYK color model

#73745C color CMYK value is (1,0,21,55).

  • cyan value is 0.86%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK: (1,0,21,55) C1M0Y21K55 (1%,0%,21%,55%) (0.01/0.00/0.21/0.55) 

CMYK percentages

%0.86
%0
%20.69
%54.51

Codes

Color #73745C in popluar color models

73 74 5C
RGB 115 116 92
HSL 63° 11.54% 40.78%
HSB/HSV 63° 20.69% 45.49%
CMYK 0.86% 0.00% 20.69%
54.51%

Color #73745C in popluar number systems.

HEX 73 74 5C
Decimal 115 116 92
Binary 1110011 1110100 1011100
Octal 163 164 134

Shades and tints

Shades of #73745C

#73745C
(115,116,92)
#696A54
(105,106,84)
#5F604C
(95,96,76)
#555644
(85,86,68)
#4B4C3C
(75,76,60)
#414234
(65,66,52)
#37382C
(55,56,44)
#2D2E24
(45,46,36)
#23241C
(35,36,28)
#191A14
(25,26,20)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #73745C

#73745C
(115,116,92)
#7F806A
(127,128,106)
#8B8C78
(139,140,120)
#979886
(151,152,134)
#A3A494
(163,164,148)
#AFB0A2
(175,176,162)
#BBBCB0
(187,188,176)
#C7C8BE
(199,200,190)
#D3D4CC
(211,212,204)
#DFE0DA
(223,224,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73745C color. Also use rgb(115,116,92) instead hex code.

Text Font Color

.myTextColor { color: #73745C; }

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

This text font color is #73745C.

Background Color

.myBgColor { background-color: #73745C; }

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

This div background color is #73745C.

Border color

.myBorderColor { border: 1px solid #73745C; }

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

This div border color is #73745C.

Opacity

.myOpacity80 { color: #73745C; opacity: 0.8; }

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

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

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

This text has shadow with #73745C color.


.textShadow {text-shadow: 3px 3px 1px #73745C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #73745C; -webkit-box-shadow: 1px 1px 3px 2px #73745C; box-shadow:1px 1px 3px 2px #73745C;">
Div content here
</div>

This div box has shadow with color #73745C.

Preview

Color preview on black background

This text has color #73745C on black background.


Color preview on white background

This text has color #73745C on white background.


Black color preview on #73745C background

This text has black color on #73745C background.


White color preview on #73745C background

This text has white color on #73745C background.


Related colors

Complementary color

Complementary color for #hex is #8C8BA3.


I love getcolorcode.com

Triadic colors

1 #5C7374 and #745C73 with #73745C are triadic colors.

2 #5C7473 and #74735C with #73745C are triadic colors.