COLOR #784B70

HEX: #784B70
RGB: (120,75,112)

Color info

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

RGB color model

#784B70 color RGB value is (120,75,112).

  • red value is 120;
  • green value is 75;
  • blue value is 112.
RGB:
(120,75,112)
(47%,29%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 75 of 255 = 29%
B 112 of 255 = 44%

120
75
112

R + G + B ~ 40%. #784B70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 75 + 112 = 307 (100%)
R 120 of 307 ~ 39.09%
G 75 of 307 ~ 24.43%
B 112 of 307 ~ 36.48%

%39.09
%24.43
%36.48

CMYK color model

#784B70 color CMYK value is (0,38,7,53).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 6.67%
  • key color value is 52.94%
CMYK:
(0,38,7,53)
C0M38Y7K53 
(0%,38%,7%,53%)
(0.00/0.38/0.07/0.53)	

CMYK percentages

%0
%37.5
%6.67
%52.94

Codes

Color #784B70 in popluar color models

784B70
RGB12075112
HSL311°23.08%38.24%
HSB/HSV311°37.50%47.06%
CMYK0.00%37.50%6.67%
52.94%

Color #784B70 in popluar number systems.

HEX784B70
Decimal12075112
Binary111100010010111110000
Octal170113160

Shades and tints

Shades of #784B70

#784B70
(120,75,112)
#6E4566
(110,69,102)
#643F5C
(100,63,92)
#5A3952
(90,57,82)
#503348
(80,51,72)
#462D3E
(70,45,62)
#3C2734
(60,39,52)
#32212A
(50,33,42)
#281B20
(40,27,32)
#1E1516
(30,21,22)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #784B70

#784B70
(120,75,112)
#845B7D
(132,91,125)
#906B8A
(144,107,138)
#9C7B97
(156,123,151)
#A88BA4
(168,139,164)
#B49BB1
(180,155,177)
#C0ABBE
(192,171,190)
#CCBBCB
(204,187,203)
#D8CBD8
(216,203,216)
#E4DBE5
(228,219,229)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784B70 color. Also use rgb(120,75,112) instead hex code.

Text Font Color

.myTextColor { color: #784B70; }

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

This text font color is #784B70.


Background Color

.myBgColor { background-color: #784B70; }

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

This div background color is #784B70.


Border color

.myBorderColor { border: 1px solid #784B70; }

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

This div border color is #784B70.


Opacity

.myOpacity80 { color: #784B70; opacity: 0.8; }

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

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

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

This text has shadow with #784B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784B70 on black background.


Color preview on white background

This text has color #784B70 on white background.



Black color preview on #784B70 background

This text has black color on #784B70 background.


White color preview on #784B70 background

This text has white color on #784B70 background.