COLOR #7F5746

HEX: #7F5746
RGB: (127,87,70)

Color info

#7F5746 contains red, green and blue colors in about the same proportion. Web safe color of #7F5746 is #666633 (or #663).

RGB color model

#7F5746 color RGB value is (127,87,70).

  • red value is 127;
  • green value is 87;
  • blue value is 70.
RGB:
(127,87,70)
(50%,34%,27%)

RGB channels and saturation

R 127 of 255 = 50%
G 87 of 255 = 34%
B 70 of 255 = 27%

127
87
70

R + G + B ~ 37%. #7F5746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 87 + 70 = 284 (100%)
R 127 of 284 ~ 44.72%
G 87 of 284 ~ 30.63%
B 70 of 284 ~ 24.65%

%44.72
%30.63
%24.65

CMYK color model

#7F5746 color CMYK value is (0,31,45,50).

  • cyan value is 0.00%
  • magenta value is 31.50%
  • yellow value is 44.88%
  • key color value is 50.20%
CMYK:
(0,31,45,50)
C0M31Y45K50 
(0%,31%,45%,50%)
(0.00/0.31/0.45/0.50)	

CMYK percentages

%0
%31.5
%44.88
%50.2

Codes

Color #7F5746 in popluar color models

7F5746
RGB1278770
HSL18°28.93%38.63%
HSB/HSV18°44.88%49.80%
CMYK0.00%31.50%44.88%
50.20%

Color #7F5746 in popluar number systems.

HEX7F5746
Decimal1278770
Binary111111110101111000110
Octal177127106

Shades and tints

Shades of #7F5746

#7F5746
(127,87,70)
#745040
(116,80,64)
#69493A
(105,73,58)
#5E4234
(94,66,52)
#533B2E
(83,59,46)
#483428
(72,52,40)
#3D2D22
(61,45,34)
#32261C
(50,38,28)
#271F16
(39,31,22)
#1C1810
(28,24,16)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #7F5746

#7F5746
(127,87,70)
#8A6656
(138,102,86)
#957566
(149,117,102)
#A08476
(160,132,118)
#AB9386
(171,147,134)
#B6A296
(182,162,150)
#C1B1A6
(193,177,166)
#CCC0B6
(204,192,182)
#D7CFC6
(215,207,198)
#E2DED6
(226,222,214)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5746 color. Also use rgb(127,87,70) instead hex code.

Text Font Color

.myTextColor { color: #7F5746; }

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

This text font color is #7F5746.


Background Color

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

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

This div background color is #7F5746.


Border color

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

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

This div border color is #7F5746.


Opacity

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

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

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

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

This text has shadow with #7F5746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5746 on black background.


Color preview on white background

This text has color #7F5746 on white background.



Black color preview on #7F5746 background

This text has black color on #7F5746 background.


White color preview on #7F5746 background

This text has white color on #7F5746 background.