COLOR #76948A

HEX: #76948A
RGB: (118,148,138)

Color info

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

RGB color model

#76948A color RGB value is (118,148,138).

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

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 138 of 255 = 54%

118
148
138

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 138 = 404 (100%)
R 118 of 404 ~ 29.21%
G 148 of 404 ~ 36.63%
B 138 of 404 ~ 34.16%

%29.21
%36.63
%34.16

CMYK color model

#76948A color CMYK value is (20,0,7,42).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 6.76%
  • key color value is 41.96%
CMYK: (20,0,7,42) C20M0Y7K42 (20%,0%,7%,42%) (0.20/0.00/0.07/0.42)

CMYK percentages

%20.27
%0
%6.76
%41.96

Codes

Color #76948A in popluar color models

76948A
RGB118148138
HSL160°12.30%52.16%
HSB/HSV160°20.27%58.04%
CMYK20.27%0.00%6.76%
41.96%

Color #76948A in popluar number systems.

HEX76948A
Decimal118148138
Binary11101101001010010001010
Octal166224212

Shades and tints

Shades of #76948A

#76948A
(118,148,138)
#6C877E
(108,135,126)
#627A72
(98,122,114)
#586D66
(88,109,102)
#4E605A
(78,96,90)
#44534E
(68,83,78)
#3A4642
(58,70,66)
#303936
(48,57,54)
#262C2A
(38,44,42)
#1C1F1E
(28,31,30)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #76948A

#76948A
(118,148,138)
#829D94
(130,157,148)
#8EA69E
(142,166,158)
#9AAFA8
(154,175,168)
#A6B8B2
(166,184,178)
#B2C1BC
(178,193,188)
#BECAC6
(190,202,198)
#CAD3D0
(202,211,208)
#D6DCDA
(214,220,218)
#E2E5E4
(226,229,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76948A; }

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

This text font color is #76948A.


Background Color

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

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

This div background color is #76948A.


Border color

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

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

This div border color is #76948A.


Opacity

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

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

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

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

This text has shadow with #76948A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #76948A on black background.


Color preview on white background

This text has color #76948A on white background.



Black color preview on #76948A background

This text has black color on #76948A background.


White color preview on #76948A background

This text has white color on #76948A background.