COLOR #76737A

HEX: #76737A
RGB: (118,115,122)

Color info

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

RGB color model

#76737A color RGB value is (118,115,122).

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

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 122 of 255 = 48%

118
115
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 122 = 355 (100%)
R 118 of 355 ~ 33.24%
G 115 of 355 ~ 32.39%
B 122 of 355 ~ 34.37%

%33.24
%32.39
%34.37

CMYK color model

#76737A color CMYK value is (3,6,0,52).

  • cyan value is 3.28%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(3,6,0,52)
C3M6Y0K52 
(3%,6%,0%,52%)
(0.03/0.06/0.00/0.52)	

CMYK percentages

%3.28
%5.74
%0
%52.16

Codes

Color #76737A in popluar color models

76737A
RGB118115122
HSL266°2.95%46.47%
HSB/HSV266°5.74%47.84%
CMYK3.28%5.74%0.00%
52.16%

Color #76737A in popluar number systems.

HEX76737A
Decimal118115122
Binary111011011100111111010
Octal166163172

Shades and tints

Shades of #76737A

#76737A
(118,115,122)
#6C696F
(108,105,111)
#625F64
(98,95,100)
#585559
(88,85,89)
#4E4B4E
(78,75,78)
#444143
(68,65,67)
#3A3738
(58,55,56)
#302D2D
(48,45,45)
#262322
(38,35,34)
#1C1917
(28,25,23)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #76737A

#76737A
(118,115,122)
#827F86
(130,127,134)
#8E8B92
(142,139,146)
#9A979E
(154,151,158)
#A6A3AA
(166,163,170)
#B2AFB6
(178,175,182)
#BEBBC2
(190,187,194)
#CAC7CE
(202,199,206)
#D6D3DA
(214,211,218)
#E2DFE6
(226,223,230)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76737A; }

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

This text font color is #76737A.


Background Color

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

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

This div background color is #76737A.


Border color

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

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

This div border color is #76737A.


Opacity

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

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

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

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

This text has shadow with #76737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76737A on black background.


Color preview on white background

This text has color #76737A on white background.



Black color preview on #76737A background

This text has black color on #76737A background.


White color preview on #76737A background

This text has white color on #76737A background.