COLOR #76918C

HEX: #76918C
RGB: (118,145,140)

Color info

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

RGB color model

#76918C color RGB value is (118,145,140).

  • red value is 118;
  • green value is 145;
  • blue value is 140.
RGB:
(118,145,140)
(46%,57%,55%)

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 140 of 255 = 55%

118
145
140

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

Portions of RGB colors in percentages

R + G + B =
118 + 145 + 140 = 403 (100%)
R 118 of 403 ~ 29.28%
G 145 of 403 ~ 35.98%
B 140 of 403 ~ 34.74%

%29.28
%35.98
%34.74

CMYK color model

#76918C color CMYK value is (19,0,3,43).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 43.14%
CMYK:
(19,0,3,43)
C19M0Y3K43 
(19%,0%,3%,43%)
(0.19/0.00/0.03/0.43)	

CMYK percentages

%18.62
%0
%3.45
%43.14

Codes

Color #76918C in popluar color models

76918C
RGB118145140
HSL169°10.93%51.57%
HSB/HSV169°18.62%56.86%
CMYK18.62%0.00%3.45%
43.14%

Color #76918C in popluar number systems.

HEX76918C
Decimal118145140
Binary11101101001000110001100
Octal166221214

Shades and tints

Shades of #76918C

#76918C
(118,145,140)
#6C8480
(108,132,128)
#627774
(98,119,116)
#586A68
(88,106,104)
#4E5D5C
(78,93,92)
#445050
(68,80,80)
#3A4344
(58,67,68)
#303638
(48,54,56)
#26292C
(38,41,44)
#1C1C20
(28,28,32)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #76918C

#76918C
(118,145,140)
#829B96
(130,155,150)
#8EA5A0
(142,165,160)
#9AAFAA
(154,175,170)
#A6B9B4
(166,185,180)
#B2C3BE
(178,195,190)
#BECDC8
(190,205,200)
#CAD7D2
(202,215,210)
#D6E1DC
(214,225,220)
#E2EBE6
(226,235,230)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76918C; }

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

This text font color is #76918C.


Background Color

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

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

This div background color is #76918C.


Border color

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

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

This div border color is #76918C.


Opacity

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

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

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

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

This text has shadow with #76918C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76918C on black background.


Color preview on white background

This text has color #76918C on white background.



Black color preview on #76918C background

This text has black color on #76918C background.


White color preview on #76918C background

This text has white color on #76918C background.