COLOR #73755C

HEX: #73755C
RGB: (115,117,92)

Color info

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

RGB color model

#73755C color RGB value is (115,117,92).

  • red value is 115;
  • green value is 117;
  • blue value is 92.
RGB:
(115,117,92)
(45%,46%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 92 of 255 = 36%

115
117
92

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

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 92 = 324 (100%)
R 115 of 324 ~ 35.49%
G 117 of 324 ~ 36.11%
B 92 of 324 ~ 28.4%

%35.49
%36.11
%28.4

CMYK color model

#73755C color CMYK value is (2,0,21,54).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 54.12%
CMYK:
(2,0,21,54)
C2M0Y21K54 
(2%,0%,21%,54%)
(0.02/0.00/0.21/0.54)	

CMYK percentages

%1.71
%0
%21.37
%54.12

Codes

Color #73755C in popluar color models

73755C
RGB11511792
HSL65°11.96%40.98%
HSB/HSV65°21.37%45.88%
CMYK1.71%0.00%21.37%
54.12%

Color #73755C in popluar number systems.

HEX73755C
Decimal11511792
Binary111001111101011011100
Octal163165134

Shades and tints

Shades of #73755C

#73755C
(115,117,92)
#696B54
(105,107,84)
#5F614C
(95,97,76)
#555744
(85,87,68)
#4B4D3C
(75,77,60)
#414334
(65,67,52)
#37392C
(55,57,44)
#2D2F24
(45,47,36)
#23251C
(35,37,28)
#191B14
(25,27,20)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #73755C

#73755C
(115,117,92)
#7F816A
(127,129,106)
#8B8D78
(139,141,120)
#979986
(151,153,134)
#A3A594
(163,165,148)
#AFB1A2
(175,177,162)
#BBBDB0
(187,189,176)
#C7C9BE
(199,201,190)
#D3D5CC
(211,213,204)
#DFE1DA
(223,225,218)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73755C; }

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

This text font color is #73755C.


Background Color

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

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

This div background color is #73755C.


Border color

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

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

This div border color is #73755C.


Opacity

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

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

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

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

This text has shadow with #73755C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73755C on black background.


Color preview on white background

This text has color #73755C on white background.



Black color preview on #73755C background

This text has black color on #73755C background.


White color preview on #73755C background

This text has white color on #73755C background.