COLOR #767ADC

HEX: #767ADC RGB: (118,122,220)

Color info

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

RGB color model

#767ADC color RGB value is (118,122,220).

RGB: (118,122,220) (46%, 48%, 86%)

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 220 of 255 = 86%

118
122
220

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

Portions of RGB colors in percentages

R + G + B = 118 + 122 + 220 = 460 (100%)
R 118 of 460 ~ 25.65%
G 122 of 460 ~ 26.52%
B 220 of 460 ~ 47.83'%

%25.65
%26.52
%47.83

CMYK color model

#767ADC color CMYK value is (46,45,0,14).

  • cyan value is 46.36%
  • magenta value is 44.55%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (46,45,0,14)
C46M45Y0K14 (46%, 45%, 0%, 14%)
(0.46 / 0.45 / 0.00 / 0.14)

CMYK percentages

%46.36
%44.55
%0
%13.73

Codes

Color #767ADC in popluar color models

76 7A DC
RGB 118 122 220
HSL 238° 59.30% 66.27%
HSB/HSV 238° 46.36% 86.27%
CMYK 46.36% 44.55% 0.00%
13.73%

Color #767ADC in popluar number systems.

HEX 76 7A DC
Decimal 118 122 220
Binary 1110110 1111010 11011100
Octal 166 172 334

Shades and tints

Shades of #767ADC

#767ADC
(118,122,220)
#6C6FC8
(108,111,200)
#6264B4
(98,100,180)
#5859A0
(88,89,160)
#4E4E8C
(78,78,140)
#444378
(68,67,120)
#3A3864
(58,56,100)
#302D50
(48,45,80)
#26223C
(38,34,60)
#1C1728
(28,23,40)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #767ADC

#767ADC
(118,122,220)
#8286DF
(130,134,223)
#8E92E2
(142,146,226)
#9A9EE5
(154,158,229)
#A6AAE8
(166,170,232)
#B2B6EB
(178,182,235)
#BEC2EE
(190,194,238)
#CACEF1
(202,206,241)
#D6DAF4
(214,218,244)
#E2E6F7
(226,230,247)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767ADC; }

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

This text font color is #767ADC.

Background Color

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

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

This div background color is #767ADC.

Border color

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

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

This div border color is #767ADC.

Opacity

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

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

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

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

This text has shadow with #767ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767ADC.

Preview

Color preview on black background

This text has color #767ADC on black background.


Color preview on white background

This text has color #767ADC on white background.


Black color preview on #767ADC background

This text has black color on #767ADC background.


White color preview on #767ADC background

This text has white color on #767ADC background.


Related colors

Complementary color

Complementary color for #hex is #898523.


I love getcolorcode.com

Triadic colors

1 #DC767A and #7ADC76 with #767ADC are triadic colors.

2 #DC7A76 and #7A76DC with #767ADC are triadic colors.