COLOR #785F8A

HEX: #785F8A
RGB: (120,95,138)

Color info

#785F8A contains red, green and blue colors in about the same proportion. Web safe color of #785F8A is #666699 (or #669).

RGB color model

#785F8A color RGB value is (120,95,138).

  • red value is 120;
  • green value is 95;
  • blue value is 138.
RGB:
(120,95,138)
(47%,37%,54%)

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 138 of 255 = 54%

120
95
138

R + G + B ~ 46%. #785F8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 95 + 138 = 353 (100%)
R 120 of 353 ~ 33.99%
G 95 of 353 ~ 26.91%
B 138 of 353 ~ 39.09%

%33.99
%26.91
%39.09

CMYK color model

#785F8A color CMYK value is (13,31,0,46).

  • cyan value is 13.04%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(13,31,0,46)
C13M31Y0K46 
(13%,31%,0%,46%)
(0.13/0.31/0.00/0.46)	

CMYK percentages

%13.04
%31.16
%0
%45.88

Codes

Color #785F8A in popluar color models

785F8A
RGB12095138
HSL275°18.45%45.69%
HSB/HSV275°31.16%54.12%
CMYK13.04%31.16%0.00%
45.88%

Color #785F8A in popluar number systems.

HEX785F8A
Decimal12095138
Binary1111000101111110001010
Octal170137212

Shades and tints

Shades of #785F8A

#785F8A
(120,95,138)
#6E577E
(110,87,126)
#644F72
(100,79,114)
#5A4766
(90,71,102)
#503F5A
(80,63,90)
#46374E
(70,55,78)
#3C2F42
(60,47,66)
#322736
(50,39,54)
#281F2A
(40,31,42)
#1E171E
(30,23,30)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #785F8A

#785F8A
(120,95,138)
#846D94
(132,109,148)
#907B9E
(144,123,158)
#9C89A8
(156,137,168)
#A897B2
(168,151,178)
#B4A5BC
(180,165,188)
#C0B3C6
(192,179,198)
#CCC1D0
(204,193,208)
#D8CFDA
(216,207,218)
#E4DDE4
(228,221,228)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785F8A color. Also use rgb(120,95,138) instead hex code.

Text Font Color

.myTextColor { color: #785F8A; }

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

This text font color is #785F8A.


Background Color

.myBgColor { background-color: #785F8A; }

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

This div background color is #785F8A.


Border color

.myBorderColor { border: 1px solid #785F8A; }

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

This div border color is #785F8A.


Opacity

.myOpacity80 { color: #785F8A; opacity: 0.8; }

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

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

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

This text has shadow with #785F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785F8A on black background.


Color preview on white background

This text has color #785F8A on white background.



Black color preview on #785F8A background

This text has black color on #785F8A background.


White color preview on #785F8A background

This text has white color on #785F8A background.