COLOR #767DC0

HEX: #767DC0 RGB: (118,125,192)

Color info

#767DC0 contains mainly blue color. Web safe color of #767DC0 is #6666CC (or #66C).

RGB color model

#767DC0 color RGB value is (118,125,192).

RGB: (118,125,192) (46%, 49%, 75%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 192 of 255 = 75%

118
125
192

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

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 192 = 435 (100%)
R 118 of 435 ~ 27.13%
G 125 of 435 ~ 28.74%
B 192 of 435 ~ 44.14'%

%27.13
%28.74
%44.14

CMYK color model

#767DC0 color CMYK value is (39,35,0,25).

  • cyan value is 38.54%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (39,35,0,25)
C39M35Y0K25 (39%, 35%, 0%, 25%)
(0.39 / 0.35 / 0.00 / 0.25)

CMYK percentages

%38.54
%34.9
%0
%24.71

Codes

Color #767DC0 in popluar color models

76 7D C0
RGB 118 125 192
HSL 234° 37.00% 60.78%
HSB/HSV 234° 38.54% 75.29%
CMYK 38.54% 34.90% 0.00%
24.71%

Color #767DC0 in popluar number systems.

HEX 76 7D C0
Decimal 118 125 192
Binary 1110110 1111101 11000000
Octal 166 175 300

Shades and tints

Shades of #767DC0

#767DC0
(118,125,192)
#6C72AF
(108,114,175)
#62679E
(98,103,158)
#585C8D
(88,92,141)
#4E517C
(78,81,124)
#44466B
(68,70,107)
#3A3B5A
(58,59,90)
#303049
(48,48,73)
#262538
(38,37,56)
#1C1A27
(28,26,39)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #767DC0

#767DC0
(118,125,192)
#8288C5
(130,136,197)
#8E93CA
(142,147,202)
#9A9ECF
(154,158,207)
#A6A9D4
(166,169,212)
#B2B4D9
(178,180,217)
#BEBFDE
(190,191,222)
#CACAE3
(202,202,227)
#D6D5E8
(214,213,232)
#E2E0ED
(226,224,237)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767DC0; }

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

This text font color is #767DC0.

Background Color

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

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

This div background color is #767DC0.

Border color

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

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

This div border color is #767DC0.

Opacity

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

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

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

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

This text has shadow with #767DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767DC0.

Preview

Color preview on black background

This text has color #767DC0 on black background.


Color preview on white background

This text has color #767DC0 on white background.


Black color preview on #767DC0 background

This text has black color on #767DC0 background.


White color preview on #767DC0 background

This text has white color on #767DC0 background.


Related colors

Complementary color

Complementary color for #hex is #89823F.


I love getcolorcode.com

Triadic colors

1 #C0767D and #7DC076 with #767DC0 are triadic colors.

2 #C07D76 and #7D76C0 with #767DC0 are triadic colors.