COLOR #767578

HEX: #767578
RGB: (118,117,120)

Color info

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

RGB color model

#767578 color RGB value is (118,117,120).

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

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 120 of 255 = 47%

118
117
120

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

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 120 = 355 (100%)
R 118 of 355 ~ 33.24%
G 117 of 355 ~ 32.96%
B 120 of 355 ~ 33.8%

%33.24
%32.96
%33.8

CMYK color model

#767578 color CMYK value is (2,3,0,53).

  • cyan value is 1.67%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(2,3,0,53)
C2M3Y0K53 
(2%,3%,0%,53%)
(0.02/0.03/0.00/0.53)	

CMYK percentages

%1.67
%2.5
%0
%52.94

Codes

Color #767578 in popluar color models

767578
RGB118117120
HSL260°1.27%46.47%
HSB/HSV260°2.50%47.06%
CMYK1.67%2.50%0.00%
52.94%

Color #767578 in popluar number systems.

HEX767578
Decimal118117120
Binary111011011101011111000
Octal166165170

Shades and tints

Shades of #767578

#767578
(118,117,120)
#6C6B6E
(108,107,110)
#626164
(98,97,100)
#58575A
(88,87,90)
#4E4D50
(78,77,80)
#444346
(68,67,70)
#3A393C
(58,57,60)
#302F32
(48,47,50)
#262528
(38,37,40)
#1C1B1E
(28,27,30)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #767578

#767578
(118,117,120)
#828184
(130,129,132)
#8E8D90
(142,141,144)
#9A999C
(154,153,156)
#A6A5A8
(166,165,168)
#B2B1B4
(178,177,180)
#BEBDC0
(190,189,192)
#CAC9CC
(202,201,204)
#D6D5D8
(214,213,216)
#E2E1E4
(226,225,228)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767578; }

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

This text font color is #767578.


Background Color

.myBgColor { background-color: #767578; }

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

This div background color is #767578.


Border color

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

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

This div border color is #767578.


Opacity

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

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

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

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

This text has shadow with #767578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767578 on black background.


Color preview on white background

This text has color #767578 on white background.



Black color preview on #767578 background

This text has black color on #767578 background.


White color preview on #767578 background

This text has white color on #767578 background.