COLOR #787A69

HEX: #787A69
RGB: (120,122,105)

Color info

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

RGB color model

#787A69 color RGB value is (120,122,105).

  • red value is 120;
  • green value is 122;
  • blue value is 105.
RGB:
(120,122,105)
(47%,48%,41%)

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 105 of 255 = 41%

120
122
105

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

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 105 = 347 (100%)
R 120 of 347 ~ 34.58%
G 122 of 347 ~ 35.16%
B 105 of 347 ~ 30.26%

%34.58
%35.16
%30.26

CMYK color model

#787A69 color CMYK value is (2,0,14,52).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 52.16%
CMYK:
(2,0,14,52)
C2M0Y14K52 
(2%,0%,14%,52%)
(0.02/0.00/0.14/0.52)	

CMYK percentages

%1.64
%0
%13.93
%52.16

Codes

Color #787A69 in popluar color models

787A69
RGB120122105
HSL67°7.49%44.51%
HSB/HSV67°13.93%47.84%
CMYK1.64%0.00%13.93%
52.16%

Color #787A69 in popluar number systems.

HEX787A69
Decimal120122105
Binary111100011110101101001
Octal170172151

Shades and tints

Shades of #787A69

#787A69
(120,122,105)
#6E6F60
(110,111,96)
#646457
(100,100,87)
#5A594E
(90,89,78)
#504E45
(80,78,69)
#46433C
(70,67,60)
#3C3833
(60,56,51)
#322D2A
(50,45,42)
#282221
(40,34,33)
#1E1718
(30,23,24)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #787A69

#787A69
(120,122,105)
#848676
(132,134,118)
#909283
(144,146,131)
#9C9E90
(156,158,144)
#A8AA9D
(168,170,157)
#B4B6AA
(180,182,170)
#C0C2B7
(192,194,183)
#CCCEC4
(204,206,196)
#D8DAD1
(216,218,209)
#E4E6DE
(228,230,222)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787A69 color. Also use rgb(120,122,105) instead hex code.

Text Font Color

.myTextColor { color: #787A69; }

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

This text font color is #787A69.


Background Color

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

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

This div background color is #787A69.


Border color

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

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

This div border color is #787A69.


Opacity

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

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

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

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

This text has shadow with #787A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787A69 on black background.


Color preview on white background

This text has color #787A69 on white background.



Black color preview on #787A69 background

This text has black color on #787A69 background.


White color preview on #787A69 background

This text has white color on #787A69 background.