COLOR #785872

HEX: #785872
RGB: (120,88,114)

Color info

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

RGB color model

#785872 color RGB value is (120,88,114).

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

RGB channels and saturation

R 120 of 255 = 47%
G 88 of 255 = 35%
B 114 of 255 = 45%

120
88
114

R + G + B ~ 42%. #785872 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 88 + 114 = 322 (100%)
R 120 of 322 ~ 37.27%
G 88 of 322 ~ 27.33%
B 114 of 322 ~ 35.4%

%37.27
%27.33
%35.4

CMYK color model

#785872 color CMYK value is (0,27,5,53).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(0,27,5,53)
C0M27Y5K53 
(0%,27%,5%,53%)
(0.00/0.27/0.05/0.53)	

CMYK percentages

%0
%26.67
%5
%52.94

Codes

Color #785872 in popluar color models

785872
RGB12088114
HSL311°15.38%40.78%
HSB/HSV311°26.67%47.06%
CMYK0.00%26.67%5.00%
52.94%

Color #785872 in popluar number systems.

HEX785872
Decimal12088114
Binary111100010110001110010
Octal170130162

Shades and tints

Shades of #785872

#785872
(120,88,114)
#6E5068
(110,80,104)
#64485E
(100,72,94)
#5A4054
(90,64,84)
#50384A
(80,56,74)
#463040
(70,48,64)
#3C2836
(60,40,54)
#32202C
(50,32,44)
#281822
(40,24,34)
#1E1018
(30,16,24)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #785872

#785872
(120,88,114)
#84677E
(132,103,126)
#90768A
(144,118,138)
#9C8596
(156,133,150)
#A894A2
(168,148,162)
#B4A3AE
(180,163,174)
#C0B2BA
(192,178,186)
#CCC1C6
(204,193,198)
#D8D0D2
(216,208,210)
#E4DFDE
(228,223,222)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785872; }

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

This text font color is #785872.


Background Color

.myBgColor { background-color: #785872; }

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

This div background color is #785872.


Border color

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

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

This div border color is #785872.


Opacity

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

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

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

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

This text has shadow with #785872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785872 on black background.


Color preview on white background

This text has color #785872 on white background.



Black color preview on #785872 background

This text has black color on #785872 background.


White color preview on #785872 background

This text has white color on #785872 background.