COLOR #767294

HEX: #767294
RGB: (118,114,148)

Color info

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

RGB color model

#767294 color RGB value is (118,114,148).

  • red value is 118;
  • green value is 114;
  • blue value is 148.
RGB:
(118,114,148)
(46%,45%,58%)

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 148 of 255 = 58%

118
114
148

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 148 = 380 (100%)
R 118 of 380 ~ 31.05%
G 114 of 380 ~ 30%
B 148 of 380 ~ 38.95%

%31.05
%30
%38.95

CMYK color model

#767294 color CMYK value is (20,23,0,42).

  • cyan value is 20.27%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,23,0,42)
C20M23Y0K42 
(20%,23%,0%,42%)
(0.20/0.23/0.00/0.42)	

CMYK percentages

%20.27
%22.97
%0
%41.96

Codes

Color #767294 in popluar color models

767294
RGB118114148
HSL247°13.71%51.37%
HSB/HSV247°22.97%58.04%
CMYK20.27%22.97%0.00%
41.96%

Color #767294 in popluar number systems.

HEX767294
Decimal118114148
Binary1110110111001010010100
Octal166162224

Shades and tints

Shades of #767294

#767294
(118,114,148)
#6C6887
(108,104,135)
#625E7A
(98,94,122)
#58546D
(88,84,109)
#4E4A60
(78,74,96)
#444053
(68,64,83)
#3A3646
(58,54,70)
#302C39
(48,44,57)
#26222C
(38,34,44)
#1C181F
(28,24,31)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #767294

#767294
(118,114,148)
#827E9D
(130,126,157)
#8E8AA6
(142,138,166)
#9A96AF
(154,150,175)
#A6A2B8
(166,162,184)
#B2AEC1
(178,174,193)
#BEBACA
(190,186,202)
#CAC6D3
(202,198,211)
#D6D2DC
(214,210,220)
#E2DEE5
(226,222,229)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767294 color. Also use rgb(118,114,148) instead hex code.

Text Font Color

.myTextColor { color: #767294; }

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

This text font color is #767294.


Background Color

.myBgColor { background-color: #767294; }

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

This div background color is #767294.


Border color

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

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

This div border color is #767294.


Opacity

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

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

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

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

This text has shadow with #767294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767294 on black background.


Color preview on white background

This text has color #767294 on white background.



Black color preview on #767294 background

This text has black color on #767294 background.


White color preview on #767294 background

This text has white color on #767294 background.