COLOR #737D78

HEX: #737D78
RGB: (115,125,120)

Color info

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

RGB color model

#737D78 color RGB value is (115,125,120).

  • red value is 115;
  • green value is 125;
  • blue value is 120.
RGB:
(115,125,120)
(45%,49%,47%)

RGB channels and saturation

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

115
125
120

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

Portions of RGB colors in percentages

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

%31.94
%34.72
%33.33

CMYK color model

#737D78 color CMYK value is (8,0,4,51).

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

CMYK percentages

%8
%0
%4
%50.98

Codes

Color #737D78 in popluar color models

737D78
RGB115125120
HSL150°4.17%47.06%
HSB/HSV150°8.00%49.02%
CMYK8.00%0.00%4.00%
50.98%

Color #737D78 in popluar number systems.

HEX737D78
Decimal115125120
Binary111001111111011111000
Octal163175170

Shades and tints

Shades of #737D78

#737D78
(115,125,120)
#69726E
(105,114,110)
#5F6764
(95,103,100)
#555C5A
(85,92,90)
#4B5150
(75,81,80)
#414646
(65,70,70)
#373B3C
(55,59,60)
#2D3032
(45,48,50)
#232528
(35,37,40)
#191A1E
(25,26,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #737D78

#737D78
(115,125,120)
#7F8884
(127,136,132)
#8B9390
(139,147,144)
#979E9C
(151,158,156)
#A3A9A8
(163,169,168)
#AFB4B4
(175,180,180)
#BBBFC0
(187,191,192)
#C7CACC
(199,202,204)
#D3D5D8
(211,213,216)
#DFE0E4
(223,224,228)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737D78; }

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

This text font color is #737D78.


Background Color

.myBgColor { background-color: #737D78; }

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

This div background color is #737D78.


Border color

.myBorderColor { border: 1px solid #737D78; }

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

This div border color is #737D78.


Opacity

.myOpacity80 { color: #737D78; opacity: 0.8; }

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

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

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

This text has shadow with #737D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D78 on black background.


Color preview on white background

This text has color #737D78 on white background.



Black color preview on #737D78 background

This text has black color on #737D78 background.


White color preview on #737D78 background

This text has white color on #737D78 background.