COLOR #76858C

HEX: #76858C RGB: (118,133,140)

Color info

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

RGB color model

#76858C color RGB value is (118,133,140).

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

RGB channels and saturation

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

118
133
140

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

Portions of RGB colors in percentages

R + G + B = 118 + 133 + 140 = 391 (100%)
R 118 of 391 ~ 30.18%
G 133 of 391 ~ 34.02%
B 140 of 391 ~ 35.81'%

%30.18
%34.02
%35.81

CMYK color model

#76858C color CMYK value is (16,5,0,45).

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

CMYK: (16,5,0,45)
C16M5Y0K45 (16%, 5%, 0%, 45%)
(0.16 / 0.05 / 0.00 / 0.45)

CMYK percentages

%15.71
%5
%0
%45.1

Codes

Color #76858C in popluar color models

76 85 8C
RGB 118 133 140
HSL 199° 8.73% 50.59%
HSB/HSV 199° 15.71% 54.90%
CMYK 15.71% 5.00% 0.00%
45.10%

Color #76858C in popluar number systems.

HEX 76 85 8C
Decimal 118 133 140
Binary 1110110 10000101 10001100
Octal 166 205 214

Shades and tints

Shades of #76858C

#76858C
(118,133,140)
#6C7980
(108,121,128)
#626D74
(98,109,116)
#586168
(88,97,104)
#4E555C
(78,85,92)
#444950
(68,73,80)
#3A3D44
(58,61,68)
#303138
(48,49,56)
#26252C
(38,37,44)
#1C1920
(28,25,32)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #76858C

#76858C
(118,133,140)
#829096
(130,144,150)
#8E9BA0
(142,155,160)
#9AA6AA
(154,166,170)
#A6B1B4
(166,177,180)
#B2BCBE
(178,188,190)
#BEC7C8
(190,199,200)
#CAD2D2
(202,210,210)
#D6DDDC
(214,221,220)
#E2E8E6
(226,232,230)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76858C; }

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

This text font color is #76858C.

Background Color

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

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

This div background color is #76858C.

Border color

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

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

This div border color is #76858C.

Opacity

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

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

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

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

This text has shadow with #76858C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76858C.

Preview

Color preview on black background

This text has color #76858C on black background.


Color preview on white background

This text has color #76858C on white background.


Black color preview on #76858C background

This text has black color on #76858C background.


White color preview on #76858C background

This text has white color on #76858C background.


Related colors

Complementary color

Complementary color for #hex is #897A73.


I love getcolorcode.com

Triadic colors

1 #8C7685 and #858C76 with #76858C are triadic colors.

2 #8C8576 and #85768C with #76858C are triadic colors.