COLOR #767884

HEX: #767884
RGB: (118,120,132)

Color info

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

RGB color model

#767884 color RGB value is (118,120,132).

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

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 132 of 255 = 52%

118
120
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 132 = 370 (100%)
R 118 of 370 ~ 31.89%
G 120 of 370 ~ 32.43%
B 132 of 370 ~ 35.68%

%31.89
%32.43
%35.68

CMYK color model

#767884 color CMYK value is (11,9,0,48).

  • cyan value is 10.61%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (11,9,0,48) C11M9Y0K48 (11%,9%,0%,48%) (0.11/0.09/0.00/0.48)

CMYK percentages

%10.61
%9.09
%0
%48.24

Codes

Color #767884 in popluar color models

767884
RGB118120132
HSL231°5.60%49.02%
HSB/HSV231°10.61%51.76%
CMYK10.61%9.09%0.00%
48.24%

Color #767884 in popluar number systems.

HEX767884
Decimal118120132
Binary1110110111100010000100
Octal166170204

Shades and tints

Shades of #767884

#767884
(118,120,132)
#6C6E78
(108,110,120)
#62646C
(98,100,108)
#585A60
(88,90,96)
#4E5054
(78,80,84)
#444648
(68,70,72)
#3A3C3C
(58,60,60)
#303230
(48,50,48)
#262824
(38,40,36)
#1C1E18
(28,30,24)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #767884

#767884
(118,120,132)
#82848F
(130,132,143)
#8E909A
(142,144,154)
#9A9CA5
(154,156,165)
#A6A8B0
(166,168,176)
#B2B4BB
(178,180,187)
#BEC0C6
(190,192,198)
#CACCD1
(202,204,209)
#D6D8DC
(214,216,220)
#E2E4E7
(226,228,231)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767884; }

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

This text font color is #767884.


Background Color

.myBgColor { background-color: #767884; }

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

This div background color is #767884.


Border color

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

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

This div border color is #767884.


Opacity

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

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

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

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

This text has shadow with #767884 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #767884 on black background.


Color preview on white background

This text has color #767884 on white background.



Black color preview on #767884 background

This text has black color on #767884 background.


White color preview on #767884 background

This text has white color on #767884 background.