COLOR #784242

HEX: #784242 RGB: (120,66,66)

Color info

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

RGB color model

#784242 color RGB value is (120,66,66).

RGB: (120,66,66) (47%, 26%, 26%)

RGB channels and saturation

R 120 of 255 = 47%
G 66 of 255 = 26%
B 66 of 255 = 26%

120
66
66

R + G + B ~ 33%. #784242 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 66 + 66 = 252 (100%)
R 120 of 252 ~ 47.62%
G 66 of 252 ~ 26.19%
B 66 of 252 ~ 26.19'%

%47.62
%26.19
%26.19

CMYK color model

#784242 color CMYK value is (0,45,45,53).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 45.00%
  • key color value is 52.94%

CMYK: (0,45,45,53)
C0M45Y45K53 (0%, 45%, 45%, 53%)
(0.00 / 0.45 / 0.45 / 0.53)

CMYK percentages

%0
%45
%45
%52.94

Codes

Color #784242 in popluar color models

78 42 42
RGB 120 66 66
HSL 29.03% 36.47%
HSB/HSV 45.00% 47.06%
CMYK 0.00% 45.00% 45.00%
52.94%

Color #784242 in popluar number systems.

HEX 78 42 42
Decimal 120 66 66
Binary 1111000 1000010 1000010
Octal 170 102 102

Shades and tints

Shades of #784242

#784242
(120,66,66)
#6E3C3C
(110,60,60)
#643636
(100,54,54)
#5A3030
(90,48,48)
#502A2A
(80,42,42)
#462424
(70,36,36)
#3C1E1E
(60,30,30)
#321818
(50,24,24)
#281212
(40,18,18)
#1E0C0C
(30,12,12)
#140606
(20,6,6)
#000000
(0,0,0)

Tints of #784242

#784242
(120,66,66)
#845353
(132,83,83)
#906464
(144,100,100)
#9C7575
(156,117,117)
#A88686
(168,134,134)
#B49797
(180,151,151)
#C0A8A8
(192,168,168)
#CCB9B9
(204,185,185)
#D8CACA
(216,202,202)
#E4DBDB
(228,219,219)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784242; }

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

This text font color is #784242.

Background Color

.myBgColor { background-color: #784242; }

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

This div background color is #784242.

Border color

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

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

This div border color is #784242.

Opacity

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

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

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

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

This text has shadow with #784242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784242.

Preview

Color preview on black background

This text has color #784242 on black background.


Color preview on white background

This text has color #784242 on white background.


Black color preview on #784242 background

This text has black color on #784242 background.


White color preview on #784242 background

This text has white color on #784242 background.


Related colors

Complementary color

Complementary color for #hex is #87BDBD.


I love getcolorcode.com