COLOR #786179

HEX: #786179
RGB: (120,97,121)

Color info

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

RGB color model

#786179 color RGB value is (120,97,121).

  • red value is 120;
  • green value is 97;
  • blue value is 121.
RGB:
(120,97,121)
(47%,38%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 97 of 255 = 38%
B 121 of 255 = 47%

120
97
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 97 + 121 = 338 (100%)
R 120 of 338 ~ 35.5%
G 97 of 338 ~ 28.7%
B 121 of 338 ~ 35.8%

%35.5
%28.7
%35.8

CMYK color model

#786179 color CMYK value is (1,20,0,53).

  • cyan value is 0.83%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(1,20,0,53)
C1M20Y0K53 
(1%,20%,0%,53%)
(0.01/0.20/0.00/0.53)	

CMYK percentages

%0.83
%19.83
%0
%52.55

Codes

Color #786179 in popluar color models

786179
RGB12097121
HSL298°11.01%42.75%
HSB/HSV298°19.83%47.45%
CMYK0.83%19.83%0.00%
52.55%

Color #786179 in popluar number systems.

HEX786179
Decimal12097121
Binary111100011000011111001
Octal170141171

Shades and tints

Shades of #786179

#786179
(120,97,121)
#6E596E
(110,89,110)
#645163
(100,81,99)
#5A4958
(90,73,88)
#50414D
(80,65,77)
#463942
(70,57,66)
#3C3137
(60,49,55)
#32292C
(50,41,44)
#282121
(40,33,33)
#1E1916
(30,25,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #786179

#786179
(120,97,121)
#846F85
(132,111,133)
#907D91
(144,125,145)
#9C8B9D
(156,139,157)
#A899A9
(168,153,169)
#B4A7B5
(180,167,181)
#C0B5C1
(192,181,193)
#CCC3CD
(204,195,205)
#D8D1D9
(216,209,217)
#E4DFE5
(228,223,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786179 color. Also use rgb(120,97,121) instead hex code.

Text Font Color

.myTextColor { color: #786179; }

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

This text font color is #786179.


Background Color

.myBgColor { background-color: #786179; }

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

This div background color is #786179.


Border color

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

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

This div border color is #786179.


Opacity

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

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

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

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

This text has shadow with #786179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786179 on black background.


Color preview on white background

This text has color #786179 on white background.



Black color preview on #786179 background

This text has black color on #786179 background.


White color preview on #786179 background

This text has white color on #786179 background.