COLOR #785C6C

HEX: #785C6C
RGB: (120,92,108)

Color info

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

RGB color model

#785C6C color RGB value is (120,92,108).

  • red value is 120;
  • green value is 92;
  • blue value is 108.
RGB:
(120,92,108)
(47%,36%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 92 of 255 = 36%
B 108 of 255 = 42%

120
92
108

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

Portions of RGB colors in percentages

R + G + B =
120 + 92 + 108 = 320 (100%)
R 120 of 320 ~ 37.5%
G 92 of 320 ~ 28.75%
B 108 of 320 ~ 33.75%

%37.5
%28.75
%33.75

CMYK color model

#785C6C color CMYK value is (0,23,10,53).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 10.00%
  • key color value is 52.94%
CMYK:
(0,23,10,53)
C0M23Y10K53 
(0%,23%,10%,53%)
(0.00/0.23/0.10/0.53)	

CMYK percentages

%0
%23.33
%10
%52.94

Codes

Color #785C6C in popluar color models

785C6C
RGB12092108
HSL326°13.21%41.57%
HSB/HSV326°23.33%47.06%
CMYK0.00%23.33%10.00%
52.94%

Color #785C6C in popluar number systems.

HEX785C6C
Decimal12092108
Binary111100010111001101100
Octal170134154

Shades and tints

Shades of #785C6C

#785C6C
(120,92,108)
#6E5463
(110,84,99)
#644C5A
(100,76,90)
#5A4451
(90,68,81)
#503C48
(80,60,72)
#46343F
(70,52,63)
#3C2C36
(60,44,54)
#32242D
(50,36,45)
#281C24
(40,28,36)
#1E141B
(30,20,27)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #785C6C

#785C6C
(120,92,108)
#846A79
(132,106,121)
#907886
(144,120,134)
#9C8693
(156,134,147)
#A894A0
(168,148,160)
#B4A2AD
(180,162,173)
#C0B0BA
(192,176,186)
#CCBEC7
(204,190,199)
#D8CCD4
(216,204,212)
#E4DAE1
(228,218,225)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785C6C color. Also use rgb(120,92,108) instead hex code.

Text Font Color

.myTextColor { color: #785C6C; }

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

This text font color is #785C6C.


Background Color

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

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

This div background color is #785C6C.


Border color

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

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

This div border color is #785C6C.


Opacity

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

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

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

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

This text has shadow with #785C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785C6C on black background.


Color preview on white background

This text has color #785C6C on white background.



Black color preview on #785C6C background

This text has black color on #785C6C background.


White color preview on #785C6C background

This text has white color on #785C6C background.