COLOR #78425C

HEX: #78425C
RGB: (120,66,92)

Color info

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

RGB color model

#78425C color RGB value is (120,66,92).

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

RGB channels and saturation

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

120
66
92

R + G + B ~ 36%. #78425C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 66 + 92 = 278 (100%)
R 120 of 278 ~ 43.17%
G 66 of 278 ~ 23.74%
B 92 of 278 ~ 33.09%

%43.17
%23.74
%33.09

CMYK color model

#78425C color CMYK value is (0,45,23,53).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 23.33%
  • key color value is 52.94%
CMYK:
(0,45,23,53)
C0M45Y23K53 
(0%,45%,23%,53%)
(0.00/0.45/0.23/0.53)	

CMYK percentages

%0
%45
%23.33
%52.94

Codes

Color #78425C in popluar color models

78425C
RGB1206692
HSL331°29.03%36.47%
HSB/HSV331°45.00%47.06%
CMYK0.00%45.00%23.33%
52.94%

Color #78425C in popluar number systems.

HEX78425C
Decimal1206692
Binary111100010000101011100
Octal170102134

Shades and tints

Shades of #78425C

#78425C
(120,66,92)
#6E3C54
(110,60,84)
#64364C
(100,54,76)
#5A3044
(90,48,68)
#502A3C
(80,42,60)
#462434
(70,36,52)
#3C1E2C
(60,30,44)
#321824
(50,24,36)
#28121C
(40,18,28)
#1E0C14
(30,12,20)
#14060C
(20,6,12)
#000000
(0,0,0)

Tints of #78425C

#78425C
(120,66,92)
#84536A
(132,83,106)
#906478
(144,100,120)
#9C7586
(156,117,134)
#A88694
(168,134,148)
#B497A2
(180,151,162)
#C0A8B0
(192,168,176)
#CCB9BE
(204,185,190)
#D8CACC
(216,202,204)
#E4DBDA
(228,219,218)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78425C; }

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

This text font color is #78425C.


Background Color

.myBgColor { background-color: #78425C; }

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

This div background color is #78425C.


Border color

.myBorderColor { border: 1px solid #78425C; }

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

This div border color is #78425C.


Opacity

.myOpacity80 { color: #78425C; opacity: 0.8; }

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

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

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

This text has shadow with #78425C color.

.textShadow {text-shadow: 3px 3px 1px #78425C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78425C on black background.


Color preview on white background

This text has color #78425C on white background.



Black color preview on #78425C background

This text has black color on #78425C background.


White color preview on #78425C background

This text has white color on #78425C background.