COLOR #787C75

HEX: #787C75
RGB: (120,124,117)

Color info

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

RGB color model

#787C75 color RGB value is (120,124,117).

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

RGB channels and saturation

R 120 of 255 = 47%
G 124 of 255 = 49%
B 117 of 255 = 46%

120
124
117

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

Portions of RGB colors in percentages

R + G + B =
120 + 124 + 117 = 361 (100%)
R 120 of 361 ~ 33.24%
G 124 of 361 ~ 34.35%
B 117 of 361 ~ 32.41%

%33.24
%34.35
%32.41

CMYK color model

#787C75 color CMYK value is (3,0,6,51).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 51.37%
CMYK:
(3,0,6,51)
C3M0Y6K51 
(3%,0%,6%,51%)
(0.03/0.00/0.06/0.51)	

CMYK percentages

%3.23
%0
%5.65
%51.37

Codes

Color #787C75 in popluar color models

787C75
RGB120124117
HSL94°2.90%47.25%
HSB/HSV94°5.65%48.63%
CMYK3.23%0.00%5.65%
51.37%

Color #787C75 in popluar number systems.

HEX787C75
Decimal120124117
Binary111100011111001110101
Octal170174165

Shades and tints

Shades of #787C75

#787C75
(120,124,117)
#6E716B
(110,113,107)
#646661
(100,102,97)
#5A5B57
(90,91,87)
#50504D
(80,80,77)
#464543
(70,69,67)
#3C3A39
(60,58,57)
#322F2F
(50,47,47)
#282425
(40,36,37)
#1E191B
(30,25,27)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #787C75

#787C75
(120,124,117)
#848781
(132,135,129)
#90928D
(144,146,141)
#9C9D99
(156,157,153)
#A8A8A5
(168,168,165)
#B4B3B1
(180,179,177)
#C0BEBD
(192,190,189)
#CCC9C9
(204,201,201)
#D8D4D5
(216,212,213)
#E4DFE1
(228,223,225)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787C75; }

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

This text font color is #787C75.


Background Color

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

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

This div background color is #787C75.


Border color

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

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

This div border color is #787C75.


Opacity

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

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

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

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

This text has shadow with #787C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787C75 on black background.


Color preview on white background

This text has color #787C75 on white background.



Black color preview on #787C75 background

This text has black color on #787C75 background.


White color preview on #787C75 background

This text has white color on #787C75 background.