COLOR #784B4D

HEX: #784B4D RGB: (120,75,77)

Color info

#784B4D contains red, green and blue colors in about the same proportion. Web safe color of #784B4D is #663333 (or #633).

RGB color model

#784B4D color RGB value is (120,75,77).

RGB: (120,75,77) (47%, 29%, 30%)

RGB channels and saturation

R 120 of 255 = 47%
G 75 of 255 = 29%
B 77 of 255 = 30%

120
75
77

R + G + B ~ 35%. #784B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 75 + 77 = 272 (100%)
R 120 of 272 ~ 44.12%
G 75 of 272 ~ 27.57%
B 77 of 272 ~ 28.31'%

%44.12
%27.57
%28.31

CMYK color model

#784B4D color CMYK value is (0,38,36,53).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 35.83%
  • key color value is 52.94%

CMYK: (0,38,36,53)
C0M38Y36K53 (0%, 38%, 36%, 53%)
(0.00 / 0.38 / 0.36 / 0.53)

CMYK percentages

%0
%37.5
%35.83
%52.94

Codes

Color #784B4D in popluar color models

78 4B 4D
RGB 120 75 77
HSL 357° 23.08% 38.24%
HSB/HSV 357° 37.50% 47.06%
CMYK 0.00% 37.50% 35.83%
52.94%

Color #784B4D in popluar number systems.

HEX 78 4B 4D
Decimal 120 75 77
Binary 1111000 1001011 1001101
Octal 170 113 115

Shades and tints

Shades of #784B4D

#784B4D
(120,75,77)
#6E4546
(110,69,70)
#643F3F
(100,63,63)
#5A3938
(90,57,56)
#503331
(80,51,49)
#462D2A
(70,45,42)
#3C2723
(60,39,35)
#32211C
(50,33,28)
#281B15
(40,27,21)
#1E150E
(30,21,14)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #784B4D

#784B4D
(120,75,77)
#845B5D
(132,91,93)
#906B6D
(144,107,109)
#9C7B7D
(156,123,125)
#A88B8D
(168,139,141)
#B49B9D
(180,155,157)
#C0ABAD
(192,171,173)
#CCBBBD
(204,187,189)
#D8CBCD
(216,203,205)
#E4DBDD
(228,219,221)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784B4D color. Also use rgb(120,75,77) instead hex code.

Text Font Color

.myTextColor { color: #784B4D; }

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

This text font color is #784B4D.

Background Color

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

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

This div background color is #784B4D.

Border color

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

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

This div border color is #784B4D.

Opacity

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

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

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

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

This text has shadow with #784B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784B4D.

Preview

Color preview on black background

This text has color #784B4D on black background.


Color preview on white background

This text has color #784B4D on white background.


Black color preview on #784B4D background

This text has black color on #784B4D background.


White color preview on #784B4D background

This text has white color on #784B4D background.


Related colors

Complementary color

Complementary color for #hex is #87B4B2.


I love getcolorcode.com

Triadic colors

1 #4D784B and #4B4D78 with #784B4D are triadic colors.

2 #4D4B78 and #4B784D with #784B4D are triadic colors.