COLOR #73757D

HEX: #73757D RGB: (115,117,125)

Color info

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

RGB color model

#73757D color RGB value is (115,117,125).

RGB: (115,117,125) (45%, 46%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 125 of 255 = 49%

115
117
125

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

Portions of RGB colors in percentages

R + G + B = 115 + 117 + 125 = 357 (100%)
R 115 of 357 ~ 32.21%
G 117 of 357 ~ 32.77%
B 125 of 357 ~ 35.01'%

%32.21
%32.77
%35.01

CMYK color model

#73757D color CMYK value is (8,6,0,51).

  • cyan value is 8.00%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (8,6,0,51)
C8M6Y0K51 (8%, 6%, 0%, 51%)
(0.08 / 0.06 / 0.00 / 0.51)

CMYK percentages

%8
%6.4
%0
%50.98

Codes

Color #73757D in popluar color models

73 75 7D
RGB 115 117 125
HSL 228° 4.17% 47.06%
HSB/HSV 228° 8.00% 49.02%
CMYK 8.00% 6.40% 0.00%
50.98%

Color #73757D in popluar number systems.

HEX 73 75 7D
Decimal 115 117 125
Binary 1110011 1110101 1111101
Octal 163 165 175

Shades and tints

Shades of #73757D

#73757D
(115,117,125)
#696B72
(105,107,114)
#5F6167
(95,97,103)
#55575C
(85,87,92)
#4B4D51
(75,77,81)
#414346
(65,67,70)
#37393B
(55,57,59)
#2D2F30
(45,47,48)
#232525
(35,37,37)
#191B1A
(25,27,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #73757D

#73757D
(115,117,125)
#7F8188
(127,129,136)
#8B8D93
(139,141,147)
#97999E
(151,153,158)
#A3A5A9
(163,165,169)
#AFB1B4
(175,177,180)
#BBBDBF
(187,189,191)
#C7C9CA
(199,201,202)
#D3D5D5
(211,213,213)
#DFE1E0
(223,225,224)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73757D color. Also use rgb(115,117,125) instead hex code.

Text Font Color

.myTextColor { color: #73757D; }

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

This text font color is #73757D.

Background Color

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

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

This div background color is #73757D.

Border color

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

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

This div border color is #73757D.

Opacity

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

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

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

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

This text has shadow with #73757D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73757D.

Preview

Color preview on black background

This text has color #73757D on black background.


Color preview on white background

This text has color #73757D on white background.


Black color preview on #73757D background

This text has black color on #73757D background.


White color preview on #73757D background

This text has white color on #73757D background.


Related colors

Complementary color

Complementary color for #hex is #8C8A82.


I love getcolorcode.com

Triadic colors

1 #7D7375 and #757D73 with #73757D are triadic colors.

2 #7D7573 and #75737D with #73757D are triadic colors.