COLOR #784546

HEX: #784546 RGB: (120,69,70)

Color info

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

RGB color model

#784546 color RGB value is (120,69,70).

RGB: (120,69,70) (47%, 27%, 27%)

RGB channels and saturation

R 120 of 255 = 47%
G 69 of 255 = 27%
B 70 of 255 = 27%

120
69
70

R + G + B ~ 34%. #784546 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 69 + 70 = 259 (100%)
R 120 of 259 ~ 46.33%
G 69 of 259 ~ 26.64%
B 70 of 259 ~ 27.03'%

%46.33
%26.64
%27.03

CMYK color model

#784546 color CMYK value is (0,43,42,53).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 41.67%
  • key color value is 52.94%

CMYK: (0,43,42,53)
C0M43Y42K53 (0%, 43%, 42%, 53%)
(0.00 / 0.43 / 0.42 / 0.53)

CMYK percentages

%0
%42.5
%41.67
%52.94

Codes

Color #784546 in popluar color models

78 45 46
RGB 120 69 70
HSL 359° 26.98% 37.06%
HSB/HSV 359° 42.50% 47.06%
CMYK 0.00% 42.50% 41.67%
52.94%

Color #784546 in popluar number systems.

HEX 78 45 46
Decimal 120 69 70
Binary 1111000 1000101 1000110
Octal 170 105 106

Shades and tints

Shades of #784546

#784546
(120,69,70)
#6E3F40
(110,63,64)
#64393A
(100,57,58)
#5A3334
(90,51,52)
#502D2E
(80,45,46)
#462728
(70,39,40)
#3C2122
(60,33,34)
#321B1C
(50,27,28)
#281516
(40,21,22)
#1E0F10
(30,15,16)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #784546

#784546
(120,69,70)
#845556
(132,85,86)
#906566
(144,101,102)
#9C7576
(156,117,118)
#A88586
(168,133,134)
#B49596
(180,149,150)
#C0A5A6
(192,165,166)
#CCB5B6
(204,181,182)
#D8C5C6
(216,197,198)
#E4D5D6
(228,213,214)
#F0E5E6
(240,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784546 color. Also use rgb(120,69,70) instead hex code.

Text Font Color

.myTextColor { color: #784546; }

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

This text font color is #784546.

Background Color

.myBgColor { background-color: #784546; }

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

This div background color is #784546.

Border color

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

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

This div border color is #784546.

Opacity

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

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

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

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

This text has shadow with #784546 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784546.

Preview

Color preview on black background

This text has color #784546 on black background.


Color preview on white background

This text has color #784546 on white background.


Black color preview on #784546 background

This text has black color on #784546 background.


White color preview on #784546 background

This text has white color on #784546 background.


Related colors

Complementary color

Complementary color for #hex is #87BAB9.


I love getcolorcode.com

Triadic colors

1 #467845 and #454678 with #784546 are triadic colors.

2 #464578 and #457846 with #784546 are triadic colors.