COLOR #767BA2

HEX: #767BA2
RGB: (118,123,162)

Color info

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

RGB color model

#767BA2 color RGB value is (118,123,162).

  • red value is 118;
  • green value is 123;
  • blue value is 162.
RGB:
(118,123,162)
(46%,48%,64%)

RGB channels and saturation

R 118 of 255 = 46%
G 123 of 255 = 48%
B 162 of 255 = 64%

118
123
162

R + G + B ~ 53%. #767BA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 123 + 162 = 403 (100%)
R 118 of 403 ~ 29.28%
G 123 of 403 ~ 30.52%
B 162 of 403 ~ 40.2%

%29.28
%30.52
%40.2

CMYK color model

#767BA2 color CMYK value is (27,24,0,36).

  • cyan value is 27.16%
  • magenta value is 24.07%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(27,24,0,36)
C27M24Y0K36 
(27%,24%,0%,36%)
(0.27/0.24/0.00/0.36)	

CMYK percentages

%27.16
%24.07
%0
%36.47

Codes

Color #767BA2 in popluar color models

767BA2
RGB118123162
HSL233°19.13%54.90%
HSB/HSV233°27.16%63.53%
CMYK27.16%24.07%0.00%
36.47%

Color #767BA2 in popluar number systems.

HEX767BA2
Decimal118123162
Binary1110110111101110100010
Octal166173242

Shades and tints

Shades of #767BA2

#767BA2
(118,123,162)
#6C7094
(108,112,148)
#626586
(98,101,134)
#585A78
(88,90,120)
#4E4F6A
(78,79,106)
#44445C
(68,68,92)
#3A394E
(58,57,78)
#302E40
(48,46,64)
#262332
(38,35,50)
#1C1824
(28,24,36)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #767BA2

#767BA2
(118,123,162)
#8287AA
(130,135,170)
#8E93B2
(142,147,178)
#9A9FBA
(154,159,186)
#A6ABC2
(166,171,194)
#B2B7CA
(178,183,202)
#BEC3D2
(190,195,210)
#CACFDA
(202,207,218)
#D6DBE2
(214,219,226)
#E2E7EA
(226,231,234)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767BA2 color. Also use rgb(118,123,162) instead hex code.

Text Font Color

.myTextColor { color: #767BA2; }

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

This text font color is #767BA2.


Background Color

.myBgColor { background-color: #767BA2; }

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

This div background color is #767BA2.


Border color

.myBorderColor { border: 1px solid #767BA2; }

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

This div border color is #767BA2.


Opacity

.myOpacity80 { color: #767BA2; opacity: 0.8; }

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

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

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

This text has shadow with #767BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767BA2 on black background.


Color preview on white background

This text has color #767BA2 on white background.



Black color preview on #767BA2 background

This text has black color on #767BA2 background.


White color preview on #767BA2 background

This text has white color on #767BA2 background.