COLOR #787575

HEX: #787575
RGB: (120,117,117)

Color info

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

RGB color model

#787575 color RGB value is (120,117,117).

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

RGB channels and saturation

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

120
117
117

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

Portions of RGB colors in percentages

R + G + B =
120 + 117 + 117 = 354 (100%)
R 120 of 354 ~ 33.9%
G 117 of 354 ~ 33.05%
B 117 of 354 ~ 33.05%

%33.9
%33.05
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 2.50%
  • key color value is 52.94%
CMYK:
(0,3,3,53)
C0M3Y3K53 
(0%,3%,3%,53%)
(0.00/0.03/0.03/0.53)	

CMYK percentages

%0
%2.5
%2.5
%52.94

Codes

Color #787575 in popluar color models

787575
RGB120117117
HSL1.27%46.47%
HSB/HSV2.50%47.06%
CMYK0.00%2.50%2.50%
52.94%

Color #787575 in popluar number systems.

HEX787575
Decimal120117117
Binary111100011101011110101
Octal170165165

Shades and tints

Shades of #787575

#787575
(120,117,117)
#6E6B6B
(110,107,107)
#646161
(100,97,97)
#5A5757
(90,87,87)
#504D4D
(80,77,77)
#464343
(70,67,67)
#3C3939
(60,57,57)
#322F2F
(50,47,47)
#282525
(40,37,37)
#1E1B1B
(30,27,27)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #787575

#787575
(120,117,117)
#848181
(132,129,129)
#908D8D
(144,141,141)
#9C9999
(156,153,153)
#A8A5A5
(168,165,165)
#B4B1B1
(180,177,177)
#C0BDBD
(192,189,189)
#CCC9C9
(204,201,201)
#D8D5D5
(216,213,213)
#E4E1E1
(228,225,225)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787575; }

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

This text font color is #787575.


Background Color

.myBgColor { background-color: #787575; }

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

This div background color is #787575.


Border color

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

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

This div border color is #787575.


Opacity

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

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

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

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

This text has shadow with #787575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787575 on black background.


Color preview on white background

This text has color #787575 on white background.



Black color preview on #787575 background

This text has black color on #787575 background.


White color preview on #787575 background

This text has white color on #787575 background.