COLOR #737780

HEX: #737780
RGB: (115,119,128)

Color info

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

RGB color model

#737780 color RGB value is (115,119,128).

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

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 128 of 255 = 50%

115
119
128

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

Portions of RGB colors in percentages

R + G + B =
115 + 119 + 128 = 362 (100%)
R 115 of 362 ~ 31.77%
G 119 of 362 ~ 32.87%
B 128 of 362 ~ 35.36%

%31.77
%32.87
%35.36

CMYK color model

#737780 color CMYK value is (10,7,0,50).

  • cyan value is 10.16%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(10,7,0,50)
C10M7Y0K50 
(10%,7%,0%,50%)
(0.10/0.07/0.00/0.50)	

CMYK percentages

%10.16
%7.03
%0
%49.8

Codes

Color #737780 in popluar color models

737780
RGB115119128
HSL222°5.35%47.65%
HSB/HSV222°10.16%50.20%
CMYK10.16%7.03%0.00%
49.80%

Color #737780 in popluar number systems.

HEX737780
Decimal115119128
Binary1110011111011110000000
Octal163167200

Shades and tints

Shades of #737780

#737780
(115,119,128)
#696D75
(105,109,117)
#5F636A
(95,99,106)
#55595F
(85,89,95)
#4B4F54
(75,79,84)
#414549
(65,69,73)
#373B3E
(55,59,62)
#2D3133
(45,49,51)
#232728
(35,39,40)
#191D1D
(25,29,29)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #737780

#737780
(115,119,128)
#7F838B
(127,131,139)
#8B8F96
(139,143,150)
#979BA1
(151,155,161)
#A3A7AC
(163,167,172)
#AFB3B7
(175,179,183)
#BBBFC2
(187,191,194)
#C7CBCD
(199,203,205)
#D3D7D8
(211,215,216)
#DFE3E3
(223,227,227)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737780; }

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

This text font color is #737780.


Background Color

.myBgColor { background-color: #737780; }

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

This div background color is #737780.


Border color

.myBorderColor { border: 1px solid #737780; }

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

This div border color is #737780.


Opacity

.myOpacity80 { color: #737780; opacity: 0.8; }

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

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

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

This text has shadow with #737780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737780 on black background.


Color preview on white background

This text has color #737780 on white background.



Black color preview on #737780 background

This text has black color on #737780 background.


White color preview on #737780 background

This text has white color on #737780 background.