COLOR #784175

HEX: #784175
RGB: (120,65,117)

Color info

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

RGB color model

#784175 color RGB value is (120,65,117).

  • red value is 120;
  • green value is 65;
  • blue value is 117.
RGB:
(120,65,117)
(47%,25%,46%)

RGB channels and saturation

R 120 of 255 = 47%
G 65 of 255 = 25%
B 117 of 255 = 46%

120
65
117

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

Portions of RGB colors in percentages

R + G + B =
120 + 65 + 117 = 302 (100%)
R 120 of 302 ~ 39.74%
G 65 of 302 ~ 21.52%
B 117 of 302 ~ 38.74%

%39.74
%21.52
%38.74

CMYK color model

#784175 color CMYK value is (0,46,3,53).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 2.50%
  • key color value is 52.94%
CMYK:
(0,46,3,53)
C0M46Y3K53 
(0%,46%,3%,53%)
(0.00/0.46/0.03/0.53)	

CMYK percentages

%0
%45.83
%2.5
%52.94

Codes

Color #784175 in popluar color models

784175
RGB12065117
HSL303°29.73%36.27%
HSB/HSV303°45.83%47.06%
CMYK0.00%45.83%2.50%
52.94%

Color #784175 in popluar number systems.

HEX784175
Decimal12065117
Binary111100010000011110101
Octal170101165

Shades and tints

Shades of #784175

#784175
(120,65,117)
#6E3C6B
(110,60,107)
#643761
(100,55,97)
#5A3257
(90,50,87)
#502D4D
(80,45,77)
#462843
(70,40,67)
#3C2339
(60,35,57)
#321E2F
(50,30,47)
#281925
(40,25,37)
#1E141B
(30,20,27)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #784175

#784175
(120,65,117)
#845281
(132,82,129)
#90638D
(144,99,141)
#9C7499
(156,116,153)
#A885A5
(168,133,165)
#B496B1
(180,150,177)
#C0A7BD
(192,167,189)
#CCB8C9
(204,184,201)
#D8C9D5
(216,201,213)
#E4DAE1
(228,218,225)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784175; }

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

This text font color is #784175.


Background Color

.myBgColor { background-color: #784175; }

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

This div background color is #784175.


Border color

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

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

This div border color is #784175.


Opacity

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

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

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

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

This text has shadow with #784175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784175 on black background.


Color preview on white background

This text has color #784175 on white background.



Black color preview on #784175 background

This text has black color on #784175 background.


White color preview on #784175 background

This text has white color on #784175 background.