COLOR #767D85

HEX: #767D85
RGB: (118,125,133)

Color info

#767D85 contains red, green and blue colors in about the same proportion. Web safe color of #767D85 is #666699 (or #669).

RGB color model

#767D85 color RGB value is (118,125,133).

  • red value is 118;
  • green value is 125;
  • blue value is 133.
RGB:
(118,125,133)
(46%,49%,52%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 133 of 255 = 52%

118
125
133

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 133 = 376 (100%)
R 118 of 376 ~ 31.38%
G 125 of 376 ~ 33.24%
B 133 of 376 ~ 35.37%

%31.38
%33.24
%35.37

CMYK color model

#767D85 color CMYK value is (11,6,0,48).

  • cyan value is 11.28%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(11,6,0,48)
C11M6Y0K48 
(11%,6%,0%,48%)
(0.11/0.06/0.00/0.48)	

CMYK percentages

%11.28
%6.02
%0
%47.84

Codes

Color #767D85 in popluar color models

767D85
RGB118125133
HSL212°5.98%49.22%
HSB/HSV212°11.28%52.16%
CMYK11.28%6.02%0.00%
47.84%

Color #767D85 in popluar number systems.

HEX767D85
Decimal118125133
Binary1110110111110110000101
Octal166175205

Shades and tints

Shades of #767D85

#767D85
(118,125,133)
#6C7279
(108,114,121)
#62676D
(98,103,109)
#585C61
(88,92,97)
#4E5155
(78,81,85)
#444649
(68,70,73)
#3A3B3D
(58,59,61)
#303031
(48,48,49)
#262525
(38,37,37)
#1C1A19
(28,26,25)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #767D85

#767D85
(118,125,133)
#828890
(130,136,144)
#8E939B
(142,147,155)
#9A9EA6
(154,158,166)
#A6A9B1
(166,169,177)
#B2B4BC
(178,180,188)
#BEBFC7
(190,191,199)
#CACAD2
(202,202,210)
#D6D5DD
(214,213,221)
#E2E0E8
(226,224,232)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767D85 color. Also use rgb(118,125,133) instead hex code.

Text Font Color

.myTextColor { color: #767D85; }

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

This text font color is #767D85.


Background Color

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

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

This div background color is #767D85.


Border color

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

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

This div border color is #767D85.


Opacity

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

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

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

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

This text has shadow with #767D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767D85 on black background.


Color preview on white background

This text has color #767D85 on white background.



Black color preview on #767D85 background

This text has black color on #767D85 background.


White color preview on #767D85 background

This text has white color on #767D85 background.