COLOR #76879F

HEX: #76879F
RGB: (118,135,159)

Color info

#76879F contains red, green and blue colors in about the same proportion. Web safe color of #76879F is #669999 (or #699).

RGB color model

#76879F color RGB value is (118,135,159).

  • red value is 118;
  • green value is 135;
  • blue value is 159.
RGB:
(118,135,159)
(46%,53%,62%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 159 of 255 = 62%

118
135
159

R + G + B ~ 54%. #76879F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 159 = 412 (100%)
R 118 of 412 ~ 28.64%
G 135 of 412 ~ 32.77%
B 159 of 412 ~ 38.59%

%28.64
%32.77
%38.59

CMYK color model

#76879F color CMYK value is (26,15,0,38).

  • cyan value is 25.79%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(26,15,0,38)
C26M15Y0K38 
(26%,15%,0%,38%)
(0.26/0.15/0.00/0.38)	

CMYK percentages

%25.79
%15.09
%0
%37.65

Codes

Color #76879F in popluar color models

76879F
RGB118135159
HSL215°17.60%54.31%
HSB/HSV215°25.79%62.35%
CMYK25.79%15.09%0.00%
37.65%

Color #76879F in popluar number systems.

HEX76879F
Decimal118135159
Binary11101101000011110011111
Octal166207237

Shades and tints

Shades of #76879F

#76879F
(118,135,159)
#6C7B91
(108,123,145)
#626F83
(98,111,131)
#586375
(88,99,117)
#4E5767
(78,87,103)
#444B59
(68,75,89)
#3A3F4B
(58,63,75)
#30333D
(48,51,61)
#26272F
(38,39,47)
#1C1B21
(28,27,33)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #76879F

#76879F
(118,135,159)
#8291A7
(130,145,167)
#8E9BAF
(142,155,175)
#9AA5B7
(154,165,183)
#A6AFBF
(166,175,191)
#B2B9C7
(178,185,199)
#BEC3CF
(190,195,207)
#CACDD7
(202,205,215)
#D6D7DF
(214,215,223)
#E2E1E7
(226,225,231)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76879F color. Also use rgb(118,135,159) instead hex code.

Text Font Color

.myTextColor { color: #76879F; }

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

This text font color is #76879F.


Background Color

.myBgColor { background-color: #76879F; }

<div style="background-color:#76879F">Inner text</div>

This div background color is #76879F.


Border color

.myBorderColor { border: 1px solid #76879F; }

<div style="border:3px solid #76879F">Div</div>

This div border color is #76879F.


Opacity

.myOpacity80 { color: #76879F; opacity: 0.8; }

<p style="color:#76879F;opacity:0.8;">80%</p>

Text with #76879F 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 #76879F;}

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

This text has shadow with #76879F color.

.textShadow {text-shadow: 3px 3px 1px #76879F, 3px 3px 1px red;}

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

This text has shadow with #76879F primary color and red secondary color.


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

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

This text has shadow with #76879F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76879F on black background.


Color preview on white background

This text has color #76879F on white background.



Black color preview on #76879F background

This text has black color on #76879F background.


White color preview on #76879F background

This text has white color on #76879F background.