COLOR #78484F

HEX: #78484F RGB: (120,72,79)

Color info

#78484F contains red, green and blue colors in about the same proportion. Web safe color of #78484F is #663366 (or #636).

RGB color model

#78484F color RGB value is (120,72,79).

RGB: (120,72,79) (47%, 28%, 31%)

RGB channels and saturation

R 120 of 255 = 47%
G 72 of 255 = 28%
B 79 of 255 = 31%

120
72
79

R + G + B ~ 35%. #78484F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 72 + 79 = 271 (100%)
R 120 of 271 ~ 44.28%
G 72 of 271 ~ 26.57%
B 79 of 271 ~ 29.15'%

%44.28
%26.57
%29.15

CMYK color model

#78484F color CMYK value is (0,40,34,53).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 34.17%
  • key color value is 52.94%

CMYK: (0,40,34,53)
C0M40Y34K53 (0%, 40%, 34%, 53%)
(0.00 / 0.40 / 0.34 / 0.53)

CMYK percentages

%0
%40
%34.17
%52.94

Codes

Color #78484F in popluar color models

78 48 4F
RGB 120 72 79
HSL 351° 25.00% 37.65%
HSB/HSV 351° 40.00% 47.06%
CMYK 0.00% 40.00% 34.17%
52.94%

Color #78484F in popluar number systems.

HEX 78 48 4F
Decimal 120 72 79
Binary 1111000 1001000 1001111
Octal 170 110 117

Shades and tints

Shades of #78484F

#78484F
(120,72,79)
#6E4248
(110,66,72)
#643C41
(100,60,65)
#5A363A
(90,54,58)
#503033
(80,48,51)
#462A2C
(70,42,44)
#3C2425
(60,36,37)
#321E1E
(50,30,30)
#281817
(40,24,23)
#1E1210
(30,18,16)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #78484F

#78484F
(120,72,79)
#84585F
(132,88,95)
#90686F
(144,104,111)
#9C787F
(156,120,127)
#A8888F
(168,136,143)
#B4989F
(180,152,159)
#C0A8AF
(192,168,175)
#CCB8BF
(204,184,191)
#D8C8CF
(216,200,207)
#E4D8DF
(228,216,223)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78484F color. Also use rgb(120,72,79) instead hex code.

Text Font Color

.myTextColor { color: #78484F; }

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

This text font color is #78484F.

Background Color

.myBgColor { background-color: #78484F; }

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

This div background color is #78484F.

Border color

.myBorderColor { border: 1px solid #78484F; }

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

This div border color is #78484F.

Opacity

.myOpacity80 { color: #78484F; opacity: 0.8; }

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

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

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

This text has shadow with #78484F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78484F.

Preview

Color preview on black background

This text has color #78484F on black background.


Color preview on white background

This text has color #78484F on white background.


Black color preview on #78484F background

This text has black color on #78484F background.


White color preview on #78484F background

This text has white color on #78484F background.


Related colors

Complementary color

Complementary color for #hex is #87B7B0.


I love getcolorcode.com

Triadic colors

1 #4F7848 and #484F78 with #78484F are triadic colors.

2 #4F4878 and #48784F with #78484F are triadic colors.