COLOR #767A9A

HEX: #767A9A
RGB: (118,122,154)

Color info

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

RGB color model

#767A9A color RGB value is (118,122,154).

  • red value is 118;
  • green value is 122;
  • blue value is 154.
RGB:
(118,122,154)
(46%,48%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 154 of 255 = 60%

118
122
154

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

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 154 = 394 (100%)
R 118 of 394 ~ 29.95%
G 122 of 394 ~ 30.96%
B 154 of 394 ~ 39.09%

%29.95
%30.96
%39.09

CMYK color model

#767A9A color CMYK value is (23,21,0,40).

  • cyan value is 23.38%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(23,21,0,40)
C23M21Y0K40 
(23%,21%,0%,40%)
(0.23/0.21/0.00/0.40)	

CMYK percentages

%23.38
%20.78
%0
%39.61

Codes

Color #767A9A in popluar color models

767A9A
RGB118122154
HSL233°15.13%53.33%
HSB/HSV233°23.38%60.39%
CMYK23.38%20.78%0.00%
39.61%

Color #767A9A in popluar number systems.

HEX767A9A
Decimal118122154
Binary1110110111101010011010
Octal166172232

Shades and tints

Shades of #767A9A

#767A9A
(118,122,154)
#6C6F8C
(108,111,140)
#62647E
(98,100,126)
#585970
(88,89,112)
#4E4E62
(78,78,98)
#444354
(68,67,84)
#3A3846
(58,56,70)
#302D38
(48,45,56)
#26222A
(38,34,42)
#1C171C
(28,23,28)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #767A9A

#767A9A
(118,122,154)
#8286A3
(130,134,163)
#8E92AC
(142,146,172)
#9A9EB5
(154,158,181)
#A6AABE
(166,170,190)
#B2B6C7
(178,182,199)
#BEC2D0
(190,194,208)
#CACED9
(202,206,217)
#D6DAE2
(214,218,226)
#E2E6EB
(226,230,235)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767A9A color. Also use rgb(118,122,154) instead hex code.

Text Font Color

.myTextColor { color: #767A9A; }

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

This text font color is #767A9A.


Background Color

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

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

This div background color is #767A9A.


Border color

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

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

This div border color is #767A9A.


Opacity

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

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

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

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

This text has shadow with #767A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767A9A on black background.


Color preview on white background

This text has color #767A9A on white background.



Black color preview on #767A9A background

This text has black color on #767A9A background.


White color preview on #767A9A background

This text has white color on #767A9A background.