COLOR #767594

HEX: #767594
RGB: (118,117,148)

Color info

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

RGB color model

#767594 color RGB value is (118,117,148).

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

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 148 of 255 = 58%

118
117
148

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

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 148 = 383 (100%)
R 118 of 383 ~ 30.81%
G 117 of 383 ~ 30.55%
B 148 of 383 ~ 38.64%

%30.81
%30.55
%38.64

CMYK color model

#767594 color CMYK value is (20,21,0,42).

  • cyan value is 20.27%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,21,0,42)
C20M21Y0K42 
(20%,21%,0%,42%)
(0.20/0.21/0.00/0.42)	

CMYK percentages

%20.27
%20.95
%0
%41.96

Codes

Color #767594 in popluar color models

767594
RGB118117148
HSL242°12.65%51.96%
HSB/HSV242°20.95%58.04%
CMYK20.27%20.95%0.00%
41.96%

Color #767594 in popluar number systems.

HEX767594
Decimal118117148
Binary1110110111010110010100
Octal166165224

Shades and tints

Shades of #767594

#767594
(118,117,148)
#6C6B87
(108,107,135)
#62617A
(98,97,122)
#58576D
(88,87,109)
#4E4D60
(78,77,96)
#444353
(68,67,83)
#3A3946
(58,57,70)
#302F39
(48,47,57)
#26252C
(38,37,44)
#1C1B1F
(28,27,31)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #767594

#767594
(118,117,148)
#82819D
(130,129,157)
#8E8DA6
(142,141,166)
#9A99AF
(154,153,175)
#A6A5B8
(166,165,184)
#B2B1C1
(178,177,193)
#BEBDCA
(190,189,202)
#CAC9D3
(202,201,211)
#D6D5DC
(214,213,220)
#E2E1E5
(226,225,229)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767594; }

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

This text font color is #767594.


Background Color

.myBgColor { background-color: #767594; }

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

This div background color is #767594.


Border color

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

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

This div border color is #767594.


Opacity

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

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

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

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

This text has shadow with #767594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767594 on black background.


Color preview on white background

This text has color #767594 on white background.



Black color preview on #767594 background

This text has black color on #767594 background.


White color preview on #767594 background

This text has white color on #767594 background.