COLOR #76A5C7

HEX: #76A5C7
RGB: (118,165,199)

Color info

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

RGB color model

#76A5C7 color RGB value is (118,165,199).

  • red value is 118;
  • green value is 165;
  • blue value is 199.
RGB:
(118,165,199)
(46%,65%,78%)

RGB channels and saturation

R 118 of 255 = 46%
G 165 of 255 = 65%
B 199 of 255 = 78%

118
165
199

R + G + B ~ 63%. #76A5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 165 + 199 = 482 (100%)
R 118 of 482 ~ 24.48%
G 165 of 482 ~ 34.23%
B 199 of 482 ~ 41.29%

%24.48
%34.23
%41.29

CMYK color model

#76A5C7 color CMYK value is (41,17,0,22).

  • cyan value is 40.70%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(41,17,0,22)
C41M17Y0K22 
(41%,17%,0%,22%)
(0.41/0.17/0.00/0.22)	

CMYK percentages

%40.7
%17.09
%0
%21.96

Codes

Color #76A5C7 in popluar color models

76A5C7
RGB118165199
HSL205°41.97%62.16%
HSB/HSV205°40.70%78.04%
CMYK40.70%17.09%0.00%
21.96%

Color #76A5C7 in popluar number systems.

HEX76A5C7
Decimal118165199
Binary11101101010010111000111
Octal166245307

Shades and tints

Shades of #76A5C7

#76A5C7
(118,165,199)
#6C96B5
(108,150,181)
#6287A3
(98,135,163)
#587891
(88,120,145)
#4E697F
(78,105,127)
#445A6D
(68,90,109)
#3A4B5B
(58,75,91)
#303C49
(48,60,73)
#262D37
(38,45,55)
#1C1E25
(28,30,37)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #76A5C7

#76A5C7
(118,165,199)
#82ADCC
(130,173,204)
#8EB5D1
(142,181,209)
#9ABDD6
(154,189,214)
#A6C5DB
(166,197,219)
#B2CDE0
(178,205,224)
#BED5E5
(190,213,229)
#CADDEA
(202,221,234)
#D6E5EF
(214,229,239)
#E2EDF4
(226,237,244)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A5C7 color. Also use rgb(118,165,199) instead hex code.

Text Font Color

.myTextColor { color: #76A5C7; }

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

This text font color is #76A5C7.


Background Color

.myBgColor { background-color: #76A5C7; }

<div style="background-color:#76A5C7">Inner text</div>

This div background color is #76A5C7.


Border color

.myBorderColor { border: 1px solid #76A5C7; }

<div style="border:3px solid #76A5C7">Div</div>

This div border color is #76A5C7.


Opacity

.myOpacity80 { color: #76A5C7; opacity: 0.8; }

<p style="color:#76A5C7;opacity:0.8;">80%</p>

Text with #76A5C7 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 #76A5C7;}

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

This text has shadow with #76A5C7 color.

.textShadow {text-shadow: 3px 3px 1px #76A5C7, 3px 3px 1px red;}

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

This text has shadow with #76A5C7 primary color and red secondary color.


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

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

This text has shadow with #76A5C7 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A5C7;
-webkit-box-shadow: 1px 1px 3px 2px #76A5C7;
box-shadow:1px 1px 3px 2px #76A5C7;">
Div content here</div>
This div box has shadow with color #76A5C7.

Preview

Color preview on black background

This text has color #76A5C7 on black background.


Color preview on white background

This text has color #76A5C7 on white background.



Black color preview on #76A5C7 background

This text has black color on #76A5C7 background.


White color preview on #76A5C7 background

This text has white color on #76A5C7 background.