COLOR #767D61

HEX: #767D61 RGB: (118,125,97)

Color info

#767D61 contains red, green and blue colors in about the same proportion. Web safe color of #767D61 is #666666 (or #666).

RGB color model

#767D61 color RGB value is (118,125,97).

RGB: (118,125,97) (46%, 49%, 38%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 97 of 255 = 38%

118
125
97

R + G + B ~ 44%. #767D61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 97 = 340 (100%)
R 118 of 340 ~ 34.71%
G 125 of 340 ~ 36.76%
B 97 of 340 ~ 28.53'%

%34.71
%36.76
%28.53

CMYK color model

#767D61 color CMYK value is (6,0,22,51).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 50.98%

CMYK: (6,0,22,51)
C6M0Y22K51 (6%, 0%, 22%, 51%)
(0.06 / 0.00 / 0.22 / 0.51)

CMYK percentages

%5.6
%0
%22.4
%50.98

Codes

Color #767D61 in popluar color models

76 7D 61
RGB 118 125 97
HSL 75° 12.61% 43.53%
HSB/HSV 75° 22.40% 49.02%
CMYK 5.60% 0.00% 22.40%
50.98%

Color #767D61 in popluar number systems.

HEX 76 7D 61
Decimal 118 125 97
Binary 1110110 1111101 1100001
Octal 166 175 141

Shades and tints

Shades of #767D61

#767D61
(118,125,97)
#6C7259
(108,114,89)
#626751
(98,103,81)
#585C49
(88,92,73)
#4E5141
(78,81,65)
#444639
(68,70,57)
#3A3B31
(58,59,49)
#303029
(48,48,41)
#262521
(38,37,33)
#1C1A19
(28,26,25)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #767D61

#767D61
(118,125,97)
#82886F
(130,136,111)
#8E937D
(142,147,125)
#9A9E8B
(154,158,139)
#A6A999
(166,169,153)
#B2B4A7
(178,180,167)
#BEBFB5
(190,191,181)
#CACAC3
(202,202,195)
#D6D5D1
(214,213,209)
#E2E0DF
(226,224,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767D61 color. Also use rgb(118,125,97) instead hex code.

Text Font Color

.myTextColor { color: #767D61; }

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

This text font color is #767D61.

Background Color

.myBgColor { background-color: #767D61; }

<div style="background-color:#767D61">Inner text</div>

This div background color is #767D61.

Border color

.myBorderColor { border: 1px solid #767D61; }

<div style="border:3px solid #767D61">Div</div>

This div border color is #767D61.

Opacity

.myOpacity80 { color: #767D61; opacity: 0.8; }

<p style="color:#767D61;opacity:0.8;">80%</p>

Text with #767D61 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 #767D61;}

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

This text has shadow with #767D61 color.


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

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

This text has shadow with #767D61 primary color and red secondary color.


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

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

This text has shadow with #767D61 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #767D61.

Preview

Color preview on black background

This text has color #767D61 on black background.


Color preview on white background

This text has color #767D61 on white background.


Black color preview on #767D61 background

This text has black color on #767D61 background.


White color preview on #767D61 background

This text has white color on #767D61 background.


Related colors

Complementary color

Complementary color for #hex is #89829E.


I love getcolorcode.com

Triadic colors

1 #61767D and #7D6176 with #767D61 are triadic colors.

2 #617D76 and #7D7661 with #767D61 are triadic colors.