COLOR #7F765F

HEX: #7F765F
RGB: (127,118,95)

Color info

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

RGB color model

#7F765F color RGB value is (127,118,95).

  • red value is 127;
  • green value is 118;
  • blue value is 95.
RGB:
(127,118,95)
(50%,46%,37%)

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 95 of 255 = 37%

127
118
95

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

Portions of RGB colors in percentages

R + G + B =
127 + 118 + 95 = 340 (100%)
R 127 of 340 ~ 37.35%
G 118 of 340 ~ 34.71%
B 95 of 340 ~ 27.94%

%37.35
%34.71
%27.94

CMYK color model

#7F765F color CMYK value is (0,7,25,50).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 25.20%
  • key color value is 50.20%
CMYK:
(0,7,25,50)
C0M7Y25K50 
(0%,7%,25%,50%)
(0.00/0.07/0.25/0.50)	

CMYK percentages

%0
%7.09
%25.2
%50.2

Codes

Color #7F765F in popluar color models

7F765F
RGB12711895
HSL43°14.41%43.53%
HSB/HSV43°25.20%49.80%
CMYK0.00%7.09%25.20%
50.20%

Color #7F765F in popluar number systems.

HEX7F765F
Decimal12711895
Binary111111111101101011111
Octal177166137

Shades and tints

Shades of #7F765F

#7F765F
(127,118,95)
#746C57
(116,108,87)
#69624F
(105,98,79)
#5E5847
(94,88,71)
#534E3F
(83,78,63)
#484437
(72,68,55)
#3D3A2F
(61,58,47)
#323027
(50,48,39)
#27261F
(39,38,31)
#1C1C17
(28,28,23)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7F765F

#7F765F
(127,118,95)
#8A826D
(138,130,109)
#958E7B
(149,142,123)
#A09A89
(160,154,137)
#ABA697
(171,166,151)
#B6B2A5
(182,178,165)
#C1BEB3
(193,190,179)
#CCCAC1
(204,202,193)
#D7D6CF
(215,214,207)
#E2E2DD
(226,226,221)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F765F; }

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

This text font color is #7F765F.


Background Color

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

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

This div background color is #7F765F.


Border color

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

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

This div border color is #7F765F.


Opacity

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

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

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

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

This text has shadow with #7F765F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F765F on black background.


Color preview on white background

This text has color #7F765F on white background.



Black color preview on #7F765F background

This text has black color on #7F765F background.


White color preview on #7F765F background

This text has white color on #7F765F background.