COLOR #73787D

HEX: #73787D RGB: (115,120,125)

Color info

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

RGB color model

#73787D color RGB value is (115,120,125).

RGB: (115,120,125) (45%, 47%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 120 of 255 = 47%
B 125 of 255 = 49%

115
120
125

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

Portions of RGB colors in percentages

R + G + B = 115 + 120 + 125 = 360 (100%)
R 115 of 360 ~ 31.94%
G 120 of 360 ~ 33.33%
B 125 of 360 ~ 34.72'%

%31.94
%33.33
%34.72

CMYK color model

#73787D color CMYK value is (8,4,0,51).

  • cyan value is 8.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (8,4,0,51) C8M4Y0K51 (8%,4%,0%,51%) (0.08/0.04/0.00/0.51) 

CMYK percentages

%8
%4
%0
%50.98

Codes

Color #73787D in popluar color models

73 78 7D
RGB 115 120 125
HSL 210° 4.17% 47.06%
HSB/HSV 210° 8.00% 49.02%
CMYK 8.00% 4.00% 0.00%
50.98%

Color #73787D in popluar number systems.

HEX 73 78 7D
Decimal 115 120 125
Binary 1110011 1111000 1111101
Octal 163 170 175

Shades and tints

Shades of #73787D

#73787D
(115,120,125)
#696E72
(105,110,114)
#5F6467
(95,100,103)
#555A5C
(85,90,92)
#4B5051
(75,80,81)
#414646
(65,70,70)
#373C3B
(55,60,59)
#2D3230
(45,50,48)
#232825
(35,40,37)
#191E1A
(25,30,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #73787D

#73787D
(115,120,125)
#7F8488
(127,132,136)
#8B9093
(139,144,147)
#979C9E
(151,156,158)
#A3A8A9
(163,168,169)
#AFB4B4
(175,180,180)
#BBC0BF
(187,192,191)
#C7CCCA
(199,204,202)
#D3D8D5
(211,216,213)
#DFE4E0
(223,228,224)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73787D; }

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

This text font color is #73787D.

Background Color

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

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

This div background color is #73787D.

Border color

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

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

This div border color is #73787D.

Opacity

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

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

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

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

This text has shadow with #73787D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73787D.

Preview

Color preview on black background

This text has color #73787D on black background.


Color preview on white background

This text has color #73787D on white background.


Black color preview on #73787D background

This text has black color on #73787D background.


White color preview on #73787D background

This text has white color on #73787D background.


Related colors

Complementary color

Complementary color for #hex is #8C8782.


I love getcolorcode.com

Triadic colors

1 #7D7378 and #787D73 with #73787D are triadic colors.

2 #7D7873 and #78737D with #73787D are triadic colors.