COLOR #76A3C0

HEX: #76A3C0
RGB: (118,163,192)

Color info

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

RGB color model

#76A3C0 color RGB value is (118,163,192).

  • red value is 118;
  • green value is 163;
  • blue value is 192.
RGB:
(118,163,192)
(46%,64%,75%)

RGB channels and saturation

R 118 of 255 = 46%
G 163 of 255 = 64%
B 192 of 255 = 75%

118
163
192

R + G + B ~ 62%. #76A3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 163 + 192 = 473 (100%)
R 118 of 473 ~ 24.95%
G 163 of 473 ~ 34.46%
B 192 of 473 ~ 40.59%

%24.95
%34.46
%40.59

CMYK color model

#76A3C0 color CMYK value is (39,15,0,25).

  • cyan value is 38.54%
  • magenta value is 15.10%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(39,15,0,25)
C39M15Y0K25 
(39%,15%,0%,25%)
(0.39/0.15/0.00/0.25)	

CMYK percentages

%38.54
%15.1
%0
%24.71

Codes

Color #76A3C0 in popluar color models

76A3C0
RGB118163192
HSL204°37.00%60.78%
HSB/HSV204°38.54%75.29%
CMYK38.54%15.10%0.00%
24.71%

Color #76A3C0 in popluar number systems.

HEX76A3C0
Decimal118163192
Binary11101101010001111000000
Octal166243300

Shades and tints

Shades of #76A3C0

#76A3C0
(118,163,192)
#6C95AF
(108,149,175)
#62879E
(98,135,158)
#58798D
(88,121,141)
#4E6B7C
(78,107,124)
#445D6B
(68,93,107)
#3A4F5A
(58,79,90)
#304149
(48,65,73)
#263338
(38,51,56)
#1C2527
(28,37,39)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #76A3C0

#76A3C0
(118,163,192)
#82ABC5
(130,171,197)
#8EB3CA
(142,179,202)
#9ABBCF
(154,187,207)
#A6C3D4
(166,195,212)
#B2CBD9
(178,203,217)
#BED3DE
(190,211,222)
#CADBE3
(202,219,227)
#D6E3E8
(214,227,232)
#E2EBED
(226,235,237)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A3C0 color. Also use rgb(118,163,192) instead hex code.

Text Font Color

.myTextColor { color: #76A3C0; }

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

This text font color is #76A3C0.


Background Color

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

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

This div background color is #76A3C0.


Border color

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

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

This div border color is #76A3C0.


Opacity

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

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

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

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

This text has shadow with #76A3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A3C0 on black background.


Color preview on white background

This text has color #76A3C0 on white background.



Black color preview on #76A3C0 background

This text has black color on #76A3C0 background.


White color preview on #76A3C0 background

This text has white color on #76A3C0 background.