COLOR #787670

HEX: #787670 RGB: (120,118,112)

Color info

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

RGB color model

#787670 color RGB value is (120,118,112).

RGB: (120,118,112) (47%, 46%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 112 of 255 = 44%

120
118
112

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

Portions of RGB colors in percentages

R + G + B = 120 + 118 + 112 = 350 (100%)
R 120 of 350 ~ 34.29%
G 118 of 350 ~ 33.71%
B 112 of 350 ~ 32'%

%34.29
%33.71
%32

CMYK color model

#787670 color CMYK value is (0,2,7,53).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 6.67%
  • key color value is 52.94%

CMYK: (0,2,7,53)
C0M2Y7K53 (0%, 2%, 7%, 53%)
(0.00 / 0.02 / 0.07 / 0.53)

CMYK percentages

%0
%1.67
%6.67
%52.94

Codes

Color #787670 in popluar color models

78 76 70
RGB 120 118 112
HSL 45° 3.45% 45.49%
HSB/HSV 45° 6.67% 47.06%
CMYK 0.00% 1.67% 6.67%
52.94%

Color #787670 in popluar number systems.

HEX 78 76 70
Decimal 120 118 112
Binary 1111000 1110110 1110000
Octal 170 166 160

Shades and tints

Shades of #787670

#787670
(120,118,112)
#6E6C66
(110,108,102)
#64625C
(100,98,92)
#5A5852
(90,88,82)
#504E48
(80,78,72)
#46443E
(70,68,62)
#3C3A34
(60,58,52)
#32302A
(50,48,42)
#282620
(40,38,32)
#1E1C16
(30,28,22)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #787670

#787670
(120,118,112)
#84827D
(132,130,125)
#908E8A
(144,142,138)
#9C9A97
(156,154,151)
#A8A6A4
(168,166,164)
#B4B2B1
(180,178,177)
#C0BEBE
(192,190,190)
#CCCACB
(204,202,203)
#D8D6D8
(216,214,216)
#E4E2E5
(228,226,229)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787670; }

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

This text font color is #787670.

Background Color

.myBgColor { background-color: #787670; }

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

This div background color is #787670.

Border color

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

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

This div border color is #787670.

Opacity

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

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

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

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

This text has shadow with #787670 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787670.

Preview

Color preview on black background

This text has color #787670 on black background.


Color preview on white background

This text has color #787670 on white background.


Black color preview on #787670 background

This text has black color on #787670 background.


White color preview on #787670 background

This text has white color on #787670 background.


Related colors

Complementary color

Complementary color for #hex is #87898F.


I love getcolorcode.com

Triadic colors

1 #707876 and #767078 with #787670 are triadic colors.

2 #707678 and #767870 with #787670 are triadic colors.