COLOR #736A80

HEX: #736A80
RGB: (115,106,128)

Color info

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

RGB color model

#736A80 color RGB value is (115,106,128).

  • red value is 115;
  • green value is 106;
  • blue value is 128.
RGB:
(115,106,128)
(45%,42%,50%)

RGB channels and saturation

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

115
106
128

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

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 128 = 349 (100%)
R 115 of 349 ~ 32.95%
G 106 of 349 ~ 30.37%
B 128 of 349 ~ 36.68%

%32.95
%30.37
%36.68

CMYK color model

#736A80 color CMYK value is (10,17,0,50).

  • cyan value is 10.16%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(10,17,0,50)
C10M17Y0K50 
(10%,17%,0%,50%)
(0.10/0.17/0.00/0.50)	

CMYK percentages

%10.16
%17.19
%0
%49.8

Codes

Color #736A80 in popluar color models

736A80
RGB115106128
HSL265°9.40%45.88%
HSB/HSV265°17.19%50.20%
CMYK10.16%17.19%0.00%
49.80%

Color #736A80 in popluar number systems.

HEX736A80
Decimal115106128
Binary1110011110101010000000
Octal163152200

Shades and tints

Shades of #736A80

#736A80
(115,106,128)
#696175
(105,97,117)
#5F586A
(95,88,106)
#554F5F
(85,79,95)
#4B4654
(75,70,84)
#413D49
(65,61,73)
#37343E
(55,52,62)
#2D2B33
(45,43,51)
#232228
(35,34,40)
#19191D
(25,25,29)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #736A80

#736A80
(115,106,128)
#7F778B
(127,119,139)
#8B8496
(139,132,150)
#9791A1
(151,145,161)
#A39EAC
(163,158,172)
#AFABB7
(175,171,183)
#BBB8C2
(187,184,194)
#C7C5CD
(199,197,205)
#D3D2D8
(211,210,216)
#DFDFE3
(223,223,227)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A80; }

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

This text font color is #736A80.


Background Color

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

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

This div background color is #736A80.


Border color

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

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

This div border color is #736A80.


Opacity

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

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

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

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

This text has shadow with #736A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A80 on black background.


Color preview on white background

This text has color #736A80 on white background.



Black color preview on #736A80 background

This text has black color on #736A80 background.


White color preview on #736A80 background

This text has white color on #736A80 background.