COLOR #767FA8

HEX: #767FA8 RGB: (118,127,168)

Color info

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

RGB color model

#767FA8 color RGB value is (118,127,168).

RGB: (118,127,168) (46%, 50%, 66%)

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 168 of 255 = 66%

118
127
168

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

Portions of RGB colors in percentages

R + G + B = 118 + 127 + 168 = 413 (100%)
R 118 of 413 ~ 28.57%
G 127 of 413 ~ 30.75%
B 168 of 413 ~ 40.68'%

%28.57
%30.75
%40.68

CMYK color model

#767FA8 color CMYK value is (30,24,0,34).

  • cyan value is 29.76%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (30,24,0,34)
C30M24Y0K34 (30%, 24%, 0%, 34%)
(0.30 / 0.24 / 0.00 / 0.34)

CMYK percentages

%29.76
%24.4
%0
%34.12

Codes

Color #767FA8 in popluar color models

76 7F A8
RGB 118 127 168
HSL 229° 22.32% 56.08%
HSB/HSV 229° 29.76% 65.88%
CMYK 29.76% 24.40% 0.00%
34.12%

Color #767FA8 in popluar number systems.

HEX 76 7F A8
Decimal 118 127 168
Binary 1110110 1111111 10101000
Octal 166 177 250

Shades and tints

Shades of #767FA8

#767FA8
(118,127,168)
#6C7499
(108,116,153)
#62698A
(98,105,138)
#585E7B
(88,94,123)
#4E536C
(78,83,108)
#44485D
(68,72,93)
#3A3D4E
(58,61,78)
#30323F
(48,50,63)
#262730
(38,39,48)
#1C1C21
(28,28,33)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #767FA8

#767FA8
(118,127,168)
#828AAF
(130,138,175)
#8E95B6
(142,149,182)
#9AA0BD
(154,160,189)
#A6ABC4
(166,171,196)
#B2B6CB
(178,182,203)
#BEC1D2
(190,193,210)
#CACCD9
(202,204,217)
#D6D7E0
(214,215,224)
#E2E2E7
(226,226,231)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767FA8; }

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

This text font color is #767FA8.

Background Color

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

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

This div background color is #767FA8.

Border color

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

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

This div border color is #767FA8.

Opacity

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

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

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

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

This text has shadow with #767FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767FA8.

Preview

Color preview on black background

This text has color #767FA8 on black background.


Color preview on white background

This text has color #767FA8 on white background.


Black color preview on #767FA8 background

This text has black color on #767FA8 background.


White color preview on #767FA8 background

This text has white color on #767FA8 background.


Related colors

Complementary color

Complementary color for #hex is #898057.


I love getcolorcode.com

Triadic colors

1 #A8767F and #7FA876 with #767FA8 are triadic colors.

2 #A87F76 and #7F76A8 with #767FA8 are triadic colors.