COLOR #767788

HEX: #767788 RGB: (118,119,136)

Color info

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

RGB color model

#767788 color RGB value is (118,119,136).

RGB: (118,119,136) (46%, 47%, 53%)

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 136 of 255 = 53%

118
119
136

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

Portions of RGB colors in percentages

R + G + B = 118 + 119 + 136 = 373 (100%)
R 118 of 373 ~ 31.64%
G 119 of 373 ~ 31.9%
B 136 of 373 ~ 36.46'%

%31.64
%31.9
%36.46

CMYK color model

#767788 color CMYK value is (13,13,0,47).

  • cyan value is 13.24%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (13,13,0,47)
C13M13Y0K47 (13%, 13%, 0%, 47%)
(0.13 / 0.13 / 0.00 / 0.47)

CMYK percentages

%13.24
%12.5
%0
%46.67

Codes

Color #767788 in popluar color models

76 77 88
RGB 118 119 136
HSL 237° 7.09% 49.80%
HSB/HSV 237° 13.24% 53.33%
CMYK 13.24% 12.50% 0.00%
46.67%

Color #767788 in popluar number systems.

HEX 76 77 88
Decimal 118 119 136
Binary 1110110 1110111 10001000
Octal 166 167 210

Shades and tints

Shades of #767788

#767788
(118,119,136)
#6C6D7C
(108,109,124)
#626370
(98,99,112)
#585964
(88,89,100)
#4E4F58
(78,79,88)
#44454C
(68,69,76)
#3A3B40
(58,59,64)
#303134
(48,49,52)
#262728
(38,39,40)
#1C1D1C
(28,29,28)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #767788

#767788
(118,119,136)
#828392
(130,131,146)
#8E8F9C
(142,143,156)
#9A9BA6
(154,155,166)
#A6A7B0
(166,167,176)
#B2B3BA
(178,179,186)
#BEBFC4
(190,191,196)
#CACBCE
(202,203,206)
#D6D7D8
(214,215,216)
#E2E3E2
(226,227,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767788 color. Also use rgb(118,119,136) instead hex code.

Text Font Color

.myTextColor { color: #767788; }

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

This text font color is #767788.

Background Color

.myBgColor { background-color: #767788; }

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

This div background color is #767788.

Border color

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

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

This div border color is #767788.

Opacity

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

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

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

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

This text has shadow with #767788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767788.

Preview

Color preview on black background

This text has color #767788 on black background.


Color preview on white background

This text has color #767788 on white background.


Black color preview on #767788 background

This text has black color on #767788 background.


White color preview on #767788 background

This text has white color on #767788 background.


Related colors

Complementary color

Complementary color for #hex is #898877.


I love getcolorcode.com

Triadic colors

1 #887677 and #778876 with #767788 are triadic colors.

2 #887776 and #777688 with #767788 are triadic colors.