COLOR #76839C

HEX: #76839C
RGB: (118,131,156)

Color info

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

RGB color model

#76839C color RGB value is (118,131,156).

  • red value is 118;
  • green value is 131;
  • blue value is 156.
RGB:
(118,131,156)
(46%,51%,61%)

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 156 of 255 = 61%

118
131
156

R + G + B ~ 53%. #76839C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 131 + 156 = 405 (100%)
R 118 of 405 ~ 29.14%
G 131 of 405 ~ 32.35%
B 156 of 405 ~ 38.52%

%29.14
%32.35
%38.52

CMYK color model

#76839C color CMYK value is (24,16,0,39).

  • cyan value is 24.36%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(24,16,0,39)
C24M16Y0K39 
(24%,16%,0%,39%)
(0.24/0.16/0.00/0.39)	

CMYK percentages

%24.36
%16.03
%0
%38.82

Codes

Color #76839C in popluar color models

76839C
RGB118131156
HSL219°16.10%53.73%
HSB/HSV219°24.36%61.18%
CMYK24.36%16.03%0.00%
38.82%

Color #76839C in popluar number systems.

HEX76839C
Decimal118131156
Binary11101101000001110011100
Octal166203234

Shades and tints

Shades of #76839C

#76839C
(118,131,156)
#6C788E
(108,120,142)
#626D80
(98,109,128)
#586272
(88,98,114)
#4E5764
(78,87,100)
#444C56
(68,76,86)
#3A4148
(58,65,72)
#30363A
(48,54,58)
#262B2C
(38,43,44)
#1C201E
(28,32,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #76839C

#76839C
(118,131,156)
#828EA5
(130,142,165)
#8E99AE
(142,153,174)
#9AA4B7
(154,164,183)
#A6AFC0
(166,175,192)
#B2BAC9
(178,186,201)
#BEC5D2
(190,197,210)
#CAD0DB
(202,208,219)
#D6DBE4
(214,219,228)
#E2E6ED
(226,230,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76839C color. Also use rgb(118,131,156) instead hex code.

Text Font Color

.myTextColor { color: #76839C; }

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

This text font color is #76839C.


Background Color

.myBgColor { background-color: #76839C; }

<div style="background-color:#76839C">Inner text</div>

This div background color is #76839C.


Border color

.myBorderColor { border: 1px solid #76839C; }

<div style="border:3px solid #76839C">Div</div>

This div border color is #76839C.


Opacity

.myOpacity80 { color: #76839C; opacity: 0.8; }

<p style="color:#76839C;opacity:0.8;">80%</p>

Text with #76839C 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 #76839C;}

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

This text has shadow with #76839C color.

.textShadow {text-shadow: 3px 3px 1px #76839C, 3px 3px 1px red;}

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

This text has shadow with #76839C primary color and red secondary color.


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

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

This text has shadow with #76839C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76839C on black background.


Color preview on white background

This text has color #76839C on white background.



Black color preview on #76839C background

This text has black color on #76839C background.


White color preview on #76839C background

This text has white color on #76839C background.