COLOR #73807F

HEX: #73807F RGB: (115,128,127)

Color info

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

RGB color model

#73807F color RGB value is (115,128,127).

RGB: (115,128,127) (45%, 50%, 50%)

RGB channels and saturation

R 115 of 255 = 45%
G 128 of 255 = 50%
B 127 of 255 = 50%

115
128
127

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

Portions of RGB colors in percentages

R + G + B = 115 + 128 + 127 = 370 (100%)
R 115 of 370 ~ 31.08%
G 128 of 370 ~ 34.59%
B 127 of 370 ~ 34.32'%

%31.08
%34.59
%34.32

CMYK color model

#73807F color CMYK value is (10,0,1,50).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.80%
CMYK: (10,0,1,50) C10M0Y1K50 (10%,0%,1%,50%) (0.10/0.00/0.01/0.50) 

CMYK percentages

%10.16
%0
%0.78
%49.8

Codes

Color #73807F in popluar color models

73 80 7F
RGB 115 128 127
HSL 175° 5.35% 47.65%
HSB/HSV 175° 10.16% 50.20%
CMYK 10.16% 0.00% 0.78%
49.80%

Color #73807F in popluar number systems.

HEX 73 80 7F
Decimal 115 128 127
Binary 1110011 10000000 1111111
Octal 163 200 177

Shades and tints

Shades of #73807F

#73807F
(115,128,127)
#697574
(105,117,116)
#5F6A69
(95,106,105)
#555F5E
(85,95,94)
#4B5453
(75,84,83)
#414948
(65,73,72)
#373E3D
(55,62,61)
#2D3332
(45,51,50)
#232827
(35,40,39)
#191D1C
(25,29,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #73807F

#73807F
(115,128,127)
#7F8B8A
(127,139,138)
#8B9695
(139,150,149)
#97A1A0
(151,161,160)
#A3ACAB
(163,172,171)
#AFB7B6
(175,183,182)
#BBC2C1
(187,194,193)
#C7CDCC
(199,205,204)
#D3D8D7
(211,216,215)
#DFE3E2
(223,227,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73807F color. Also use rgb(115,128,127) instead hex code.

Text Font Color

.myTextColor { color: #73807F; }

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

This text font color is #73807F.

Background Color

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

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

This div background color is #73807F.

Border color

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

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

This div border color is #73807F.

Opacity

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

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

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

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

This text has shadow with #73807F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73807F.

Preview

Color preview on black background

This text has color #73807F on black background.


Color preview on white background

This text has color #73807F on white background.


Black color preview on #73807F background

This text has black color on #73807F background.


White color preview on #73807F background

This text has white color on #73807F background.


Related colors

Complementary color

Complementary color for #hex is #8C7F80.


I love getcolorcode.com

Triadic colors

1 #7F7380 and #807F73 with #73807F are triadic colors.

2 #7F8073 and #80737F with #73807F are triadic colors.