COLOR #787574

HEX: #787574 RGB: (120,117,116)

Color info

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

RGB color model

#787574 color RGB value is (120,117,116).

RGB: (120,117,116) (47%, 46%, 45%)

RGB channels and saturation

R 120 of 255 = 47%
G 117 of 255 = 46%
B 116 of 255 = 45%

120
117
116

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

Portions of RGB colors in percentages

R + G + B = 120 + 117 + 116 = 353 (100%)
R 120 of 353 ~ 33.99%
G 117 of 353 ~ 33.14%
B 116 of 353 ~ 32.86'%

%33.99
%33.14
%32.86

CMYK color model

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

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

CMYK: (0,3,3,53)
C0M3Y3K53 (0%, 3%, 3%, 53%)
(0.00 / 0.03 / 0.03 / 0.53)

CMYK percentages

%0
%2.5
%3.33
%52.94

Codes

Color #787574 in popluar color models

78 75 74
RGB 120 117 116
HSL 15° 1.69% 46.27%
HSB/HSV 15° 3.33% 47.06%
CMYK 0.00% 2.50% 3.33%
52.94%

Color #787574 in popluar number systems.

HEX 78 75 74
Decimal 120 117 116
Binary 1111000 1110101 1110100
Octal 170 165 164

Shades and tints

Shades of #787574

#787574
(120,117,116)
#6E6B6A
(110,107,106)
#646160
(100,97,96)
#5A5756
(90,87,86)
#504D4C
(80,77,76)
#464342
(70,67,66)
#3C3938
(60,57,56)
#322F2E
(50,47,46)
#282524
(40,37,36)
#1E1B1A
(30,27,26)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #787574

#787574
(120,117,116)
#848180
(132,129,128)
#908D8C
(144,141,140)
#9C9998
(156,153,152)
#A8A5A4
(168,165,164)
#B4B1B0
(180,177,176)
#C0BDBC
(192,189,188)
#CCC9C8
(204,201,200)
#D8D5D4
(216,213,212)
#E4E1E0
(228,225,224)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787574; }

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

This text font color is #787574.

Background Color

.myBgColor { background-color: #787574; }

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

This div background color is #787574.

Border color

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

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

This div border color is #787574.

Opacity

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

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

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

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

This text has shadow with #787574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787574.

Preview

Color preview on black background

This text has color #787574 on black background.


Color preview on white background

This text has color #787574 on white background.


Black color preview on #787574 background

This text has black color on #787574 background.


White color preview on #787574 background

This text has white color on #787574 background.


Related colors

Complementary color

Complementary color for #hex is #878A8B.


I love getcolorcode.com

Triadic colors

1 #747875 and #757478 with #787574 are triadic colors.

2 #747578 and #757874 with #787574 are triadic colors.