COLOR #767184

HEX: #767184
RGB: (118,113,132)

Color info

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

RGB color model

#767184 color RGB value is (118,113,132).

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

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 132 of 255 = 52%

118
113
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 132 = 363 (100%)
R 118 of 363 ~ 32.51%
G 113 of 363 ~ 31.13%
B 132 of 363 ~ 36.36%

%32.51
%31.13
%36.36

CMYK color model

#767184 color CMYK value is (11,14,0,48).

  • cyan value is 10.61%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,14,0,48)
C11M14Y0K48 
(11%,14%,0%,48%)
(0.11/0.14/0.00/0.48)	

CMYK percentages

%10.61
%14.39
%0
%48.24

Codes

Color #767184 in popluar color models

767184
RGB118113132
HSL256°7.76%48.04%
HSB/HSV256°14.39%51.76%
CMYK10.61%14.39%0.00%
48.24%

Color #767184 in popluar number systems.

HEX767184
Decimal118113132
Binary1110110111000110000100
Octal166161204

Shades and tints

Shades of #767184

#767184
(118,113,132)
#6C6778
(108,103,120)
#625D6C
(98,93,108)
#585360
(88,83,96)
#4E4954
(78,73,84)
#443F48
(68,63,72)
#3A353C
(58,53,60)
#302B30
(48,43,48)
#262124
(38,33,36)
#1C1718
(28,23,24)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #767184

#767184
(118,113,132)
#827D8F
(130,125,143)
#8E899A
(142,137,154)
#9A95A5
(154,149,165)
#A6A1B0
(166,161,176)
#B2ADBB
(178,173,187)
#BEB9C6
(190,185,198)
#CAC5D1
(202,197,209)
#D6D1DC
(214,209,220)
#E2DDE7
(226,221,231)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767184; }

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

This text font color is #767184.


Background Color

.myBgColor { background-color: #767184; }

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

This div background color is #767184.


Border color

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

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

This div border color is #767184.


Opacity

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

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

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

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

This text has shadow with #767184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767184 on black background.


Color preview on white background

This text has color #767184 on white background.



Black color preview on #767184 background

This text has black color on #767184 background.


White color preview on #767184 background

This text has white color on #767184 background.