COLOR #768AB7

HEX: #768AB7 RGB: (118,138,183)

Color info

#768AB7 contains mainly green and blue colors. Web safe color of #768AB7 is #6699CC (or #69C).

RGB color model

#768AB7 color RGB value is (118,138,183).

RGB: (118,138,183) (46%, 54%, 72%)

RGB channels and saturation

R 118 of 255 = 46%
G 138 of 255 = 54%
B 183 of 255 = 72%

118
138
183

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

Portions of RGB colors in percentages

R + G + B = 118 + 138 + 183 = 439 (100%)
R 118 of 439 ~ 26.88%
G 138 of 439 ~ 31.44%
B 183 of 439 ~ 41.69'%

%26.88
%31.44
%41.69

CMYK color model

#768AB7 color CMYK value is (36,25,0,28).

  • cyan value is 35.52%
  • magenta value is 24.59%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (36,25,0,28)
C36M25Y0K28 (36%, 25%, 0%, 28%)
(0.36 / 0.25 / 0.00 / 0.28)

CMYK percentages

%35.52
%24.59
%0
%28.24

Codes

Color #768AB7 in popluar color models

76 8A B7
RGB 118 138 183
HSL 222° 31.10% 59.02%
HSB/HSV 222° 35.52% 71.76%
CMYK 35.52% 24.59% 0.00%
28.24%

Color #768AB7 in popluar number systems.

HEX 76 8A B7
Decimal 118 138 183
Binary 1110110 10001010 10110111
Octal 166 212 267

Shades and tints

Shades of #768AB7

#768AB7
(118,138,183)
#6C7EA7
(108,126,167)
#627297
(98,114,151)
#586687
(88,102,135)
#4E5A77
(78,90,119)
#444E67
(68,78,103)
#3A4257
(58,66,87)
#303647
(48,54,71)
#262A37
(38,42,55)
#1C1E27
(28,30,39)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #768AB7

#768AB7
(118,138,183)
#8294BD
(130,148,189)
#8E9EC3
(142,158,195)
#9AA8C9
(154,168,201)
#A6B2CF
(166,178,207)
#B2BCD5
(178,188,213)
#BEC6DB
(190,198,219)
#CAD0E1
(202,208,225)
#D6DAE7
(214,218,231)
#E2E4ED
(226,228,237)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768AB7 color. Also use rgb(118,138,183) instead hex code.

Text Font Color

.myTextColor { color: #768AB7; }

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

This text font color is #768AB7.

Background Color

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

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

This div background color is #768AB7.

Border color

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

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

This div border color is #768AB7.

Opacity

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

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

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

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

This text has shadow with #768AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768AB7.

Preview

Color preview on black background

This text has color #768AB7 on black background.


Color preview on white background

This text has color #768AB7 on white background.


Black color preview on #768AB7 background

This text has black color on #768AB7 background.


White color preview on #768AB7 background

This text has white color on #768AB7 background.


Related colors

Complementary color

Complementary color for #hex is #897548.


I love getcolorcode.com

Triadic colors

1 #B7768A and #8AB776 with #768AB7 are triadic colors.

2 #B78A76 and #8A76B7 with #768AB7 are triadic colors.