COLOR #76A784

HEX: #76A784 RGB: (118,167,132)

Color info

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

RGB color model

#76A784 color RGB value is (118,167,132).

RGB: (118,167,132) (46%, 65%, 52%)

RGB channels and saturation

R 118 of 255 = 46%
G 167 of 255 = 65%
B 132 of 255 = 52%

118
167
132

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

Portions of RGB colors in percentages

R + G + B = 118 + 167 + 132 = 417 (100%)
R 118 of 417 ~ 28.3%
G 167 of 417 ~ 40.05%
B 132 of 417 ~ 31.65'%

%28.3
%40.05
%31.65

CMYK color model

#76A784 color CMYK value is (29,0,21,35).

  • cyan value is 29.34%
  • magenta value is 0.00%
  • yellow value is 20.96%
  • key color value is 34.51%

CMYK: (29,0,21,35)
C29M0Y21K35 (29%, 0%, 21%, 35%)
(0.29 / 0.00 / 0.21 / 0.35)

CMYK percentages

%29.34
%0
%20.96
%34.51

Codes

Color #76A784 in popluar color models

76 A7 84
RGB 118 167 132
HSL 137° 21.78% 55.88%
HSB/HSV 137° 29.34% 65.49%
CMYK 29.34% 0.00% 20.96%
34.51%

Color #76A784 in popluar number systems.

HEX 76 A7 84
Decimal 118 167 132
Binary 1110110 10100111 10000100
Octal 166 247 204

Shades and tints

Shades of #76A784

#76A784
(118,167,132)
#6C9878
(108,152,120)
#62896C
(98,137,108)
#587A60
(88,122,96)
#4E6B54
(78,107,84)
#445C48
(68,92,72)
#3A4D3C
(58,77,60)
#303E30
(48,62,48)
#262F24
(38,47,36)
#1C2018
(28,32,24)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #76A784

#76A784
(118,167,132)
#82AF8F
(130,175,143)
#8EB79A
(142,183,154)
#9ABFA5
(154,191,165)
#A6C7B0
(166,199,176)
#B2CFBB
(178,207,187)
#BED7C6
(190,215,198)
#CADFD1
(202,223,209)
#D6E7DC
(214,231,220)
#E2EFE7
(226,239,231)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A784 color. Also use rgb(118,167,132) instead hex code.

Text Font Color

.myTextColor { color: #76A784; }

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

This text font color is #76A784.

Background Color

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

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

This div background color is #76A784.

Border color

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

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

This div border color is #76A784.

Opacity

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

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

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

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

This text has shadow with #76A784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A784.

Preview

Color preview on black background

This text has color #76A784 on black background.


Color preview on white background

This text has color #76A784 on white background.


Black color preview on #76A784 background

This text has black color on #76A784 background.


White color preview on #76A784 background

This text has white color on #76A784 background.


Related colors

Complementary color

Complementary color for #hex is #89587B.


I love getcolorcode.com

Triadic colors

1 #8476A7 and #A78476 with #76A784 are triadic colors.

2 #84A776 and #A77684 with #76A784 are triadic colors.