COLOR #786074

HEX: #786074
RGB: (120,96,116)

Color info

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

RGB color model

#786074 color RGB value is (120,96,116).

  • red value is 120;
  • green value is 96;
  • blue value is 116.
RGB:
(120,96,116)
(47%,38%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 96 of 255 = 38%
B 116 of 255 = 45%

120
96
116

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

Portions of RGB colors in percentages

R + G + B =
120 + 96 + 116 = 332 (100%)
R 120 of 332 ~ 36.14%
G 96 of 332 ~ 28.92%
B 116 of 332 ~ 34.94%

%36.14
%28.92
%34.94

CMYK color model

#786074 color CMYK value is (0,20,3,53).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(0,20,3,53)
C0M20Y3K53 
(0%,20%,3%,53%)
(0.00/0.20/0.03/0.53)	

CMYK percentages

%0
%20
%3.33
%52.94

Codes

Color #786074 in popluar color models

786074
RGB12096116
HSL310°11.11%42.35%
HSB/HSV310°20.00%47.06%
CMYK0.00%20.00%3.33%
52.94%

Color #786074 in popluar number systems.

HEX786074
Decimal12096116
Binary111100011000001110100
Octal170140164

Shades and tints

Shades of #786074

#786074
(120,96,116)
#6E586A
(110,88,106)
#645060
(100,80,96)
#5A4856
(90,72,86)
#50404C
(80,64,76)
#463842
(70,56,66)
#3C3038
(60,48,56)
#32282E
(50,40,46)
#282024
(40,32,36)
#1E181A
(30,24,26)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #786074

#786074
(120,96,116)
#846E80
(132,110,128)
#907C8C
(144,124,140)
#9C8A98
(156,138,152)
#A898A4
(168,152,164)
#B4A6B0
(180,166,176)
#C0B4BC
(192,180,188)
#CCC2C8
(204,194,200)
#D8D0D4
(216,208,212)
#E4DEE0
(228,222,224)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786074 color. Also use rgb(120,96,116) instead hex code.

Text Font Color

.myTextColor { color: #786074; }

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

This text font color is #786074.


Background Color

.myBgColor { background-color: #786074; }

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

This div background color is #786074.


Border color

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

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

This div border color is #786074.


Opacity

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

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

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

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

This text has shadow with #786074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786074 on black background.


Color preview on white background

This text has color #786074 on white background.



Black color preview on #786074 background

This text has black color on #786074 background.


White color preview on #786074 background

This text has white color on #786074 background.