COLOR #768DCC

HEX: #768DCC RGB: (118,141,204)

Color info

#768DCC contains mainly blue color. Web safe color of #768DCC is #6699CC (or #69C).

RGB color model

#768DCC color RGB value is (118,141,204).

RGB: (118,141,204) (46%, 55%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 204 of 255 = 80%

118
141
204

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

Portions of RGB colors in percentages

R + G + B = 118 + 141 + 204 = 463 (100%)
R 118 of 463 ~ 25.49%
G 141 of 463 ~ 30.45%
B 204 of 463 ~ 44.06'%

%25.49
%30.45
%44.06

CMYK color model

#768DCC color CMYK value is (42,31,0,20).

  • cyan value is 42.16%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (42,31,0,20)
C42M31Y0K20 (42%, 31%, 0%, 20%)
(0.42 / 0.31 / 0.00 / 0.20)

CMYK percentages

%42.16
%30.88
%0
%20

Codes

Color #768DCC in popluar color models

76 8D CC
RGB 118 141 204
HSL 224° 45.74% 63.14%
HSB/HSV 224° 42.16% 80.00%
CMYK 42.16% 30.88% 0.00%
20.00%

Color #768DCC in popluar number systems.

HEX 76 8D CC
Decimal 118 141 204
Binary 1110110 10001101 11001100
Octal 166 215 314

Shades and tints

Shades of #768DCC

#768DCC
(118,141,204)
#6C81BA
(108,129,186)
#6275A8
(98,117,168)
#586996
(88,105,150)
#4E5D84
(78,93,132)
#445172
(68,81,114)
#3A4560
(58,69,96)
#30394E
(48,57,78)
#262D3C
(38,45,60)
#1C212A
(28,33,42)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #768DCC

#768DCC
(118,141,204)
#8297D0
(130,151,208)
#8EA1D4
(142,161,212)
#9AABD8
(154,171,216)
#A6B5DC
(166,181,220)
#B2BFE0
(178,191,224)
#BEC9E4
(190,201,228)
#CAD3E8
(202,211,232)
#D6DDEC
(214,221,236)
#E2E7F0
(226,231,240)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768DCC color. Also use rgb(118,141,204) instead hex code.

Text Font Color

.myTextColor { color: #768DCC; }

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

This text font color is #768DCC.

Background Color

.myBgColor { background-color: #768DCC; }

<div style="background-color:#768DCC">Inner text</div>

This div background color is #768DCC.

Border color

.myBorderColor { border: 1px solid #768DCC; }

<div style="border:3px solid #768DCC">Div</div>

This div border color is #768DCC.

Opacity

.myOpacity80 { color: #768DCC; opacity: 0.8; }

<p style="color:#768DCC;opacity:0.8;">80%</p>

Text with #768DCC 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 #768DCC;}

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

This text has shadow with #768DCC color.


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

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

This text has shadow with #768DCC primary color and red secondary color.


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

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

This text has shadow with #768DCC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #768DCC.

Preview

Color preview on black background

This text has color #768DCC on black background.


Color preview on white background

This text has color #768DCC on white background.


Black color preview on #768DCC background

This text has black color on #768DCC background.


White color preview on #768DCC background

This text has white color on #768DCC background.


Related colors

Complementary color

Complementary color for #hex is #897233.


I love getcolorcode.com

Triadic colors

1 #CC768D and #8DCC76 with #768DCC are triadic colors.

2 #CC8D76 and #8D76CC with #768DCC are triadic colors.