COLOR #786F6A

HEX: #786F6A RGB: (120,111,106)

Color info

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

RGB color model

#786F6A color RGB value is (120,111,106).

RGB: (120,111,106) (47%, 44%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 111 of 255 = 44%
B 106 of 255 = 42%

120
111
106

R + G + B ~ 44%. #786F6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 111 + 106 = 337 (100%)
R 120 of 337 ~ 35.61%
G 111 of 337 ~ 32.94%
B 106 of 337 ~ 31.45'%

%35.61
%32.94
%31.45

CMYK color model

#786F6A color CMYK value is (0,8,12,53).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 11.67%
  • key color value is 52.94%

CMYK: (0,8,12,53)
C0M8Y12K53 (0%, 8%, 12%, 53%)
(0.00 / 0.08 / 0.12 / 0.53)

CMYK percentages

%0
%7.5
%11.67
%52.94

Codes

Color #786F6A in popluar color models

78 6F 6A
RGB 120 111 106
HSL 21° 6.19% 44.31%
HSB/HSV 21° 11.67% 47.06%
CMYK 0.00% 7.50% 11.67%
52.94%

Color #786F6A in popluar number systems.

HEX 78 6F 6A
Decimal 120 111 106
Binary 1111000 1101111 1101010
Octal 170 157 152

Shades and tints

Shades of #786F6A

#786F6A
(120,111,106)
#6E6561
(110,101,97)
#645B58
(100,91,88)
#5A514F
(90,81,79)
#504746
(80,71,70)
#463D3D
(70,61,61)
#3C3334
(60,51,52)
#32292B
(50,41,43)
#281F22
(40,31,34)
#1E1519
(30,21,25)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #786F6A

#786F6A
(120,111,106)
#847C77
(132,124,119)
#908984
(144,137,132)
#9C9691
(156,150,145)
#A8A39E
(168,163,158)
#B4B0AB
(180,176,171)
#C0BDB8
(192,189,184)
#CCCAC5
(204,202,197)
#D8D7D2
(216,215,210)
#E4E4DF
(228,228,223)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786F6A color. Also use rgb(120,111,106) instead hex code.

Text Font Color

.myTextColor { color: #786F6A; }

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

This text font color is #786F6A.

Background Color

.myBgColor { background-color: #786F6A; }

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

This div background color is #786F6A.

Border color

.myBorderColor { border: 1px solid #786F6A; }

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

This div border color is #786F6A.

Opacity

.myOpacity80 { color: #786F6A; opacity: 0.8; }

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

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

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

This text has shadow with #786F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786F6A.

Preview

Color preview on black background

This text has color #786F6A on black background.


Color preview on white background

This text has color #786F6A on white background.


Black color preview on #786F6A background

This text has black color on #786F6A background.


White color preview on #786F6A background

This text has white color on #786F6A background.


Related colors

Complementary color

Complementary color for #hex is #879095.


I love getcolorcode.com

Triadic colors

1 #6A786F and #6F6A78 with #786F6A are triadic colors.

2 #6A6F78 and #6F786A with #786F6A are triadic colors.