COLOR #787C6C

HEX: #787C6C
RGB: (120,124,108)

Color info

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

RGB color model

#787C6C color RGB value is (120,124,108).

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

RGB channels and saturation

R 120 of 255 = 47%
G 124 of 255 = 49%
B 108 of 255 = 42%

120
124
108

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

Portions of RGB colors in percentages

R + G + B =
120 + 124 + 108 = 352 (100%)
R 120 of 352 ~ 34.09%
G 124 of 352 ~ 35.23%
B 108 of 352 ~ 30.68%

%34.09
%35.23
%30.68

CMYK color model

#787C6C color CMYK value is (3,0,13,51).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 51.37%
CMYK:
(3,0,13,51)
C3M0Y13K51 
(3%,0%,13%,51%)
(0.03/0.00/0.13/0.51)	

CMYK percentages

%3.23
%0
%12.9
%51.37

Codes

Color #787C6C in popluar color models

787C6C
RGB120124108
HSL75°6.90%45.49%
HSB/HSV75°12.90%48.63%
CMYK3.23%0.00%12.90%
51.37%

Color #787C6C in popluar number systems.

HEX787C6C
Decimal120124108
Binary111100011111001101100
Octal170174154

Shades and tints

Shades of #787C6C

#787C6C
(120,124,108)
#6E7163
(110,113,99)
#64665A
(100,102,90)
#5A5B51
(90,91,81)
#505048
(80,80,72)
#46453F
(70,69,63)
#3C3A36
(60,58,54)
#322F2D
(50,47,45)
#282424
(40,36,36)
#1E191B
(30,25,27)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #787C6C

#787C6C
(120,124,108)
#848779
(132,135,121)
#909286
(144,146,134)
#9C9D93
(156,157,147)
#A8A8A0
(168,168,160)
#B4B3AD
(180,179,173)
#C0BEBA
(192,190,186)
#CCC9C7
(204,201,199)
#D8D4D4
(216,212,212)
#E4DFE1
(228,223,225)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787C6C; }

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

This text font color is #787C6C.


Background Color

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

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

This div background color is #787C6C.


Border color

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

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

This div border color is #787C6C.


Opacity

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

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

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

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

This text has shadow with #787C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787C6C on black background.


Color preview on white background

This text has color #787C6C on white background.



Black color preview on #787C6C background

This text has black color on #787C6C background.


White color preview on #787C6C background

This text has white color on #787C6C background.