COLOR #7F6B15

HEX: #7F6B15 RGB: (127,107,21)

Color info

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

RGB color model

#7F6B15 color RGB value is (127,107,21).

RGB: (127,107,21) (50%, 42%, 8%)

RGB channels and saturation

R 127 of 255 = 50%
G 107 of 255 = 42%
B 21 of 255 = 8%

127
107
21

R + G + B ~ 33%. #7F6B15 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 107 + 21 = 255 (100%)
R 127 of 255 ~ 49.8%
G 107 of 255 ~ 41.96%
B 21 of 255 ~ 8.24'%

%49.8
%41.96

CMYK color model

#7F6B15 color CMYK value is (0,16,83,50).

  • cyan value is 0.00%
  • magenta value is 15.75%
  • yellow value is 83.46%
  • key color value is 50.20%

CMYK: (0,16,83,50)
C0M16Y83K50 (0%, 16%, 83%, 50%)
(0.00 / 0.16 / 0.83 / 0.50)

CMYK percentages

%0
%15.75
%83.46
%50.2

Codes

Color #7F6B15 in popluar color models

7F 6B 15
RGB 127 107 21
HSL 49° 71.62% 29.02%
HSB/HSV 49° 83.46% 49.80%
CMYK 0.00% 15.75% 83.46%
50.20%

Color #7F6B15 in popluar number systems.

HEX 7F 6B 15
Decimal 127 107 21
Binary 1111111 1101011 10101
Octal 177 153 25

Shades and tints

Shades of #7F6B15

#7F6B15
(127,107,21)
#746214
(116,98,20)
#695913
(105,89,19)
#5E5012
(94,80,18)
#534711
(83,71,17)
#483E10
(72,62,16)
#3D350F
(61,53,15)
#322C0E
(50,44,14)
#27230D
(39,35,13)
#1C1A0C
(28,26,12)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #7F6B15

#7F6B15
(127,107,21)
#8A782A
(138,120,42)
#95853F
(149,133,63)
#A09254
(160,146,84)
#AB9F69
(171,159,105)
#B6AC7E
(182,172,126)
#C1B993
(193,185,147)
#CCC6A8
(204,198,168)
#D7D3BD
(215,211,189)
#E2E0D2
(226,224,210)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6B15 color. Also use rgb(127,107,21) instead hex code.

Text Font Color

.myTextColor { color: #7F6B15; }

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

This text font color is #7F6B15.

Background Color

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

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

This div background color is #7F6B15.

Border color

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

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

This div border color is #7F6B15.

Opacity

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

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

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

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

This text has shadow with #7F6B15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6B15.

Preview

Color preview on black background

This text has color #7F6B15 on black background.


Color preview on white background

This text has color #7F6B15 on white background.


Black color preview on #7F6B15 background

This text has black color on #7F6B15 background.


White color preview on #7F6B15 background

This text has white color on #7F6B15 background.


Related colors

Complementary color

Complementary color for #hex is #8094EA.


I love getcolorcode.com

Triadic colors

1 #157F6B and #6B157F with #7F6B15 are triadic colors.

2 #156B7F and #6B7F15 with #7F6B15 are triadic colors.