COLOR #767F73

HEX: #767F73
RGB: (118,127,115)

Color info

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

RGB color model

#767F73 color RGB value is (118,127,115).

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

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 115 of 255 = 45%

118
127
115

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

Portions of RGB colors in percentages

R + G + B =
118 + 127 + 115 = 360 (100%)
R 118 of 360 ~ 32.78%
G 127 of 360 ~ 35.28%
B 115 of 360 ~ 31.94%

%32.78
%35.28
%31.94

CMYK color model

#767F73 color CMYK value is (7,0,9,50).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 50.20%
CMYK:
(7,0,9,50)
C7M0Y9K50 
(7%,0%,9%,50%)
(0.07/0.00/0.09/0.50)	

CMYK percentages

%7.09
%0
%9.45
%50.2

Codes

Color #767F73 in popluar color models

767F73
RGB118127115
HSL105°4.96%47.45%
HSB/HSV105°9.45%49.80%
CMYK7.09%0.00%9.45%
50.20%

Color #767F73 in popluar number systems.

HEX767F73
Decimal118127115
Binary111011011111111110011
Octal166177163

Shades and tints

Shades of #767F73

#767F73
(118,127,115)
#6C7469
(108,116,105)
#62695F
(98,105,95)
#585E55
(88,94,85)
#4E534B
(78,83,75)
#444841
(68,72,65)
#3A3D37
(58,61,55)
#30322D
(48,50,45)
#262723
(38,39,35)
#1C1C19
(28,28,25)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #767F73

#767F73
(118,127,115)
#828A7F
(130,138,127)
#8E958B
(142,149,139)
#9AA097
(154,160,151)
#A6ABA3
(166,171,163)
#B2B6AF
(178,182,175)
#BEC1BB
(190,193,187)
#CACCC7
(202,204,199)
#D6D7D3
(214,215,211)
#E2E2DF
(226,226,223)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767F73 color. Also use rgb(118,127,115) instead hex code.

Text Font Color

.myTextColor { color: #767F73; }

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

This text font color is #767F73.


Background Color

.myBgColor { background-color: #767F73; }

<div style="background-color:#767F73">Inner text</div>

This div background color is #767F73.


Border color

.myBorderColor { border: 1px solid #767F73; }

<div style="border:3px solid #767F73">Div</div>

This div border color is #767F73.


Opacity

.myOpacity80 { color: #767F73; opacity: 0.8; }

<p style="color:#767F73;opacity:0.8;">80%</p>

Text with #767F73 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 #767F73;}

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

This text has shadow with #767F73 color.

.textShadow {text-shadow: 3px 3px 1px #767F73, 3px 3px 1px red;}

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

This text has shadow with #767F73 primary color and red secondary color.


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

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

This text has shadow with #767F73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767F73 on black background.


Color preview on white background

This text has color #767F73 on white background.



Black color preview on #767F73 background

This text has black color on #767F73 background.


White color preview on #767F73 background

This text has white color on #767F73 background.