COLOR #7F5F4B

HEX: #7F5F4B
RGB: (127,95,75)

Color info

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

RGB color model

#7F5F4B color RGB value is (127,95,75).

  • red value is 127;
  • green value is 95;
  • blue value is 75.
RGB:
(127,95,75)
(50%,37%,29%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 75 of 255 = 29%

127
95
75

R + G + B ~ 39%. #7F5F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 95 + 75 = 297 (100%)
R 127 of 297 ~ 42.76%
G 95 of 297 ~ 31.99%
B 75 of 297 ~ 25.25%

%42.76
%31.99
%25.25

CMYK color model

#7F5F4B color CMYK value is (0,25,41,50).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 40.94%
  • key color value is 50.20%
CMYK:
(0,25,41,50)
C0M25Y41K50 
(0%,25%,41%,50%)
(0.00/0.25/0.41/0.50)	

CMYK percentages

%0
%25.2
%40.94
%50.2

Codes

Color #7F5F4B in popluar color models

7F5F4B
RGB1279575
HSL23°25.74%39.61%
HSB/HSV23°40.94%49.80%
CMYK0.00%25.20%40.94%
50.20%

Color #7F5F4B in popluar number systems.

HEX7F5F4B
Decimal1279575
Binary111111110111111001011
Octal177137113

Shades and tints

Shades of #7F5F4B

#7F5F4B
(127,95,75)
#745745
(116,87,69)
#694F3F
(105,79,63)
#5E4739
(94,71,57)
#533F33
(83,63,51)
#48372D
(72,55,45)
#3D2F27
(61,47,39)
#322721
(50,39,33)
#271F1B
(39,31,27)
#1C1715
(28,23,21)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #7F5F4B

#7F5F4B
(127,95,75)
#8A6D5B
(138,109,91)
#957B6B
(149,123,107)
#A0897B
(160,137,123)
#AB978B
(171,151,139)
#B6A59B
(182,165,155)
#C1B3AB
(193,179,171)
#CCC1BB
(204,193,187)
#D7CFCB
(215,207,203)
#E2DDDB
(226,221,219)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5F4B color. Also use rgb(127,95,75) instead hex code.

Text Font Color

.myTextColor { color: #7F5F4B; }

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

This text font color is #7F5F4B.


Background Color

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

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

This div background color is #7F5F4B.


Border color

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

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

This div border color is #7F5F4B.


Opacity

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

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

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

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

This text has shadow with #7F5F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5F4B on black background.


Color preview on white background

This text has color #7F5F4B on white background.



Black color preview on #7F5F4B background

This text has black color on #7F5F4B background.


White color preview on #7F5F4B background

This text has white color on #7F5F4B background.