COLOR #76A299

HEX: #76A299 RGB: (118,162,153)

Color info

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

RGB color model

#76A299 color RGB value is (118,162,153).

RGB: (118,162,153) (46%, 64%, 60%)

RGB channels and saturation

R 118 of 255 = 46%
G 162 of 255 = 64%
B 153 of 255 = 60%

118
162
153

R + G + B ~ 57%. #76A299 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 162 + 153 = 433 (100%)
R 118 of 433 ~ 27.25%
G 162 of 433 ~ 37.41%
B 153 of 433 ~ 35.33'%

%27.25
%37.41
%35.33

CMYK color model

#76A299 color CMYK value is (27,0,6,36).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK: (27,0,6,36) C27M0Y6K36 (27%,0%,6%,36%) (0.27/0.00/0.06/0.36) 

CMYK percentages

%27.16
%0
%5.56
%36.47

Codes

Color #76A299 in popluar color models

76 A2 99
RGB 118 162 153
HSL 168° 19.13% 54.90%
HSB/HSV 168° 27.16% 63.53%
CMYK 27.16% 0.00% 5.56%
36.47%

Color #76A299 in popluar number systems.

HEX 76 A2 99
Decimal 118 162 153
Binary 1110110 10100010 10011001
Octal 166 242 231

Shades and tints

Shades of #76A299

#76A299
(118,162,153)
#6C948C
(108,148,140)
#62867F
(98,134,127)
#587872
(88,120,114)
#4E6A65
(78,106,101)
#445C58
(68,92,88)
#3A4E4B
(58,78,75)
#30403E
(48,64,62)
#263231
(38,50,49)
#1C2424
(28,36,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #76A299

#76A299
(118,162,153)
#82AAA2
(130,170,162)
#8EB2AB
(142,178,171)
#9ABAB4
(154,186,180)
#A6C2BD
(166,194,189)
#B2CAC6
(178,202,198)
#BED2CF
(190,210,207)
#CADAD8
(202,218,216)
#D6E2E1
(214,226,225)
#E2EAEA
(226,234,234)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A299 color. Also use rgb(118,162,153) instead hex code.

Text Font Color

.myTextColor { color: #76A299; }

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

This text font color is #76A299.

Background Color

.myBgColor { background-color: #76A299; }

<div style="background-color:#76A299">Inner text</div>

This div background color is #76A299.

Border color

.myBorderColor { border: 1px solid #76A299; }

<div style="border:3px solid #76A299">Div</div>

This div border color is #76A299.

Opacity

.myOpacity80 { color: #76A299; opacity: 0.8; }

<p style="color:#76A299;opacity:0.8;">80%</p>

Text with #76A299 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 #76A299;}

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

This text has shadow with #76A299 color.


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

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

This text has shadow with #76A299 primary color and red secondary color.


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

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

This text has shadow with #76A299 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76A299.

Preview

Color preview on black background

This text has color #76A299 on black background.


Color preview on white background

This text has color #76A299 on white background.


Black color preview on #76A299 background

This text has black color on #76A299 background.


White color preview on #76A299 background

This text has white color on #76A299 background.


Related colors

Complementary color

Complementary color for #hex is #895D66.


I love getcolorcode.com

Triadic colors

1 #9976A2 and #A29976 with #76A299 are triadic colors.

2 #99A276 and #A27699 with #76A299 are triadic colors.