COLOR #76787A

HEX: #76787A
RGB: (118,120,122)

Color info

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

RGB color model

#76787A color RGB value is (118,120,122).

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

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 122 of 255 = 48%

118
120
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 122 = 360 (100%)
R 118 of 360 ~ 32.78%
G 120 of 360 ~ 33.33%
B 122 of 360 ~ 33.89%

%32.78
%33.33
%33.89

CMYK color model

#76787A color CMYK value is (3,2,0,52).

  • cyan value is 3.28%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(3,2,0,52)
C3M2Y0K52 
(3%,2%,0%,52%)
(0.03/0.02/0.00/0.52)	

CMYK percentages

%3.28
%1.64
%0
%52.16

Codes

Color #76787A in popluar color models

76787A
RGB118120122
HSL210°1.67%47.06%
HSB/HSV210°3.28%47.84%
CMYK3.28%1.64%0.00%
52.16%

Color #76787A in popluar number systems.

HEX76787A
Decimal118120122
Binary111011011110001111010
Octal166170172

Shades and tints

Shades of #76787A

#76787A
(118,120,122)
#6C6E6F
(108,110,111)
#626464
(98,100,100)
#585A59
(88,90,89)
#4E504E
(78,80,78)
#444643
(68,70,67)
#3A3C38
(58,60,56)
#30322D
(48,50,45)
#262822
(38,40,34)
#1C1E17
(28,30,23)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #76787A

#76787A
(118,120,122)
#828486
(130,132,134)
#8E9092
(142,144,146)
#9A9C9E
(154,156,158)
#A6A8AA
(166,168,170)
#B2B4B6
(178,180,182)
#BEC0C2
(190,192,194)
#CACCCE
(202,204,206)
#D6D8DA
(214,216,218)
#E2E4E6
(226,228,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76787A; }

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

This text font color is #76787A.


Background Color

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

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

This div background color is #76787A.


Border color

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

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

This div border color is #76787A.


Opacity

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

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

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

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

This text has shadow with #76787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76787A on black background.


Color preview on white background

This text has color #76787A on white background.



Black color preview on #76787A background

This text has black color on #76787A background.


White color preview on #76787A background

This text has white color on #76787A background.