COLOR #737874

HEX: #737874 RGB: (115,120,116)

Color info

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

RGB color model

#737874 color RGB value is (115,120,116).

RGB: (115,120,116) (45%, 47%, 45%)

RGB channels and saturation

R 115 of 255 = 45%
G 120 of 255 = 47%
B 116 of 255 = 45%

115
120
116

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

Portions of RGB colors in percentages

R + G + B = 115 + 120 + 116 = 351 (100%)
R 115 of 351 ~ 32.76%
G 120 of 351 ~ 34.19%
B 116 of 351 ~ 33.05'%

%32.76
%34.19
%33.05

CMYK color model

#737874 color CMYK value is (4,0,3,53).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 52.94%

CMYK: (4,0,3,53)
C4M0Y3K53 (4%, 0%, 3%, 53%)
(0.04 / 0.00 / 0.03 / 0.53)

CMYK percentages

%4.17
%0
%3.33
%52.94

Codes

Color #737874 in popluar color models

73 78 74
RGB 115 120 116
HSL 132° 2.13% 46.08%
HSB/HSV 132° 4.17% 47.06%
CMYK 4.17% 0.00% 3.33%
52.94%

Color #737874 in popluar number systems.

HEX 73 78 74
Decimal 115 120 116
Binary 1110011 1111000 1110100
Octal 163 170 164

Shades and tints

Shades of #737874

#737874
(115,120,116)
#696E6A
(105,110,106)
#5F6460
(95,100,96)
#555A56
(85,90,86)
#4B504C
(75,80,76)
#414642
(65,70,66)
#373C38
(55,60,56)
#2D322E
(45,50,46)
#232824
(35,40,36)
#191E1A
(25,30,26)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #737874

#737874
(115,120,116)
#7F8480
(127,132,128)
#8B908C
(139,144,140)
#979C98
(151,156,152)
#A3A8A4
(163,168,164)
#AFB4B0
(175,180,176)
#BBC0BC
(187,192,188)
#C7CCC8
(199,204,200)
#D3D8D4
(211,216,212)
#DFE4E0
(223,228,224)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737874; }

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

This text font color is #737874.

Background Color

.myBgColor { background-color: #737874; }

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

This div background color is #737874.

Border color

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

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

This div border color is #737874.

Opacity

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

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

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

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

This text has shadow with #737874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737874.

Preview

Color preview on black background

This text has color #737874 on black background.


Color preview on white background

This text has color #737874 on white background.


Black color preview on #737874 background

This text has black color on #737874 background.


White color preview on #737874 background

This text has white color on #737874 background.


Related colors

Complementary color

Complementary color for #hex is #8C878B.


I love getcolorcode.com

Triadic colors

1 #747378 and #787473 with #737874 are triadic colors.

2 #747873 and #787374 with #737874 are triadic colors.