COLOR #7F6455

HEX: #7F6455 RGB: (127,100,85)

Color info

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

RGB color model

#7F6455 color RGB value is (127,100,85).

RGB: (127,100,85) (50%, 39%, 33%)

RGB channels and saturation

R 127 of 255 = 50%
G 100 of 255 = 39%
B 85 of 255 = 33%

127
100
85

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

Portions of RGB colors in percentages

R + G + B = 127 + 100 + 85 = 312 (100%)
R 127 of 312 ~ 40.71%
G 100 of 312 ~ 32.05%
B 85 of 312 ~ 27.24'%

%40.71
%32.05
%27.24

CMYK color model

#7F6455 color CMYK value is (0,21,33,50).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 33.07%
  • key color value is 50.20%

CMYK: (0,21,33,50)
C0M21Y33K50 (0%, 21%, 33%, 50%)
(0.00 / 0.21 / 0.33 / 0.50)

CMYK percentages

%0
%21.26
%33.07
%50.2

Codes

Color #7F6455 in popluar color models

7F 64 55
RGB 127 100 85
HSL 21° 19.81% 41.57%
HSB/HSV 21° 33.07% 49.80%
CMYK 0.00% 21.26% 33.07%
50.20%

Color #7F6455 in popluar number systems.

HEX 7F 64 55
Decimal 127 100 85
Binary 1111111 1100100 1010101
Octal 177 144 125

Shades and tints

Shades of #7F6455

#7F6455
(127,100,85)
#745B4E
(116,91,78)
#695247
(105,82,71)
#5E4940
(94,73,64)
#534039
(83,64,57)
#483732
(72,55,50)
#3D2E2B
(61,46,43)
#322524
(50,37,36)
#271C1D
(39,28,29)
#1C1316
(28,19,22)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #7F6455

#7F6455
(127,100,85)
#8A7264
(138,114,100)
#958073
(149,128,115)
#A08E82
(160,142,130)
#AB9C91
(171,156,145)
#B6AAA0
(182,170,160)
#C1B8AF
(193,184,175)
#CCC6BE
(204,198,190)
#D7D4CD
(215,212,205)
#E2E2DC
(226,226,220)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6455; }

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

This text font color is #7F6455.

Background Color

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

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

This div background color is #7F6455.

Border color

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

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

This div border color is #7F6455.

Opacity

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

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

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

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

This text has shadow with #7F6455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6455.

Preview

Color preview on black background

This text has color #7F6455 on black background.


Color preview on white background

This text has color #7F6455 on white background.


Black color preview on #7F6455 background

This text has black color on #7F6455 background.


White color preview on #7F6455 background

This text has white color on #7F6455 background.


Related colors

Complementary color

Complementary color for #hex is #809BAA.


I love getcolorcode.com

Triadic colors

1 #557F64 and #64557F with #7F6455 are triadic colors.

2 #55647F and #647F55 with #7F6455 are triadic colors.