COLOR #7F7155

HEX: #7F7155 RGB: (127,113,85)

Color info

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

RGB color model

#7F7155 color RGB value is (127,113,85).

RGB: (127,113,85) (50%, 44%, 33%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 85 of 255 = 33%

127
113
85

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

Portions of RGB colors in percentages

R + G + B = 127 + 113 + 85 = 325 (100%)
R 127 of 325 ~ 39.08%
G 113 of 325 ~ 34.77%
B 85 of 325 ~ 26.15'%

%39.08
%34.77
%26.15

CMYK color model

#7F7155 color CMYK value is (0,11,33,50).

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

CMYK: (0,11,33,50)
C0M11Y33K50 (0%, 11%, 33%, 50%)
(0.00 / 0.11 / 0.33 / 0.50)

CMYK percentages

%0
%11.02
%33.07
%50.2

Codes

Color #7F7155 in popluar color models

7F 71 55
RGB 127 113 85
HSL 40° 19.81% 41.57%
HSB/HSV 40° 33.07% 49.80%
CMYK 0.00% 11.02% 33.07%
50.20%

Color #7F7155 in popluar number systems.

HEX 7F 71 55
Decimal 127 113 85
Binary 1111111 1110001 1010101
Octal 177 161 125

Shades and tints

Shades of #7F7155

#7F7155
(127,113,85)
#74674E
(116,103,78)
#695D47
(105,93,71)
#5E5340
(94,83,64)
#534939
(83,73,57)
#483F32
(72,63,50)
#3D352B
(61,53,43)
#322B24
(50,43,36)
#27211D
(39,33,29)
#1C1716
(28,23,22)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #7F7155

#7F7155
(127,113,85)
#8A7D64
(138,125,100)
#958973
(149,137,115)
#A09582
(160,149,130)
#ABA191
(171,161,145)
#B6ADA0
(182,173,160)
#C1B9AF
(193,185,175)
#CCC5BE
(204,197,190)
#D7D1CD
(215,209,205)
#E2DDDC
(226,221,220)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7155; }

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

This text font color is #7F7155.

Background Color

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

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

This div background color is #7F7155.

Border color

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

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

This div border color is #7F7155.

Opacity

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

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

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

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

This text has shadow with #7F7155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7155.

Preview

Color preview on black background

This text has color #7F7155 on black background.


Color preview on white background

This text has color #7F7155 on white background.


Black color preview on #7F7155 background

This text has black color on #7F7155 background.


White color preview on #7F7155 background

This text has white color on #7F7155 background.


Related colors

Complementary color

Complementary color for #hex is #808EAA.


I love getcolorcode.com

Triadic colors

1 #557F71 and #71557F with #7F7155 are triadic colors.

2 #55717F and #717F55 with #7F7155 are triadic colors.