COLOR #7F6955

HEX: #7F6955
RGB: (127,105,85)

Color info

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

RGB color model

#7F6955 color RGB value is (127,105,85).

  • red value is 127;
  • green value is 105;
  • blue value is 85.
RGB:
(127,105,85)
(50%,41%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 105 of 255 = 41%
B 85 of 255 = 33%

127
105
85

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

Portions of RGB colors in percentages

R + G + B =
127 + 105 + 85 = 317 (100%)
R 127 of 317 ~ 40.06%
G 105 of 317 ~ 33.12%
B 85 of 317 ~ 26.81%

%40.06
%33.12
%26.81

CMYK color model

#7F6955 color CMYK value is (0,17,33,50).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 33.07%
  • key color value is 50.20%
CMYK:
(0,17,33,50)
C0M17Y33K50 
(0%,17%,33%,50%)
(0.00/0.17/0.33/0.50)	

CMYK percentages

%0
%17.32
%33.07
%50.2

Codes

Color #7F6955 in popluar color models

7F6955
RGB12710585
HSL29°19.81%41.57%
HSB/HSV29°33.07%49.80%
CMYK0.00%17.32%33.07%
50.20%

Color #7F6955 in popluar number systems.

HEX7F6955
Decimal12710585
Binary111111111010011010101
Octal177151125

Shades and tints

Shades of #7F6955

#7F6955
(127,105,85)
#74604E
(116,96,78)
#695747
(105,87,71)
#5E4E40
(94,78,64)
#534539
(83,69,57)
#483C32
(72,60,50)
#3D332B
(61,51,43)
#322A24
(50,42,36)
#27211D
(39,33,29)
#1C1816
(28,24,22)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #7F6955

#7F6955
(127,105,85)
#8A7664
(138,118,100)
#958373
(149,131,115)
#A09082
(160,144,130)
#AB9D91
(171,157,145)
#B6AAA0
(182,170,160)
#C1B7AF
(193,183,175)
#CCC4BE
(204,196,190)
#D7D1CD
(215,209,205)
#E2DEDC
(226,222,220)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6955 color. Also use rgb(127,105,85) instead hex code.

Text Font Color

.myTextColor { color: #7F6955; }

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

This text font color is #7F6955.


Background Color

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

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

This div background color is #7F6955.


Border color

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

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

This div border color is #7F6955.


Opacity

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

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

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

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

This text has shadow with #7F6955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6955 on black background.


Color preview on white background

This text has color #7F6955 on white background.



Black color preview on #7F6955 background

This text has black color on #7F6955 background.


White color preview on #7F6955 background

This text has white color on #7F6955 background.