COLOR #785068

HEX: #785068
RGB: (120,80,104)

Color info

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

RGB color model

#785068 color RGB value is (120,80,104).

  • red value is 120;
  • green value is 80;
  • blue value is 104.
RGB:
(120,80,104)
(47%,31%,41%)

RGB channels and saturation

R 120 of 255 = 47%
G 80 of 255 = 31%
B 104 of 255 = 41%

120
80
104

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

Portions of RGB colors in percentages

R + G + B =
120 + 80 + 104 = 304 (100%)
R 120 of 304 ~ 39.47%
G 80 of 304 ~ 26.32%
B 104 of 304 ~ 34.21%

%39.47
%26.32
%34.21

CMYK color model

#785068 color CMYK value is (0,33,13,53).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 13.33%
  • key color value is 52.94%
CMYK:
(0,33,13,53)
C0M33Y13K53 
(0%,33%,13%,53%)
(0.00/0.33/0.13/0.53)	

CMYK percentages

%0
%33.33
%13.33
%52.94

Codes

Color #785068 in popluar color models

785068
RGB12080104
HSL324°20.00%39.22%
HSB/HSV324°33.33%47.06%
CMYK0.00%33.33%13.33%
52.94%

Color #785068 in popluar number systems.

HEX785068
Decimal12080104
Binary111100010100001101000
Octal170120150

Shades and tints

Shades of #785068

#785068
(120,80,104)
#6E495F
(110,73,95)
#644256
(100,66,86)
#5A3B4D
(90,59,77)
#503444
(80,52,68)
#462D3B
(70,45,59)
#3C2632
(60,38,50)
#321F29
(50,31,41)
#281820
(40,24,32)
#1E1117
(30,17,23)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #785068

#785068
(120,80,104)
#845F75
(132,95,117)
#906E82
(144,110,130)
#9C7D8F
(156,125,143)
#A88C9C
(168,140,156)
#B49BA9
(180,155,169)
#C0AAB6
(192,170,182)
#CCB9C3
(204,185,195)
#D8C8D0
(216,200,208)
#E4D7DD
(228,215,221)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785068 color. Also use rgb(120,80,104) instead hex code.

Text Font Color

.myTextColor { color: #785068; }

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

This text font color is #785068.


Background Color

.myBgColor { background-color: #785068; }

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

This div background color is #785068.


Border color

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

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

This div border color is #785068.


Opacity

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

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

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

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

This text has shadow with #785068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785068 on black background.


Color preview on white background

This text has color #785068 on white background.



Black color preview on #785068 background

This text has black color on #785068 background.


White color preview on #785068 background

This text has white color on #785068 background.