COLOR #76819B

HEX: #76819B RGB: (118,129,155)

Color info

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

RGB color model

#76819B color RGB value is (118,129,155).

RGB: (118,129,155) (46%, 51%, 61%)

RGB channels and saturation

R 118 of 255 = 46%
G 129 of 255 = 51%
B 155 of 255 = 61%

118
129
155

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

Portions of RGB colors in percentages

R + G + B = 118 + 129 + 155 = 402 (100%)
R 118 of 402 ~ 29.35%
G 129 of 402 ~ 32.09%
B 155 of 402 ~ 38.56'%

%29.35
%32.09
%38.56

CMYK color model

#76819B color CMYK value is (24,17,0,39).

  • cyan value is 23.87%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (24,17,0,39)
C24M17Y0K39 (24%, 17%, 0%, 39%)
(0.24 / 0.17 / 0.00 / 0.39)

CMYK percentages

%23.87
%16.77
%0
%39.22

Codes

Color #76819B in popluar color models

76 81 9B
RGB 118 129 155
HSL 222° 15.61% 53.53%
HSB/HSV 222° 23.87% 60.78%
CMYK 23.87% 16.77% 0.00%
39.22%

Color #76819B in popluar number systems.

HEX 76 81 9B
Decimal 118 129 155
Binary 1110110 10000001 10011011
Octal 166 201 233

Shades and tints

Shades of #76819B

#76819B
(118,129,155)
#6C768D
(108,118,141)
#626B7F
(98,107,127)
#586071
(88,96,113)
#4E5563
(78,85,99)
#444A55
(68,74,85)
#3A3F47
(58,63,71)
#303439
(48,52,57)
#26292B
(38,41,43)
#1C1E1D
(28,30,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #76819B

#76819B
(118,129,155)
#828CA4
(130,140,164)
#8E97AD
(142,151,173)
#9AA2B6
(154,162,182)
#A6ADBF
(166,173,191)
#B2B8C8
(178,184,200)
#BEC3D1
(190,195,209)
#CACEDA
(202,206,218)
#D6D9E3
(214,217,227)
#E2E4EC
(226,228,236)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76819B color. Also use rgb(118,129,155) instead hex code.

Text Font Color

.myTextColor { color: #76819B; }

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

This text font color is #76819B.

Background Color

.myBgColor { background-color: #76819B; }

<div style="background-color:#76819B">Inner text</div>

This div background color is #76819B.

Border color

.myBorderColor { border: 1px solid #76819B; }

<div style="border:3px solid #76819B">Div</div>

This div border color is #76819B.

Opacity

.myOpacity80 { color: #76819B; opacity: 0.8; }

<p style="color:#76819B;opacity:0.8;">80%</p>

Text with #76819B 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 #76819B;}

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

This text has shadow with #76819B color.


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

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

This text has shadow with #76819B primary color and red secondary color.


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

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

This text has shadow with #76819B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76819B.

Preview

Color preview on black background

This text has color #76819B on black background.


Color preview on white background

This text has color #76819B on white background.


Black color preview on #76819B background

This text has black color on #76819B background.


White color preview on #76819B background

This text has white color on #76819B background.


Related colors

Complementary color

Complementary color for #hex is #897E64.


I love getcolorcode.com

Triadic colors

1 #9B7681 and #819B76 with #76819B are triadic colors.

2 #9B8176 and #81769B with #76819B are triadic colors.