COLOR #76848C

HEX: #76848C RGB: (118,132,140)

Color info

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

RGB color model

#76848C color RGB value is (118,132,140).

RGB: (118,132,140) (46%, 52%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 140 of 255 = 55%

118
132
140

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

Portions of RGB colors in percentages

R + G + B = 118 + 132 + 140 = 390 (100%)
R 118 of 390 ~ 30.26%
G 132 of 390 ~ 33.85%
B 140 of 390 ~ 35.9'%

%30.26
%33.85
%35.9

CMYK color model

#76848C color CMYK value is (16,6,0,45).

  • cyan value is 15.71%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (16,6,0,45)
C16M6Y0K45 (16%, 6%, 0%, 45%)
(0.16 / 0.06 / 0.00 / 0.45)

CMYK percentages

%15.71
%5.71
%0
%45.1

Codes

Color #76848C in popluar color models

76 84 8C
RGB 118 132 140
HSL 202° 8.73% 50.59%
HSB/HSV 202° 15.71% 54.90%
CMYK 15.71% 5.71% 0.00%
45.10%

Color #76848C in popluar number systems.

HEX 76 84 8C
Decimal 118 132 140
Binary 1110110 10000100 10001100
Octal 166 204 214

Shades and tints

Shades of #76848C

#76848C
(118,132,140)
#6C7880
(108,120,128)
#626C74
(98,108,116)
#586068
(88,96,104)
#4E545C
(78,84,92)
#444850
(68,72,80)
#3A3C44
(58,60,68)
#303038
(48,48,56)
#26242C
(38,36,44)
#1C1820
(28,24,32)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #76848C

#76848C
(118,132,140)
#828F96
(130,143,150)
#8E9AA0
(142,154,160)
#9AA5AA
(154,165,170)
#A6B0B4
(166,176,180)
#B2BBBE
(178,187,190)
#BEC6C8
(190,198,200)
#CAD1D2
(202,209,210)
#D6DCDC
(214,220,220)
#E2E7E6
(226,231,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76848C color. Also use rgb(118,132,140) instead hex code.

Text Font Color

.myTextColor { color: #76848C; }

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

This text font color is #76848C.

Background Color

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

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

This div background color is #76848C.

Border color

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

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

This div border color is #76848C.

Opacity

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

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

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

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

This text has shadow with #76848C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76848C.

Preview

Color preview on black background

This text has color #76848C on black background.


Color preview on white background

This text has color #76848C on white background.


Black color preview on #76848C background

This text has black color on #76848C background.


White color preview on #76848C background

This text has white color on #76848C background.


Related colors

Complementary color

Complementary color for #hex is #897B73.


I love getcolorcode.com

Triadic colors

1 #8C7684 and #848C76 with #76848C are triadic colors.

2 #8C8476 and #84768C with #76848C are triadic colors.