COLOR #7F7117

HEX: #7F7117 RGB: (127,113,23)

Color info

#7F7117 contains mainly red and green colors. Web safe color of #7F7117 is #666600 (or #660).

RGB color model

#7F7117 color RGB value is (127,113,23).

RGB: (127,113,23) (50%, 44%, 9%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 23 of 255 = 9%

127
113
23

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

Portions of RGB colors in percentages

R + G + B = 127 + 113 + 23 = 263 (100%)
R 127 of 263 ~ 48.29%
G 113 of 263 ~ 42.97%
B 23 of 263 ~ 8.75'%

%48.29
%42.97

CMYK color model

#7F7117 color CMYK value is (0,11,82,50).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 81.89%
  • key color value is 50.20%

CMYK: (0,11,82,50)
C0M11Y82K50 (0%, 11%, 82%, 50%)
(0.00 / 0.11 / 0.82 / 0.50)

CMYK percentages

%0
%11.02
%81.89
%50.2

Codes

Color #7F7117 in popluar color models

7F 71 17
RGB 127 113 23
HSL 52° 69.33% 29.41%
HSB/HSV 52° 81.89% 49.80%
CMYK 0.00% 11.02% 81.89%
50.20%

Color #7F7117 in popluar number systems.

HEX 7F 71 17
Decimal 127 113 23
Binary 1111111 1110001 10111
Octal 177 161 27

Shades and tints

Shades of #7F7117

#7F7117
(127,113,23)
#746715
(116,103,21)
#695D13
(105,93,19)
#5E5311
(94,83,17)
#53490F
(83,73,15)
#483F0D
(72,63,13)
#3D350B
(61,53,11)
#322B09
(50,43,9)
#272107
(39,33,7)
#1C1705
(28,23,5)
#110D03
(17,13,3)
#000000
(0,0,0)

Tints of #7F7117

#7F7117
(127,113,23)
#8A7D2C
(138,125,44)
#958941
(149,137,65)
#A09556
(160,149,86)
#ABA16B
(171,161,107)
#B6AD80
(182,173,128)
#C1B995
(193,185,149)
#CCC5AA
(204,197,170)
#D7D1BF
(215,209,191)
#E2DDD4
(226,221,212)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7117 color. Also use rgb(127,113,23) instead hex code.

Text Font Color

.myTextColor { color: #7F7117; }

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

This text font color is #7F7117.

Background Color

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

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

This div background color is #7F7117.

Border color

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

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

This div border color is #7F7117.

Opacity

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

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

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

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

This text has shadow with #7F7117 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7117.

Preview

Color preview on black background

This text has color #7F7117 on black background.


Color preview on white background

This text has color #7F7117 on white background.


Black color preview on #7F7117 background

This text has black color on #7F7117 background.


White color preview on #7F7117 background

This text has white color on #7F7117 background.


Related colors

Complementary color

Complementary color for #hex is #808EE8.


I love getcolorcode.com

Triadic colors

1 #177F71 and #71177F with #7F7117 are triadic colors.

2 #17717F and #717F17 with #7F7117 are triadic colors.