COLOR #76807A

HEX: #76807A
RGB: (118,128,122)

Color info

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

RGB color model

#76807A color RGB value is (118,128,122).

  • red value is 118;
  • green value is 128;
  • blue value is 122.
RGB:
(118,128,122)
(46%,50%,48%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 122 of 255 = 48%

118
128
122

R + G + B ~ 48%. #76807A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 122 = 368 (100%)
R 118 of 368 ~ 32.07%
G 128 of 368 ~ 34.78%
B 122 of 368 ~ 33.15%

%32.07
%34.78
%33.15

CMYK color model

#76807A color CMYK value is (8,0,5,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 49.80%
CMYK:
(8,0,5,50)
C8M0Y5K50 
(8%,0%,5%,50%)
(0.08/0.00/0.05/0.50)	

CMYK percentages

%7.81
%0
%4.69
%49.8

Codes

Color #76807A in popluar color models

76807A
RGB118128122
HSL144°4.07%48.24%
HSB/HSV144°7.81%50.20%
CMYK7.81%0.00%4.69%
49.80%

Color #76807A in popluar number systems.

HEX76807A
Decimal118128122
Binary1110110100000001111010
Octal166200172

Shades and tints

Shades of #76807A

#76807A
(118,128,122)
#6C756F
(108,117,111)
#626A64
(98,106,100)
#585F59
(88,95,89)
#4E544E
(78,84,78)
#444943
(68,73,67)
#3A3E38
(58,62,56)
#30332D
(48,51,45)
#262822
(38,40,34)
#1C1D17
(28,29,23)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #76807A

#76807A
(118,128,122)
#828B86
(130,139,134)
#8E9692
(142,150,146)
#9AA19E
(154,161,158)
#A6ACAA
(166,172,170)
#B2B7B6
(178,183,182)
#BEC2C2
(190,194,194)
#CACDCE
(202,205,206)
#D6D8DA
(214,216,218)
#E2E3E6
(226,227,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76807A color. Also use rgb(118,128,122) instead hex code.

Text Font Color

.myTextColor { color: #76807A; }

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

This text font color is #76807A.


Background Color

.myBgColor { background-color: #76807A; }

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

This div background color is #76807A.


Border color

.myBorderColor { border: 1px solid #76807A; }

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

This div border color is #76807A.


Opacity

.myOpacity80 { color: #76807A; opacity: 0.8; }

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

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

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

This text has shadow with #76807A color.

.textShadow {text-shadow: 3px 3px 1px #76807A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76807A on black background.


Color preview on white background

This text has color #76807A on white background.



Black color preview on #76807A background

This text has black color on #76807A background.


White color preview on #76807A background

This text has white color on #76807A background.