COLOR #785F7D

HEX: #785F7D
RGB: (120,95,125)

Color info

#785F7D contains red, green and blue colors in about the same proportion. Web safe color of #785F7D is #666666 (or #666).

RGB color model

#785F7D color RGB value is (120,95,125).

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

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 125 of 255 = 49%

120
95
125

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

Portions of RGB colors in percentages

R + G + B =
120 + 95 + 125 = 340 (100%)
R 120 of 340 ~ 35.29%
G 95 of 340 ~ 27.94%
B 125 of 340 ~ 36.76%

%35.29
%27.94
%36.76

CMYK color model

#785F7D color CMYK value is (4,24,0,51).

  • cyan value is 4.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(4,24,0,51)
C4M24Y0K51 
(4%,24%,0%,51%)
(0.04/0.24/0.00/0.51)	

CMYK percentages

%4
%24
%0
%50.98

Codes

Color #785F7D in popluar color models

785F7D
RGB12095125
HSL290°13.64%43.14%
HSB/HSV290°24.00%49.02%
CMYK4.00%24.00%0.00%
50.98%

Color #785F7D in popluar number systems.

HEX785F7D
Decimal12095125
Binary111100010111111111101
Octal170137175

Shades and tints

Shades of #785F7D

#785F7D
(120,95,125)
#6E5772
(110,87,114)
#644F67
(100,79,103)
#5A475C
(90,71,92)
#503F51
(80,63,81)
#463746
(70,55,70)
#3C2F3B
(60,47,59)
#322730
(50,39,48)
#281F25
(40,31,37)
#1E171A
(30,23,26)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #785F7D

#785F7D
(120,95,125)
#846D88
(132,109,136)
#907B93
(144,123,147)
#9C899E
(156,137,158)
#A897A9
(168,151,169)
#B4A5B4
(180,165,180)
#C0B3BF
(192,179,191)
#CCC1CA
(204,193,202)
#D8CFD5
(216,207,213)
#E4DDE0
(228,221,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785F7D; }

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

This text font color is #785F7D.


Background Color

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

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

This div background color is #785F7D.


Border color

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

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

This div border color is #785F7D.


Opacity

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

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

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

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

This text has shadow with #785F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785F7D on black background.


Color preview on white background

This text has color #785F7D on white background.



Black color preview on #785F7D background

This text has black color on #785F7D background.


White color preview on #785F7D background

This text has white color on #785F7D background.