COLOR #767FAD

HEX: #767FAD
RGB: (118,127,173)

Color info

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

RGB color model

#767FAD color RGB value is (118,127,173).

  • red value is 118;
  • green value is 127;
  • blue value is 173.
RGB:
(118,127,173)
(46%,50%,68%)

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 173 of 255 = 68%

118
127
173

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

Portions of RGB colors in percentages

R + G + B =
118 + 127 + 173 = 418 (100%)
R 118 of 418 ~ 28.23%
G 127 of 418 ~ 30.38%
B 173 of 418 ~ 41.39%

%28.23
%30.38
%41.39

CMYK color model

#767FAD color CMYK value is (32,27,0,32).

  • cyan value is 31.79%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(32,27,0,32)
C32M27Y0K32 
(32%,27%,0%,32%)
(0.32/0.27/0.00/0.32)	

CMYK percentages

%31.79
%26.59
%0
%32.16

Codes

Color #767FAD in popluar color models

767FAD
RGB118127173
HSL230°25.11%57.06%
HSB/HSV230°31.79%67.84%
CMYK31.79%26.59%0.00%
32.16%

Color #767FAD in popluar number systems.

HEX767FAD
Decimal118127173
Binary1110110111111110101101
Octal166177255

Shades and tints

Shades of #767FAD

#767FAD
(118,127,173)
#6C749E
(108,116,158)
#62698F
(98,105,143)
#585E80
(88,94,128)
#4E5371
(78,83,113)
#444862
(68,72,98)
#3A3D53
(58,61,83)
#303244
(48,50,68)
#262735
(38,39,53)
#1C1C26
(28,28,38)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #767FAD

#767FAD
(118,127,173)
#828AB4
(130,138,180)
#8E95BB
(142,149,187)
#9AA0C2
(154,160,194)
#A6ABC9
(166,171,201)
#B2B6D0
(178,182,208)
#BEC1D7
(190,193,215)
#CACCDE
(202,204,222)
#D6D7E5
(214,215,229)
#E2E2EC
(226,226,236)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767FAD color. Also use rgb(118,127,173) instead hex code.

Text Font Color

.myTextColor { color: #767FAD; }

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

This text font color is #767FAD.


Background Color

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

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

This div background color is #767FAD.


Border color

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

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

This div border color is #767FAD.


Opacity

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

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

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

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

This text has shadow with #767FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767FAD on black background.


Color preview on white background

This text has color #767FAD on white background.



Black color preview on #767FAD background

This text has black color on #767FAD background.


White color preview on #767FAD background

This text has white color on #767FAD background.