COLOR #76858D

HEX: #76858D RGB: (118,133,141)

Color info

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

RGB color model

#76858D color RGB value is (118,133,141).

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

RGB channels and saturation

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

118
133
141

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

Portions of RGB colors in percentages

R + G + B = 118 + 133 + 141 = 392 (100%)
R 118 of 392 ~ 30.1%
G 133 of 392 ~ 33.93%
B 141 of 392 ~ 35.97'%

%30.1
%33.93
%35.97

CMYK color model

#76858D color CMYK value is (16,6,0,45).

  • cyan value is 16.31%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%

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

CMYK percentages

%16.31
%5.67
%0
%44.71

Codes

Color #76858D in popluar color models

76 85 8D
RGB 118 133 141
HSL 201° 9.16% 50.78%
HSB/HSV 201° 16.31% 55.29%
CMYK 16.31% 5.67% 0.00%
44.71%

Color #76858D in popluar number systems.

HEX 76 85 8D
Decimal 118 133 141
Binary 1110110 10000101 10001101
Octal 166 205 215

Shades and tints

Shades of #76858D

#76858D
(118,133,141)
#6C7981
(108,121,129)
#626D75
(98,109,117)
#586169
(88,97,105)
#4E555D
(78,85,93)
#444951
(68,73,81)
#3A3D45
(58,61,69)
#303139
(48,49,57)
#26252D
(38,37,45)
#1C1921
(28,25,33)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #76858D

#76858D
(118,133,141)
#829097
(130,144,151)
#8E9BA1
(142,155,161)
#9AA6AB
(154,166,171)
#A6B1B5
(166,177,181)
#B2BCBF
(178,188,191)
#BEC7C9
(190,199,201)
#CAD2D3
(202,210,211)
#D6DDDD
(214,221,221)
#E2E8E7
(226,232,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76858D; }

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

This text font color is #76858D.

Background Color

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

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

This div background color is #76858D.

Border color

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

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

This div border color is #76858D.

Opacity

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

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

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

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

This text has shadow with #76858D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76858D.

Preview

Color preview on black background

This text has color #76858D on black background.


Color preview on white background

This text has color #76858D on white background.


Black color preview on #76858D background

This text has black color on #76858D background.


White color preview on #76858D background

This text has white color on #76858D background.


Related colors

Complementary color

Complementary color for #hex is #897A72.


I love getcolorcode.com

Triadic colors

1 #8D7685 and #858D76 with #76858D are triadic colors.

2 #8D8576 and #85768D with #76858D are triadic colors.