COLOR #73756F

HEX: #73756F RGB: (115,117,111)

Color info

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

RGB color model

#73756F color RGB value is (115,117,111).

RGB: (115,117,111) (45%, 46%, 44%)

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 111 of 255 = 44%

115
117
111

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

Portions of RGB colors in percentages

R + G + B = 115 + 117 + 111 = 343 (100%)
R 115 of 343 ~ 33.53%
G 117 of 343 ~ 34.11%
B 111 of 343 ~ 32.36'%

%33.53
%34.11
%32.36

CMYK color model

#73756F color CMYK value is (2,0,5,54).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 54.12%

CMYK: (2,0,5,54)
C2M0Y5K54 (2%, 0%, 5%, 54%)
(0.02 / 0.00 / 0.05 / 0.54)

CMYK percentages

%1.71
%0
%5.13
%54.12

Codes

Color #73756F in popluar color models

73 75 6F
RGB 115 117 111
HSL 80° 2.63% 44.71%
HSB/HSV 80° 5.13% 45.88%
CMYK 1.71% 0.00% 5.13%
54.12%

Color #73756F in popluar number systems.

HEX 73 75 6F
Decimal 115 117 111
Binary 1110011 1110101 1101111
Octal 163 165 157

Shades and tints

Shades of #73756F

#73756F
(115,117,111)
#696B65
(105,107,101)
#5F615B
(95,97,91)
#555751
(85,87,81)
#4B4D47
(75,77,71)
#41433D
(65,67,61)
#373933
(55,57,51)
#2D2F29
(45,47,41)
#23251F
(35,37,31)
#191B15
(25,27,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #73756F

#73756F
(115,117,111)
#7F817C
(127,129,124)
#8B8D89
(139,141,137)
#979996
(151,153,150)
#A3A5A3
(163,165,163)
#AFB1B0
(175,177,176)
#BBBDBD
(187,189,189)
#C7C9CA
(199,201,202)
#D3D5D7
(211,213,215)
#DFE1E4
(223,225,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73756F color. Also use rgb(115,117,111) instead hex code.

Text Font Color

.myTextColor { color: #73756F; }

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

This text font color is #73756F.

Background Color

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

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

This div background color is #73756F.

Border color

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

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

This div border color is #73756F.

Opacity

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

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

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

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

This text has shadow with #73756F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73756F.

Preview

Color preview on black background

This text has color #73756F on black background.


Color preview on white background

This text has color #73756F on white background.


Black color preview on #73756F background

This text has black color on #73756F background.


White color preview on #73756F background

This text has white color on #73756F background.


Related colors

Complementary color

Complementary color for #hex is #8C8A90.


I love getcolorcode.com

Triadic colors

1 #6F7375 and #756F73 with #73756F are triadic colors.

2 #6F7573 and #75736F with #73756F are triadic colors.