COLOR #736C80

HEX: #736C80 RGB: (115,108,128)

Color info

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

RGB color model

#736C80 color RGB value is (115,108,128).

RGB: (115,108,128) (45%, 42%, 50%)

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 128 of 255 = 50%

115
108
128

R + G + B ~ 46%. #736C80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 108 + 128 = 351 (100%)
R 115 of 351 ~ 32.76%
G 108 of 351 ~ 30.77%
B 128 of 351 ~ 36.47'%

%32.76
%30.77
%36.47

CMYK color model

#736C80 color CMYK value is (10,16,0,50).

  • cyan value is 10.16%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (10,16,0,50)
C10M16Y0K50 (10%, 16%, 0%, 50%)
(0.10 / 0.16 / 0.00 / 0.50)

CMYK percentages

%10.16
%15.63
%0
%49.8

Codes

Color #736C80 in popluar color models

73 6C 80
RGB 115 108 128
HSL 261° 8.47% 46.27%
HSB/HSV 261° 15.63% 50.20%
CMYK 10.16% 15.63% 0.00%
49.80%

Color #736C80 in popluar number systems.

HEX 73 6C 80
Decimal 115 108 128
Binary 1110011 1101100 10000000
Octal 163 154 200

Shades and tints

Shades of #736C80

#736C80
(115,108,128)
#696375
(105,99,117)
#5F5A6A
(95,90,106)
#55515F
(85,81,95)
#4B4854
(75,72,84)
#413F49
(65,63,73)
#37363E
(55,54,62)
#2D2D33
(45,45,51)
#232428
(35,36,40)
#191B1D
(25,27,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #736C80

#736C80
(115,108,128)
#7F798B
(127,121,139)
#8B8696
(139,134,150)
#9793A1
(151,147,161)
#A3A0AC
(163,160,172)
#AFADB7
(175,173,183)
#BBBAC2
(187,186,194)
#C7C7CD
(199,199,205)
#D3D4D8
(211,212,216)
#DFE1E3
(223,225,227)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736C80 color. Also use rgb(115,108,128) instead hex code.

Text Font Color

.myTextColor { color: #736C80; }

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

This text font color is #736C80.

Background Color

.myBgColor { background-color: #736C80; }

<div style="background-color:#736C80">Inner text</div>

This div background color is #736C80.

Border color

.myBorderColor { border: 1px solid #736C80; }

<div style="border:3px solid #736C80">Div</div>

This div border color is #736C80.

Opacity

.myOpacity80 { color: #736C80; opacity: 0.8; }

<p style="color:#736C80;opacity:0.8;">80%</p>

Text with #736C80 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 #736C80;}

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

This text has shadow with #736C80 color.


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

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

This text has shadow with #736C80 primary color and red secondary color.


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

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

This text has shadow with #736C80 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #736C80.

Preview

Color preview on black background

This text has color #736C80 on black background.


Color preview on white background

This text has color #736C80 on white background.


Black color preview on #736C80 background

This text has black color on #736C80 background.


White color preview on #736C80 background

This text has white color on #736C80 background.


Related colors

Complementary color

Complementary color for #hex is #8C937F.


I love getcolorcode.com

Triadic colors

1 #80736C and #6C8073 with #736C80 are triadic colors.

2 #806C73 and #6C7380 with #736C80 are triadic colors.