COLOR #7F7B5D

HEX: #7F7B5D RGB: (127,123,93)

Color info

#7F7B5D contains red, green and blue colors in about the same proportion. Web safe color of #7F7B5D is #666666 (or #666).

RGB color model

#7F7B5D color RGB value is (127,123,93).

RGB: (127,123,93) (50%, 48%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 123 of 255 = 48%
B 93 of 255 = 36%

127
123
93

R + G + B ~ 45%. #7F7B5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 123 + 93 = 343 (100%)
R 127 of 343 ~ 37.03%
G 123 of 343 ~ 35.86%
B 93 of 343 ~ 27.11'%

%37.03
%35.86
%27.11

CMYK color model

#7F7B5D color CMYK value is (0,3,27,50).

  • cyan value is 0.00%
  • magenta value is 3.15%
  • yellow value is 26.77%
  • key color value is 50.20%

CMYK: (0,3,27,50)
C0M3Y27K50 (0%, 3%, 27%, 50%)
(0.00 / 0.03 / 0.27 / 0.50)

CMYK percentages

%0
%3.15
%26.77
%50.2

Codes

Color #7F7B5D in popluar color models

7F 7B 5D
RGB 127 123 93
HSL 53° 15.45% 43.14%
HSB/HSV 53° 26.77% 49.80%
CMYK 0.00% 3.15% 26.77%
50.20%

Color #7F7B5D in popluar number systems.

HEX 7F 7B 5D
Decimal 127 123 93
Binary 1111111 1111011 1011101
Octal 177 173 135

Shades and tints

Shades of #7F7B5D

#7F7B5D
(127,123,93)
#747055
(116,112,85)
#69654D
(105,101,77)
#5E5A45
(94,90,69)
#534F3D
(83,79,61)
#484435
(72,68,53)
#3D392D
(61,57,45)
#322E25
(50,46,37)
#27231D
(39,35,29)
#1C1815
(28,24,21)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #7F7B5D

#7F7B5D
(127,123,93)
#8A876B
(138,135,107)
#959379
(149,147,121)
#A09F87
(160,159,135)
#ABAB95
(171,171,149)
#B6B7A3
(182,183,163)
#C1C3B1
(193,195,177)
#CCCFBF
(204,207,191)
#D7DBCD
(215,219,205)
#E2E7DB
(226,231,219)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7B5D color. Also use rgb(127,123,93) instead hex code.

Text Font Color

.myTextColor { color: #7F7B5D; }

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

This text font color is #7F7B5D.

Background Color

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

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

This div background color is #7F7B5D.

Border color

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

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

This div border color is #7F7B5D.

Opacity

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

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

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

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

This text has shadow with #7F7B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7B5D.

Preview

Color preview on black background

This text has color #7F7B5D on black background.


Color preview on white background

This text has color #7F7B5D on white background.


Black color preview on #7F7B5D background

This text has black color on #7F7B5D background.


White color preview on #7F7B5D background

This text has white color on #7F7B5D background.


Related colors

Complementary color

Complementary color for #hex is #8084A2.


I love getcolorcode.com

Triadic colors

1 #5D7F7B and #7B5D7F with #7F7B5D are triadic colors.

2 #5D7B7F and #7B7F5D with #7F7B5D are triadic colors.