COLOR #787975

HEX: #787975
RGB: (120,121,117)

Color info

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

RGB color model

#787975 color RGB value is (120,121,117).

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

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 117 of 255 = 46%

120
121
117

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

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 117 = 358 (100%)
R 120 of 358 ~ 33.52%
G 121 of 358 ~ 33.8%
B 117 of 358 ~ 32.68%

%33.52
%33.8
%32.68

CMYK color model

#787975 color CMYK value is (1,0,3,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(1,0,3,53)
C1M0Y3K53 
(1%,0%,3%,53%)
(0.01/0.00/0.03/0.53)	

CMYK percentages

%0.83
%0
%3.31
%52.55

Codes

Color #787975 in popluar color models

787975
RGB120121117
HSL75°1.68%46.67%
HSB/HSV75°3.31%47.45%
CMYK0.83%0.00%3.31%
52.55%

Color #787975 in popluar number systems.

HEX787975
Decimal120121117
Binary111100011110011110101
Octal170171165

Shades and tints

Shades of #787975

#787975
(120,121,117)
#6E6E6B
(110,110,107)
#646361
(100,99,97)
#5A5857
(90,88,87)
#504D4D
(80,77,77)
#464243
(70,66,67)
#3C3739
(60,55,57)
#322C2F
(50,44,47)
#282125
(40,33,37)
#1E161B
(30,22,27)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #787975

#787975
(120,121,117)
#848581
(132,133,129)
#90918D
(144,145,141)
#9C9D99
(156,157,153)
#A8A9A5
(168,169,165)
#B4B5B1
(180,181,177)
#C0C1BD
(192,193,189)
#CCCDC9
(204,205,201)
#D8D9D5
(216,217,213)
#E4E5E1
(228,229,225)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787975; }

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

This text font color is #787975.


Background Color

.myBgColor { background-color: #787975; }

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

This div background color is #787975.


Border color

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

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

This div border color is #787975.


Opacity

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

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

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

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

This text has shadow with #787975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787975 on black background.


Color preview on white background

This text has color #787975 on white background.



Black color preview on #787975 background

This text has black color on #787975 background.


White color preview on #787975 background

This text has white color on #787975 background.