COLOR #784F60

HEX: #784F60 RGB: (120,79,96)

Color info

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

RGB color model

#784F60 color RGB value is (120,79,96).

RGB: (120,79,96) (47%, 31%, 38%)

RGB channels and saturation

R 120 of 255 = 47%
G 79 of 255 = 31%
B 96 of 255 = 38%

120
79
96

R + G + B ~ 39%. #784F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 79 + 96 = 295 (100%)
R 120 of 295 ~ 40.68%
G 79 of 295 ~ 26.78%
B 96 of 295 ~ 32.54'%

%40.68
%26.78
%32.54

CMYK color model

#784F60 color CMYK value is (0,34,20,53).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 20.00%
  • key color value is 52.94%
CMYK: (0,34,20,53) C0M34Y20K53 (0%,34%,20%,53%) (0.00/0.34/0.20/0.53) 

CMYK percentages

%0
%34.17
%20
%52.94

Codes

Color #784F60 in popluar color models

78 4F 60
RGB 120 79 96
HSL 335° 20.60% 39.02%
HSB/HSV 335° 34.17% 47.06%
CMYK 0.00% 34.17% 20.00%
52.94%

Color #784F60 in popluar number systems.

HEX 78 4F 60
Decimal 120 79 96
Binary 1111000 1001111 1100000
Octal 170 117 140

Shades and tints

Shades of #784F60

#784F60
(120,79,96)
#6E4858
(110,72,88)
#644150
(100,65,80)
#5A3A48
(90,58,72)
#503340
(80,51,64)
#462C38
(70,44,56)
#3C2530
(60,37,48)
#321E28
(50,30,40)
#281720
(40,23,32)
#1E1018
(30,16,24)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #784F60

#784F60
(120,79,96)
#845F6E
(132,95,110)
#906F7C
(144,111,124)
#9C7F8A
(156,127,138)
#A88F98
(168,143,152)
#B49FA6
(180,159,166)
#C0AFB4
(192,175,180)
#CCBFC2
(204,191,194)
#D8CFD0
(216,207,208)
#E4DFDE
(228,223,222)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784F60 color. Also use rgb(120,79,96) instead hex code.

Text Font Color

.myTextColor { color: #784F60; }

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

This text font color is #784F60.

Background Color

.myBgColor { background-color: #784F60; }

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

This div background color is #784F60.

Border color

.myBorderColor { border: 1px solid #784F60; }

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

This div border color is #784F60.

Opacity

.myOpacity80 { color: #784F60; opacity: 0.8; }

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

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

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

This text has shadow with #784F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784F60.

Preview

Color preview on black background

This text has color #784F60 on black background.


Color preview on white background

This text has color #784F60 on white background.


Black color preview on #784F60 background

This text has black color on #784F60 background.


White color preview on #784F60 background

This text has white color on #784F60 background.


Related colors

Complementary color

Complementary color for #hex is #87B09F.


I love getcolorcode.com

Triadic colors

1 #60784F and #4F6078 with #784F60 are triadic colors.

2 #604F78 and #4F7860 with #784F60 are triadic colors.