COLOR #767199

HEX: #767199
RGB: (118,113,153)

Color info

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

RGB color model

#767199 color RGB value is (118,113,153).

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

RGB channels and saturation

R 118 of 255 = 46%
G 113 of 255 = 44%
B 153 of 255 = 60%

118
113
153

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

Portions of RGB colors in percentages

R + G + B =
118 + 113 + 153 = 384 (100%)
R 118 of 384 ~ 30.73%
G 113 of 384 ~ 29.43%
B 153 of 384 ~ 39.84%

%30.73
%29.43
%39.84

CMYK color model

#767199 color CMYK value is (23,26,0,40).

  • cyan value is 22.88%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(23,26,0,40)
C23M26Y0K40 
(23%,26%,0%,40%)
(0.23/0.26/0.00/0.40)	

CMYK percentages

%22.88
%26.14
%0
%40

Codes

Color #767199 in popluar color models

767199
RGB118113153
HSL248°16.39%52.16%
HSB/HSV248°26.14%60.00%
CMYK22.88%26.14%0.00%
40.00%

Color #767199 in popluar number systems.

HEX767199
Decimal118113153
Binary1110110111000110011001
Octal166161231

Shades and tints

Shades of #767199

#767199
(118,113,153)
#6C678C
(108,103,140)
#625D7F
(98,93,127)
#585372
(88,83,114)
#4E4965
(78,73,101)
#443F58
(68,63,88)
#3A354B
(58,53,75)
#302B3E
(48,43,62)
#262131
(38,33,49)
#1C1724
(28,23,36)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #767199

#767199
(118,113,153)
#827DA2
(130,125,162)
#8E89AB
(142,137,171)
#9A95B4
(154,149,180)
#A6A1BD
(166,161,189)
#B2ADC6
(178,173,198)
#BEB9CF
(190,185,207)
#CAC5D8
(202,197,216)
#D6D1E1
(214,209,225)
#E2DDEA
(226,221,234)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767199; }

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

This text font color is #767199.


Background Color

.myBgColor { background-color: #767199; }

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

This div background color is #767199.


Border color

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

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

This div border color is #767199.


Opacity

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

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

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

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

This text has shadow with #767199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767199 on black background.


Color preview on white background

This text has color #767199 on white background.



Black color preview on #767199 background

This text has black color on #767199 background.


White color preview on #767199 background

This text has white color on #767199 background.