COLOR #76A055

HEX: #76A055 RGB: (118,160,85)

Color info

#76A055 contains mainly red and green colors. Web safe color of #76A055 is #669966 (or #696).

RGB color model

#76A055 color RGB value is (118,160,85).

RGB: (118,160,85) (46%, 63%, 33%)

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 85 of 255 = 33%

118
160
85

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

Portions of RGB colors in percentages

R + G + B = 118 + 160 + 85 = 363 (100%)
R 118 of 363 ~ 32.51%
G 160 of 363 ~ 44.08%
B 85 of 363 ~ 23.42'%

%32.51
%44.08
%23.42

CMYK color model

#76A055 color CMYK value is (26,0,47,37).

  • cyan value is 26.25%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 37.25%

CMYK: (26,0,47,37)
C26M0Y47K37 (26%, 0%, 47%, 37%)
(0.26 / 0.00 / 0.47 / 0.37)

CMYK percentages

%26.25
%0
%46.88
%37.25

Codes

Color #76A055 in popluar color models

76 A0 55
RGB 118 160 85
HSL 94° 30.61% 48.04%
HSB/HSV 94° 46.88% 62.75%
CMYK 26.25% 0.00% 46.88%
37.25%

Color #76A055 in popluar number systems.

HEX 76 A0 55
Decimal 118 160 85
Binary 1110110 10100000 1010101
Octal 166 240 125

Shades and tints

Shades of #76A055

#76A055
(118,160,85)
#6C924E
(108,146,78)
#628447
(98,132,71)
#587640
(88,118,64)
#4E6839
(78,104,57)
#445A32
(68,90,50)
#3A4C2B
(58,76,43)
#303E24
(48,62,36)
#26301D
(38,48,29)
#1C2216
(28,34,22)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #76A055

#76A055
(118,160,85)
#82A864
(130,168,100)
#8EB073
(142,176,115)
#9AB882
(154,184,130)
#A6C091
(166,192,145)
#B2C8A0
(178,200,160)
#BED0AF
(190,208,175)
#CAD8BE
(202,216,190)
#D6E0CD
(214,224,205)
#E2E8DC
(226,232,220)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A055 color. Also use rgb(118,160,85) instead hex code.

Text Font Color

.myTextColor { color: #76A055; }

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

This text font color is #76A055.

Background Color

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

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

This div background color is #76A055.

Border color

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

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

This div border color is #76A055.

Opacity

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

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

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

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

This text has shadow with #76A055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A055.

Preview

Color preview on black background

This text has color #76A055 on black background.


Color preview on white background

This text has color #76A055 on white background.


Black color preview on #76A055 background

This text has black color on #76A055 background.


White color preview on #76A055 background

This text has white color on #76A055 background.


Related colors

Complementary color

Complementary color for #hex is #895FAA.


I love getcolorcode.com

Triadic colors

1 #5576A0 and #A05576 with #76A055 are triadic colors.

2 #55A076 and #A07655 with #76A055 are triadic colors.