COLOR #767078

HEX: #767078
RGB: (118,112,120)

Color info

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

RGB color model

#767078 color RGB value is (118,112,120).

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

RGB channels and saturation

R 118 of 255 = 46%
G 112 of 255 = 44%
B 120 of 255 = 47%

118
112
120

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

Portions of RGB colors in percentages

R + G + B =
118 + 112 + 120 = 350 (100%)
R 118 of 350 ~ 33.71%
G 112 of 350 ~ 32%
B 120 of 350 ~ 34.29%

%33.71
%32
%34.29

CMYK color model

#767078 color CMYK value is (2,7,0,53).

  • cyan value is 1.67%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(2,7,0,53)
C2M7Y0K53 
(2%,7%,0%,53%)
(0.02/0.07/0.00/0.53)	

CMYK percentages

%1.67
%6.67
%0
%52.94

Codes

Color #767078 in popluar color models

767078
RGB118112120
HSL285°3.45%45.49%
HSB/HSV285°6.67%47.06%
CMYK1.67%6.67%0.00%
52.94%

Color #767078 in popluar number systems.

HEX767078
Decimal118112120
Binary111011011100001111000
Octal166160170

Shades and tints

Shades of #767078

#767078
(118,112,120)
#6C666E
(108,102,110)
#625C64
(98,92,100)
#58525A
(88,82,90)
#4E4850
(78,72,80)
#443E46
(68,62,70)
#3A343C
(58,52,60)
#302A32
(48,42,50)
#262028
(38,32,40)
#1C161E
(28,22,30)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #767078

#767078
(118,112,120)
#827D84
(130,125,132)
#8E8A90
(142,138,144)
#9A979C
(154,151,156)
#A6A4A8
(166,164,168)
#B2B1B4
(178,177,180)
#BEBEC0
(190,190,192)
#CACBCC
(202,203,204)
#D6D8D8
(214,216,216)
#E2E5E4
(226,229,228)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767078; }

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

This text font color is #767078.


Background Color

.myBgColor { background-color: #767078; }

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

This div background color is #767078.


Border color

.myBorderColor { border: 1px solid #767078; }

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

This div border color is #767078.


Opacity

.myOpacity80 { color: #767078; opacity: 0.8; }

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

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

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

This text has shadow with #767078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767078 on black background.


Color preview on white background

This text has color #767078 on white background.



Black color preview on #767078 background

This text has black color on #767078 background.


White color preview on #767078 background

This text has white color on #767078 background.