COLOR #7F765B

HEX: #7F765B RGB: (127,118,91)

Color info

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

RGB color model

#7F765B color RGB value is (127,118,91).

RGB: (127,118,91) (50%, 46%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 91 of 255 = 36%

127
118
91

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

Portions of RGB colors in percentages

R + G + B = 127 + 118 + 91 = 336 (100%)
R 127 of 336 ~ 37.8%
G 118 of 336 ~ 35.12%
B 91 of 336 ~ 27.08'%

%37.8
%35.12
%27.08

CMYK color model

#7F765B color CMYK value is (0,7,28,50).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 28.35%
  • key color value is 50.20%

CMYK: (0,7,28,50)
C0M7Y28K50 (0%, 7%, 28%, 50%)
(0.00 / 0.07 / 0.28 / 0.50)

CMYK percentages

%0
%7.09
%28.35
%50.2

Codes

Color #7F765B in popluar color models

7F 76 5B
RGB 127 118 91
HSL 45° 16.51% 42.75%
HSB/HSV 45° 28.35% 49.80%
CMYK 0.00% 7.09% 28.35%
50.20%

Color #7F765B in popluar number systems.

HEX 7F 76 5B
Decimal 127 118 91
Binary 1111111 1110110 1011011
Octal 177 166 133

Shades and tints

Shades of #7F765B

#7F765B
(127,118,91)
#746C53
(116,108,83)
#69624B
(105,98,75)
#5E5843
(94,88,67)
#534E3B
(83,78,59)
#484433
(72,68,51)
#3D3A2B
(61,58,43)
#323023
(50,48,35)
#27261B
(39,38,27)
#1C1C13
(28,28,19)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #7F765B

#7F765B
(127,118,91)
#8A8269
(138,130,105)
#958E77
(149,142,119)
#A09A85
(160,154,133)
#ABA693
(171,166,147)
#B6B2A1
(182,178,161)
#C1BEAF
(193,190,175)
#CCCABD
(204,202,189)
#D7D6CB
(215,214,203)
#E2E2D9
(226,226,217)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F765B color. Also use rgb(127,118,91) instead hex code.

Text Font Color

.myTextColor { color: #7F765B; }

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

This text font color is #7F765B.

Background Color

.myBgColor { background-color: #7F765B; }

<div style="background-color:#7F765B">Inner text</div>

This div background color is #7F765B.

Border color

.myBorderColor { border: 1px solid #7F765B; }

<div style="border:3px solid #7F765B">Div</div>

This div border color is #7F765B.

Opacity

.myOpacity80 { color: #7F765B; opacity: 0.8; }

<p style="color:#7F765B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F765B color.


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

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

This text has shadow with #7F765B primary color and red secondary color.


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

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

This text has shadow with #7F765B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F765B.

Preview

Color preview on black background

This text has color #7F765B on black background.


Color preview on white background

This text has color #7F765B on white background.


Black color preview on #7F765B background

This text has black color on #7F765B background.


White color preview on #7F765B background

This text has white color on #7F765B background.


Related colors

Complementary color

Complementary color for #hex is #8089A4.


I love getcolorcode.com

Triadic colors

1 #5B7F76 and #765B7F with #7F765B are triadic colors.

2 #5B767F and #767F5B with #7F765B are triadic colors.