COLOR #7F514B

HEX: #7F514B
RGB: (127,81,75)

Color info

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

RGB color model

#7F514B color RGB value is (127,81,75).

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

RGB channels and saturation

R 127 of 255 = 50%
G 81 of 255 = 32%
B 75 of 255 = 29%

127
81
75

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

Portions of RGB colors in percentages

R + G + B =
127 + 81 + 75 = 283 (100%)
R 127 of 283 ~ 44.88%
G 81 of 283 ~ 28.62%
B 75 of 283 ~ 26.5%

%44.88
%28.62
%26.5

CMYK color model

#7F514B color CMYK value is (0,36,41,50).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 40.94%
  • key color value is 50.20%
CMYK:
(0,36,41,50)
C0M36Y41K50 
(0%,36%,41%,50%)
(0.00/0.36/0.41/0.50)	

CMYK percentages

%0
%36.22
%40.94
%50.2

Codes

Color #7F514B in popluar color models

7F514B
RGB1278175
HSL25.74%39.61%
HSB/HSV40.94%49.80%
CMYK0.00%36.22%40.94%
50.20%

Color #7F514B in popluar number systems.

HEX7F514B
Decimal1278175
Binary111111110100011001011
Octal177121113

Shades and tints

Shades of #7F514B

#7F514B
(127,81,75)
#744A45
(116,74,69)
#69433F
(105,67,63)
#5E3C39
(94,60,57)
#533533
(83,53,51)
#482E2D
(72,46,45)
#3D2727
(61,39,39)
#322021
(50,32,33)
#27191B
(39,25,27)
#1C1215
(28,18,21)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #7F514B

#7F514B
(127,81,75)
#8A605B
(138,96,91)
#956F6B
(149,111,107)
#A07E7B
(160,126,123)
#AB8D8B
(171,141,139)
#B69C9B
(182,156,155)
#C1ABAB
(193,171,171)
#CCBABB
(204,186,187)
#D7C9CB
(215,201,203)
#E2D8DB
(226,216,219)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F514B; }

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

This text font color is #7F514B.


Background Color

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

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

This div background color is #7F514B.


Border color

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

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

This div border color is #7F514B.


Opacity

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

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

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

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

This text has shadow with #7F514B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F514B on black background.


Color preview on white background

This text has color #7F514B on white background.



Black color preview on #7F514B background

This text has black color on #7F514B background.


White color preview on #7F514B background

This text has white color on #7F514B background.