COLOR #787A4A

HEX: #787A4A RGB: (120,122,74)

Color info

#787A4A contains red, green and blue colors in about the same proportion. Web safe color of #787A4A is #666633 (or #663).

RGB color model

#787A4A color RGB value is (120,122,74).

RGB: (120,122,74) (47%, 48%, 29%)

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 74 of 255 = 29%

120
122
74

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

Portions of RGB colors in percentages

R + G + B = 120 + 122 + 74 = 316 (100%)
R 120 of 316 ~ 37.97%
G 122 of 316 ~ 38.61%
B 74 of 316 ~ 23.42'%

%37.97
%38.61
%23.42

CMYK color model

#787A4A color CMYK value is (2,0,39,52).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 52.16%

CMYK: (2,0,39,52)
C2M0Y39K52 (2%, 0%, 39%, 52%)
(0.02 / 0.00 / 0.39 / 0.52)

CMYK percentages

%1.64
%0
%39.34
%52.16

Codes

Color #787A4A in popluar color models

78 7A 4A
RGB 120 122 74
HSL 63° 24.49% 38.43%
HSB/HSV 63° 39.34% 47.84%
CMYK 1.64% 0.00% 39.34%
52.16%

Color #787A4A in popluar number systems.

HEX 78 7A 4A
Decimal 120 122 74
Binary 1111000 1111010 1001010
Octal 170 172 112

Shades and tints

Shades of #787A4A

#787A4A
(120,122,74)
#6E6F44
(110,111,68)
#64643E
(100,100,62)
#5A5938
(90,89,56)
#504E32
(80,78,50)
#46432C
(70,67,44)
#3C3826
(60,56,38)
#322D20
(50,45,32)
#28221A
(40,34,26)
#1E1714
(30,23,20)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #787A4A

#787A4A
(120,122,74)
#84865A
(132,134,90)
#90926A
(144,146,106)
#9C9E7A
(156,158,122)
#A8AA8A
(168,170,138)
#B4B69A
(180,182,154)
#C0C2AA
(192,194,170)
#CCCEBA
(204,206,186)
#D8DACA
(216,218,202)
#E4E6DA
(228,230,218)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787A4A; }

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

This text font color is #787A4A.

Background Color

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

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

This div background color is #787A4A.

Border color

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

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

This div border color is #787A4A.

Opacity

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

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

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

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

This text has shadow with #787A4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787A4A.

Preview

Color preview on black background

This text has color #787A4A on black background.


Color preview on white background

This text has color #787A4A on white background.


Black color preview on #787A4A background

This text has black color on #787A4A background.


White color preview on #787A4A background

This text has white color on #787A4A background.


Related colors

Complementary color

Complementary color for #hex is #8785B5.


I love getcolorcode.com

Triadic colors

1 #4A787A and #7A4A78 with #787A4A are triadic colors.

2 #4A7A78 and #7A784A with #787A4A are triadic colors.