COLOR #767DAA

HEX: #767DAA
RGB: (118,125,170)

Color info

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

RGB color model

#767DAA color RGB value is (118,125,170).

  • red value is 118;
  • green value is 125;
  • blue value is 170.
RGB:
(118,125,170)
(46%,49%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 170 of 255 = 67%

118
125
170

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 170 = 413 (100%)
R 118 of 413 ~ 28.57%
G 125 of 413 ~ 30.27%
B 170 of 413 ~ 41.16%

%28.57
%30.27
%41.16

CMYK color model

#767DAA color CMYK value is (31,26,0,33).

  • cyan value is 30.59%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(31,26,0,33)
C31M26Y0K33 
(31%,26%,0%,33%)
(0.31/0.26/0.00/0.33)	

CMYK percentages

%30.59
%26.47
%0
%33.33

Codes

Color #767DAA in popluar color models

767DAA
RGB118125170
HSL232°23.42%56.47%
HSB/HSV232°30.59%66.67%
CMYK30.59%26.47%0.00%
33.33%

Color #767DAA in popluar number systems.

HEX767DAA
Decimal118125170
Binary1110110111110110101010
Octal166175252

Shades and tints

Shades of #767DAA

#767DAA
(118,125,170)
#6C729B
(108,114,155)
#62678C
(98,103,140)
#585C7D
(88,92,125)
#4E516E
(78,81,110)
#44465F
(68,70,95)
#3A3B50
(58,59,80)
#303041
(48,48,65)
#262532
(38,37,50)
#1C1A23
(28,26,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #767DAA

#767DAA
(118,125,170)
#8288B1
(130,136,177)
#8E93B8
(142,147,184)
#9A9EBF
(154,158,191)
#A6A9C6
(166,169,198)
#B2B4CD
(178,180,205)
#BEBFD4
(190,191,212)
#CACADB
(202,202,219)
#D6D5E2
(214,213,226)
#E2E0E9
(226,224,233)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767DAA color. Also use rgb(118,125,170) instead hex code.

Text Font Color

.myTextColor { color: #767DAA; }

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

This text font color is #767DAA.


Background Color

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

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

This div background color is #767DAA.


Border color

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

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

This div border color is #767DAA.


Opacity

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

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

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

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

This text has shadow with #767DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767DAA on black background.


Color preview on white background

This text has color #767DAA on white background.



Black color preview on #767DAA background

This text has black color on #767DAA background.


White color preview on #767DAA background

This text has white color on #767DAA background.