COLOR #784272

HEX: #784272
RGB: (120,66,114)

Color info

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

RGB color model

#784272 color RGB value is (120,66,114).

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

RGB channels and saturation

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

120
66
114

R + G + B ~ 39%. #784272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 66 + 114 = 300 (100%)
R 120 of 300 ~ 40%
G 66 of 300 ~ 22%
B 114 of 300 ~ 38%

%40
%22
%38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(0,45,5,53)
C0M45Y5K53 
(0%,45%,5%,53%)
(0.00/0.45/0.05/0.53)	

CMYK percentages

%0
%45
%5
%52.94

Codes

Color #784272 in popluar color models

784272
RGB12066114
HSL307°29.03%36.47%
HSB/HSV307°45.00%47.06%
CMYK0.00%45.00%5.00%
52.94%

Color #784272 in popluar number systems.

HEX784272
Decimal12066114
Binary111100010000101110010
Octal170102162

Shades and tints

Shades of #784272

#784272
(120,66,114)
#6E3C68
(110,60,104)
#64365E
(100,54,94)
#5A3054
(90,48,84)
#502A4A
(80,42,74)
#462440
(70,36,64)
#3C1E36
(60,30,54)
#32182C
(50,24,44)
#281222
(40,18,34)
#1E0C18
(30,12,24)
#14060E
(20,6,14)
#000000
(0,0,0)

Tints of #784272

#784272
(120,66,114)
#84537E
(132,83,126)
#90648A
(144,100,138)
#9C7596
(156,117,150)
#A886A2
(168,134,162)
#B497AE
(180,151,174)
#C0A8BA
(192,168,186)
#CCB9C6
(204,185,198)
#D8CAD2
(216,202,210)
#E4DBDE
(228,219,222)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784272; }

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

This text font color is #784272.


Background Color

.myBgColor { background-color: #784272; }

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

This div background color is #784272.


Border color

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

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

This div border color is #784272.


Opacity

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

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

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

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

This text has shadow with #784272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784272 on black background.


Color preview on white background

This text has color #784272 on white background.



Black color preview on #784272 background

This text has black color on #784272 background.


White color preview on #784272 background

This text has white color on #784272 background.