COLOR #76849B

HEX: #76849B RGB: (118,132,155)

Color info

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

RGB color model

#76849B color RGB value is (118,132,155).

RGB: (118,132,155) (46%, 52%, 61%)

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 155 of 255 = 61%

118
132
155

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

Portions of RGB colors in percentages

R + G + B = 118 + 132 + 155 = 405 (100%)
R 118 of 405 ~ 29.14%
G 132 of 405 ~ 32.59%
B 155 of 405 ~ 38.27'%

%29.14
%32.59
%38.27

CMYK color model

#76849B color CMYK value is (24,15,0,39).

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

CMYK: (24,15,0,39)
C24M15Y0K39 (24%, 15%, 0%, 39%)
(0.24 / 0.15 / 0.00 / 0.39)

CMYK percentages

%23.87
%14.84
%0
%39.22

Codes

Color #76849B in popluar color models

76 84 9B
RGB 118 132 155
HSL 217° 15.61% 53.53%
HSB/HSV 217° 23.87% 60.78%
CMYK 23.87% 14.84% 0.00%
39.22%

Color #76849B in popluar number systems.

HEX 76 84 9B
Decimal 118 132 155
Binary 1110110 10000100 10011011
Octal 166 204 233

Shades and tints

Shades of #76849B

#76849B
(118,132,155)
#6C788D
(108,120,141)
#626C7F
(98,108,127)
#586071
(88,96,113)
#4E5463
(78,84,99)
#444855
(68,72,85)
#3A3C47
(58,60,71)
#303039
(48,48,57)
#26242B
(38,36,43)
#1C181D
(28,24,29)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #76849B

#76849B
(118,132,155)
#828FA4
(130,143,164)
#8E9AAD
(142,154,173)
#9AA5B6
(154,165,182)
#A6B0BF
(166,176,191)
#B2BBC8
(178,187,200)
#BEC6D1
(190,198,209)
#CAD1DA
(202,209,218)
#D6DCE3
(214,220,227)
#E2E7EC
(226,231,236)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76849B; }

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

This text font color is #76849B.

Background Color

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

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

This div background color is #76849B.

Border color

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

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

This div border color is #76849B.

Opacity

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

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

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

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

This text has shadow with #76849B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76849B.

Preview

Color preview on black background

This text has color #76849B on black background.


Color preview on white background

This text has color #76849B on white background.


Black color preview on #76849B background

This text has black color on #76849B background.


White color preview on #76849B background

This text has white color on #76849B background.


Related colors

Complementary color

Complementary color for #hex is #897B64.


I love getcolorcode.com

Triadic colors

1 #9B7684 and #849B76 with #76849B are triadic colors.

2 #9B8476 and #84769B with #76849B are triadic colors.