COLOR #7F7855

HEX: #7F7855 RGB: (127,120,85)

Color info

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

RGB color model

#7F7855 color RGB value is (127,120,85).

RGB: (127,120,85) (50%, 47%, 33%)

RGB channels and saturation

R 127 of 255 = 50%
G 120 of 255 = 47%
B 85 of 255 = 33%

127
120
85

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

Portions of RGB colors in percentages

R + G + B = 127 + 120 + 85 = 332 (100%)
R 127 of 332 ~ 38.25%
G 120 of 332 ~ 36.14%
B 85 of 332 ~ 25.6'%

%38.25
%36.14
%25.6

CMYK color model

#7F7855 color CMYK value is (0,6,33,50).

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

CMYK: (0,6,33,50)
C0M6Y33K50 (0%, 6%, 33%, 50%)
(0.00 / 0.06 / 0.33 / 0.50)

CMYK percentages

%0
%5.51
%33.07
%50.2

Codes

Color #7F7855 in popluar color models

7F 78 55
RGB 127 120 85
HSL 50° 19.81% 41.57%
HSB/HSV 50° 33.07% 49.80%
CMYK 0.00% 5.51% 33.07%
50.20%

Color #7F7855 in popluar number systems.

HEX 7F 78 55
Decimal 127 120 85
Binary 1111111 1111000 1010101
Octal 177 170 125

Shades and tints

Shades of #7F7855

#7F7855
(127,120,85)
#746E4E
(116,110,78)
#696447
(105,100,71)
#5E5A40
(94,90,64)
#535039
(83,80,57)
#484632
(72,70,50)
#3D3C2B
(61,60,43)
#323224
(50,50,36)
#27281D
(39,40,29)
#1C1E16
(28,30,22)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #7F7855

#7F7855
(127,120,85)
#8A8464
(138,132,100)
#959073
(149,144,115)
#A09C82
(160,156,130)
#ABA891
(171,168,145)
#B6B4A0
(182,180,160)
#C1C0AF
(193,192,175)
#CCCCBE
(204,204,190)
#D7D8CD
(215,216,205)
#E2E4DC
(226,228,220)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7855; }

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

This text font color is #7F7855.

Background Color

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

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

This div background color is #7F7855.

Border color

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

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

This div border color is #7F7855.

Opacity

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

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

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

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

This text has shadow with #7F7855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7855.

Preview

Color preview on black background

This text has color #7F7855 on black background.


Color preview on white background

This text has color #7F7855 on white background.


Black color preview on #7F7855 background

This text has black color on #7F7855 background.


White color preview on #7F7855 background

This text has white color on #7F7855 background.


Related colors

Complementary color

Complementary color for #hex is #8087AA.


I love getcolorcode.com

Triadic colors

1 #557F78 and #78557F with #7F7855 are triadic colors.

2 #55787F and #787F55 with #7F7855 are triadic colors.