COLOR #7F5040

HEX: #7F5040 RGB: (127,80,64)

Color info

#7F5040 contains mainly red and green colors. Web safe color of #7F5040 is #666633 (or #663).

RGB color model

#7F5040 color RGB value is (127,80,64).

RGB: (127,80,64) (50%, 31%, 25%)

RGB channels and saturation

R 127 of 255 = 50%
G 80 of 255 = 31%
B 64 of 255 = 25%

127
80
64

R + G + B ~ 35%. #7F5040 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 80 + 64 = 271 (100%)
R 127 of 271 ~ 46.86%
G 80 of 271 ~ 29.52%
B 64 of 271 ~ 23.62'%

%46.86
%29.52
%23.62

CMYK color model

#7F5040 color CMYK value is (0,37,50,50).

  • cyan value is 0.00%
  • magenta value is 37.01%
  • yellow value is 49.61%
  • key color value is 50.20%

CMYK: (0,37,50,50)
C0M37Y50K50 (0%, 37%, 50%, 50%)
(0.00 / 0.37 / 0.50 / 0.50)

CMYK percentages

%0
%37.01
%49.61
%50.2

Codes

Color #7F5040 in popluar color models

7F 50 40
RGB 127 80 64
HSL 15° 32.98% 37.45%
HSB/HSV 15° 49.61% 49.80%
CMYK 0.00% 37.01% 49.61%
50.20%

Color #7F5040 in popluar number systems.

HEX 7F 50 40
Decimal 127 80 64
Binary 1111111 1010000 1000000
Octal 177 120 100

Shades and tints

Shades of #7F5040

#7F5040
(127,80,64)
#74493B
(116,73,59)
#694236
(105,66,54)
#5E3B31
(94,59,49)
#53342C
(83,52,44)
#482D27
(72,45,39)
#3D2622
(61,38,34)
#321F1D
(50,31,29)
#271818
(39,24,24)
#1C1113
(28,17,19)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #7F5040

#7F5040
(127,80,64)
#8A5F51
(138,95,81)
#956E62
(149,110,98)
#A07D73
(160,125,115)
#AB8C84
(171,140,132)
#B69B95
(182,155,149)
#C1AAA6
(193,170,166)
#CCB9B7
(204,185,183)
#D7C8C8
(215,200,200)
#E2D7D9
(226,215,217)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5040 color. Also use rgb(127,80,64) instead hex code.

Text Font Color

.myTextColor { color: #7F5040; }

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

This text font color is #7F5040.

Background Color

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

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

This div background color is #7F5040.

Border color

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

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

This div border color is #7F5040.

Opacity

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

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

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

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

This text has shadow with #7F5040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5040.

Preview

Color preview on black background

This text has color #7F5040 on black background.


Color preview on white background

This text has color #7F5040 on white background.


Black color preview on #7F5040 background

This text has black color on #7F5040 background.


White color preview on #7F5040 background

This text has white color on #7F5040 background.


Related colors

Complementary color

Complementary color for #hex is #80AFBF.


I love getcolorcode.com

Triadic colors

1 #407F50 and #50407F with #7F5040 are triadic colors.

2 #40507F and #507F40 with #7F5040 are triadic colors.