COLOR #76958F

HEX: #76958F
RGB: (118,149,143)

Color info

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

RGB color model

#76958F color RGB value is (118,149,143).

  • red value is 118;
  • green value is 149;
  • blue value is 143.
RGB:
(118,149,143)
(46%,58%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 143 of 255 = 56%

118
149
143

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

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 143 = 410 (100%)
R 118 of 410 ~ 28.78%
G 149 of 410 ~ 36.34%
B 143 of 410 ~ 34.88%

%28.78
%36.34
%34.88

CMYK color model

#76958F color CMYK value is (21,0,4,42).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(21,0,4,42)
C21M0Y4K42 
(21%,0%,4%,42%)
(0.21/0.00/0.04/0.42)	

CMYK percentages

%20.81
%0
%4.03
%41.57

Codes

Color #76958F in popluar color models

76958F
RGB118149143
HSL168°12.76%52.35%
HSB/HSV168°20.81%58.43%
CMYK20.81%0.00%4.03%
41.57%

Color #76958F in popluar number systems.

HEX76958F
Decimal118149143
Binary11101101001010110001111
Octal166225217

Shades and tints

Shades of #76958F

#76958F
(118,149,143)
#6C8882
(108,136,130)
#627B75
(98,123,117)
#586E68
(88,110,104)
#4E615B
(78,97,91)
#44544E
(68,84,78)
#3A4741
(58,71,65)
#303A34
(48,58,52)
#262D27
(38,45,39)
#1C201A
(28,32,26)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #76958F

#76958F
(118,149,143)
#829E99
(130,158,153)
#8EA7A3
(142,167,163)
#9AB0AD
(154,176,173)
#A6B9B7
(166,185,183)
#B2C2C1
(178,194,193)
#BECBCB
(190,203,203)
#CAD4D5
(202,212,213)
#D6DDDF
(214,221,223)
#E2E6E9
(226,230,233)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76958F color. Also use rgb(118,149,143) instead hex code.

Text Font Color

.myTextColor { color: #76958F; }

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

This text font color is #76958F.


Background Color

.myBgColor { background-color: #76958F; }

<div style="background-color:#76958F">Inner text</div>

This div background color is #76958F.


Border color

.myBorderColor { border: 1px solid #76958F; }

<div style="border:3px solid #76958F">Div</div>

This div border color is #76958F.


Opacity

.myOpacity80 { color: #76958F; opacity: 0.8; }

<p style="color:#76958F;opacity:0.8;">80%</p>

Text with #76958F 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 #76958F;}

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

This text has shadow with #76958F color.

.textShadow {text-shadow: 3px 3px 1px #76958F, 3px 3px 1px red;}

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

This text has shadow with #76958F primary color and red secondary color.


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

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

This text has shadow with #76958F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76958F on black background.


Color preview on white background

This text has color #76958F on white background.



Black color preview on #76958F background

This text has black color on #76958F background.


White color preview on #76958F background

This text has white color on #76958F background.