COLOR #785166

HEX: #785166
RGB: (120,81,102)

Color info

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

RGB color model

#785166 color RGB value is (120,81,102).

  • red value is 120;
  • green value is 81;
  • blue value is 102.
RGB:
(120,81,102)
(47%,32%,40%)

RGB channels and saturation

R 120 of 255 = 47%
G 81 of 255 = 32%
B 102 of 255 = 40%

120
81
102

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

Portions of RGB colors in percentages

R + G + B =
120 + 81 + 102 = 303 (100%)
R 120 of 303 ~ 39.6%
G 81 of 303 ~ 26.73%
B 102 of 303 ~ 33.66%

%39.6
%26.73
%33.66

CMYK color model

#785166 color CMYK value is (0,33,15,53).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 15.00%
  • key color value is 52.94%
CMYK:
(0,33,15,53)
C0M33Y15K53 
(0%,33%,15%,53%)
(0.00/0.33/0.15/0.53)	

CMYK percentages

%0
%32.5
%15
%52.94

Codes

Color #785166 in popluar color models

785166
RGB12081102
HSL328°19.40%39.41%
HSB/HSV328°32.50%47.06%
CMYK0.00%32.50%15.00%
52.94%

Color #785166 in popluar number systems.

HEX785166
Decimal12081102
Binary111100010100011100110
Octal170121146

Shades and tints

Shades of #785166

#785166
(120,81,102)
#6E4A5D
(110,74,93)
#644354
(100,67,84)
#5A3C4B
(90,60,75)
#503542
(80,53,66)
#462E39
(70,46,57)
#3C2730
(60,39,48)
#322027
(50,32,39)
#28191E
(40,25,30)
#1E1215
(30,18,21)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #785166

#785166
(120,81,102)
#846073
(132,96,115)
#906F80
(144,111,128)
#9C7E8D
(156,126,141)
#A88D9A
(168,141,154)
#B49CA7
(180,156,167)
#C0ABB4
(192,171,180)
#CCBAC1
(204,186,193)
#D8C9CE
(216,201,206)
#E4D8DB
(228,216,219)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785166 color. Also use rgb(120,81,102) instead hex code.

Text Font Color

.myTextColor { color: #785166; }

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

This text font color is #785166.


Background Color

.myBgColor { background-color: #785166; }

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

This div background color is #785166.


Border color

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

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

This div border color is #785166.


Opacity

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

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

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

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

This text has shadow with #785166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785166 on black background.


Color preview on white background

This text has color #785166 on white background.



Black color preview on #785166 background

This text has black color on #785166 background.


White color preview on #785166 background

This text has white color on #785166 background.