COLOR #78424D

HEX: #78424D
RGB: (120,66,77)

Color info

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

RGB color model

#78424D color RGB value is (120,66,77).

  • red value is 120;
  • green value is 66;
  • blue value is 77.
RGB:
(120,66,77)
(47%,26%,30%)

RGB channels and saturation

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

120
66
77

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

Portions of RGB colors in percentages

R + G + B =
120 + 66 + 77 = 263 (100%)
R 120 of 263 ~ 45.63%
G 66 of 263 ~ 25.1%
B 77 of 263 ~ 29.28%

%45.63
%25.1
%29.28

CMYK color model

#78424D color CMYK value is (0,45,36,53).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 35.83%
  • key color value is 52.94%
CMYK:
(0,45,36,53)
C0M45Y36K53 
(0%,45%,36%,53%)
(0.00/0.45/0.36/0.53)	

CMYK percentages

%0
%45
%35.83
%52.94

Codes

Color #78424D in popluar color models

78424D
RGB1206677
HSL348°29.03%36.47%
HSB/HSV348°45.00%47.06%
CMYK0.00%45.00%35.83%
52.94%

Color #78424D in popluar number systems.

HEX78424D
Decimal1206677
Binary111100010000101001101
Octal170102115

Shades and tints

Shades of #78424D

#78424D
(120,66,77)
#6E3C46
(110,60,70)
#64363F
(100,54,63)
#5A3038
(90,48,56)
#502A31
(80,42,49)
#46242A
(70,36,42)
#3C1E23
(60,30,35)
#32181C
(50,24,28)
#281215
(40,18,21)
#1E0C0E
(30,12,14)
#140607
(20,6,7)
#000000
(0,0,0)

Tints of #78424D

#78424D
(120,66,77)
#84535D
(132,83,93)
#90646D
(144,100,109)
#9C757D
(156,117,125)
#A8868D
(168,134,141)
#B4979D
(180,151,157)
#C0A8AD
(192,168,173)
#CCB9BD
(204,185,189)
#D8CACD
(216,202,205)
#E4DBDD
(228,219,221)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78424D; }

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

This text font color is #78424D.


Background Color

.myBgColor { background-color: #78424D; }

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

This div background color is #78424D.


Border color

.myBorderColor { border: 1px solid #78424D; }

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

This div border color is #78424D.


Opacity

.myOpacity80 { color: #78424D; opacity: 0.8; }

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

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

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

This text has shadow with #78424D color.

.textShadow {text-shadow: 3px 3px 1px #78424D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78424D;
-webkit-box-shadow: 1px 1px 3px 2px #78424D;
box-shadow:1px 1px 3px 2px #78424D;">
Div content here</div>
This div box has shadow with color #78424D.

Preview

Color preview on black background

This text has color #78424D on black background.


Color preview on white background

This text has color #78424D on white background.



Black color preview on #78424D background

This text has black color on #78424D background.


White color preview on #78424D background

This text has white color on #78424D background.