COLOR #76858A

HEX: #76858A
RGB: (118,133,138)

Color info

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

RGB color model

#76858A color RGB value is (118,133,138).

  • red value is 118;
  • green value is 133;
  • blue value is 138.
RGB:
(118,133,138)
(46%,52%,54%)

RGB channels and saturation

R 118 of 255 = 46%
G 133 of 255 = 52%
B 138 of 255 = 54%

118
133
138

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

Portions of RGB colors in percentages

R + G + B =
118 + 133 + 138 = 389 (100%)
R 118 of 389 ~ 30.33%
G 133 of 389 ~ 34.19%
B 138 of 389 ~ 35.48%

%30.33
%34.19
%35.48

CMYK color model

#76858A color CMYK value is (14,4,0,46).

  • cyan value is 14.49%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,4,0,46)
C14M4Y0K46 
(14%,4%,0%,46%)
(0.14/0.04/0.00/0.46)	

CMYK percentages

%14.49
%3.62
%0
%45.88

Codes

Color #76858A in popluar color models

76858A
RGB118133138
HSL195°7.87%50.20%
HSB/HSV195°14.49%54.12%
CMYK14.49%3.62%0.00%
45.88%

Color #76858A in popluar number systems.

HEX76858A
Decimal118133138
Binary11101101000010110001010
Octal166205212

Shades and tints

Shades of #76858A

#76858A
(118,133,138)
#6C797E
(108,121,126)
#626D72
(98,109,114)
#586166
(88,97,102)
#4E555A
(78,85,90)
#44494E
(68,73,78)
#3A3D42
(58,61,66)
#303136
(48,49,54)
#26252A
(38,37,42)
#1C191E
(28,25,30)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #76858A

#76858A
(118,133,138)
#829094
(130,144,148)
#8E9B9E
(142,155,158)
#9AA6A8
(154,166,168)
#A6B1B2
(166,177,178)
#B2BCBC
(178,188,188)
#BEC7C6
(190,199,198)
#CAD2D0
(202,210,208)
#D6DDDA
(214,221,218)
#E2E8E4
(226,232,228)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76858A; }

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

This text font color is #76858A.


Background Color

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

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

This div background color is #76858A.


Border color

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

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

This div border color is #76858A.


Opacity

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

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

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

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

This text has shadow with #76858A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76858A on black background.


Color preview on white background

This text has color #76858A on white background.



Black color preview on #76858A background

This text has black color on #76858A background.


White color preview on #76858A background

This text has white color on #76858A background.