COLOR #76786E

HEX: #76786E
RGB: (118,120,110)

Color info

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

RGB color model

#76786E color RGB value is (118,120,110).

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

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 110 of 255 = 43%

118
120
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 110 = 348 (100%)
R 118 of 348 ~ 33.91%
G 120 of 348 ~ 34.48%
B 110 of 348 ~ 31.61%

%33.91
%34.48
%31.61

CMYK color model

#76786E color CMYK value is (2,0,8,53).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 52.94%
CMYK:
(2,0,8,53)
C2M0Y8K53 
(2%,0%,8%,53%)
(0.02/0.00/0.08/0.53)	

CMYK percentages

%1.67
%0
%8.33
%52.94

Codes

Color #76786E in popluar color models

76786E
RGB118120110
HSL72°4.35%45.10%
HSB/HSV72°8.33%47.06%
CMYK1.67%0.00%8.33%
52.94%

Color #76786E in popluar number systems.

HEX76786E
Decimal118120110
Binary111011011110001101110
Octal166170156

Shades and tints

Shades of #76786E

#76786E
(118,120,110)
#6C6E64
(108,110,100)
#62645A
(98,100,90)
#585A50
(88,90,80)
#4E5046
(78,80,70)
#44463C
(68,70,60)
#3A3C32
(58,60,50)
#303228
(48,50,40)
#26281E
(38,40,30)
#1C1E14
(28,30,20)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #76786E

#76786E
(118,120,110)
#82847B
(130,132,123)
#8E9088
(142,144,136)
#9A9C95
(154,156,149)
#A6A8A2
(166,168,162)
#B2B4AF
(178,180,175)
#BEC0BC
(190,192,188)
#CACCC9
(202,204,201)
#D6D8D6
(214,216,214)
#E2E4E3
(226,228,227)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76786E; }

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

This text font color is #76786E.


Background Color

.myBgColor { background-color: #76786E; }

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

This div background color is #76786E.


Border color

.myBorderColor { border: 1px solid #76786E; }

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

This div border color is #76786E.


Opacity

.myOpacity80 { color: #76786E; opacity: 0.8; }

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

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

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

This text has shadow with #76786E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76786E on black background.


Color preview on white background

This text has color #76786E on white background.



Black color preview on #76786E background

This text has black color on #76786E background.


White color preview on #76786E background

This text has white color on #76786E background.