COLOR #7F655C

HEX: #7F655C
RGB: (127,101,92)

Color info

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

RGB color model

#7F655C color RGB value is (127,101,92).

  • red value is 127;
  • green value is 101;
  • blue value is 92.
RGB:
(127,101,92)
(50%,40%,36%)

RGB channels and saturation

R 127 of 255 = 50%
G 101 of 255 = 40%
B 92 of 255 = 36%

127
101
92

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

Portions of RGB colors in percentages

R + G + B =
127 + 101 + 92 = 320 (100%)
R 127 of 320 ~ 39.69%
G 101 of 320 ~ 31.56%
B 92 of 320 ~ 28.75%

%39.69
%31.56
%28.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 27.56%
  • key color value is 50.20%
CMYK:
(0,20,28,50)
C0M20Y28K50 
(0%,20%,28%,50%)
(0.00/0.20/0.28/0.50)	

CMYK percentages

%0
%20.47
%27.56
%50.2

Codes

Color #7F655C in popluar color models

7F655C
RGB12710192
HSL15°15.98%42.94%
HSB/HSV15°27.56%49.80%
CMYK0.00%20.47%27.56%
50.20%

Color #7F655C in popluar number systems.

HEX7F655C
Decimal12710192
Binary111111111001011011100
Octal177145134

Shades and tints

Shades of #7F655C

#7F655C
(127,101,92)
#745C54
(116,92,84)
#69534C
(105,83,76)
#5E4A44
(94,74,68)
#53413C
(83,65,60)
#483834
(72,56,52)
#3D2F2C
(61,47,44)
#322624
(50,38,36)
#271D1C
(39,29,28)
#1C1414
(28,20,20)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #7F655C

#7F655C
(127,101,92)
#8A736A
(138,115,106)
#958178
(149,129,120)
#A08F86
(160,143,134)
#AB9D94
(171,157,148)
#B6ABA2
(182,171,162)
#C1B9B0
(193,185,176)
#CCC7BE
(204,199,190)
#D7D5CC
(215,213,204)
#E2E3DA
(226,227,218)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F655C color. Also use rgb(127,101,92) instead hex code.

Text Font Color

.myTextColor { color: #7F655C; }

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

This text font color is #7F655C.


Background Color

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

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

This div background color is #7F655C.


Border color

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

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

This div border color is #7F655C.


Opacity

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

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

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

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

This text has shadow with #7F655C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F655C on black background.


Color preview on white background

This text has color #7F655C on white background.



Black color preview on #7F655C background

This text has black color on #7F655C background.


White color preview on #7F655C background

This text has white color on #7F655C background.