COLOR #7F5A29

HEX: #7F5A29 RGB: (127,90,41)

Color info

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

RGB color model

#7F5A29 color RGB value is (127,90,41).

RGB: (127,90,41) (50%, 35%, 16%)

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 41 of 255 = 16%

127
90
41

R + G + B ~ 34%. #7F5A29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 90 + 41 = 258 (100%)
R 127 of 258 ~ 49.22%
G 90 of 258 ~ 34.88%
B 41 of 258 ~ 15.89'%

%49.22
%34.88
%15.89

CMYK color model

#7F5A29 color CMYK value is (0,29,68,50).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 67.72%
  • key color value is 50.20%

CMYK: (0,29,68,50)
C0M29Y68K50 (0%, 29%, 68%, 50%)
(0.00 / 0.29 / 0.68 / 0.50)

CMYK percentages

%0
%29.13
%67.72
%50.2

Codes

Color #7F5A29 in popluar color models

7F 5A 29
RGB 127 90 41
HSL 34° 51.19% 32.94%
HSB/HSV 34° 67.72% 49.80%
CMYK 0.00% 29.13% 67.72%
50.20%

Color #7F5A29 in popluar number systems.

HEX 7F 5A 29
Decimal 127 90 41
Binary 1111111 1011010 101001
Octal 177 132 51

Shades and tints

Shades of #7F5A29

#7F5A29
(127,90,41)
#745226
(116,82,38)
#694A23
(105,74,35)
#5E4220
(94,66,32)
#533A1D
(83,58,29)
#48321A
(72,50,26)
#3D2A17
(61,42,23)
#322214
(50,34,20)
#271A11
(39,26,17)
#1C120E
(28,18,14)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #7F5A29

#7F5A29
(127,90,41)
#8A693C
(138,105,60)
#95784F
(149,120,79)
#A08762
(160,135,98)
#AB9675
(171,150,117)
#B6A588
(182,165,136)
#C1B49B
(193,180,155)
#CCC3AE
(204,195,174)
#D7D2C1
(215,210,193)
#E2E1D4
(226,225,212)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5A29 color. Also use rgb(127,90,41) instead hex code.

Text Font Color

.myTextColor { color: #7F5A29; }

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

This text font color is #7F5A29.

Background Color

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

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

This div background color is #7F5A29.

Border color

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

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

This div border color is #7F5A29.

Opacity

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

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

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

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

This text has shadow with #7F5A29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5A29.

Preview

Color preview on black background

This text has color #7F5A29 on black background.


Color preview on white background

This text has color #7F5A29 on white background.


Black color preview on #7F5A29 background

This text has black color on #7F5A29 background.


White color preview on #7F5A29 background

This text has white color on #7F5A29 background.


Related colors

Complementary color

Complementary color for #hex is #80A5D6.


I love getcolorcode.com

Triadic colors

1 #297F5A and #5A297F with #7F5A29 are triadic colors.

2 #295A7F and #5A7F29 with #7F5A29 are triadic colors.