COLOR #7F7928

HEX: #7F7928
RGB: (127,121,40)

Color info

#7F7928 contains mainly red and green colors. Web safe color of #7F7928 is #666633 (or #663).

RGB color model

#7F7928 color RGB value is (127,121,40).

  • red value is 127;
  • green value is 121;
  • blue value is 40.
RGB:
(127,121,40)
(50%,47%,16%)

RGB channels and saturation

R 127 of 255 = 50%
G 121 of 255 = 47%
B 40 of 255 = 16%

127
121
40

R + G + B ~ 38%. #7F7928 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 121 + 40 = 288 (100%)
R 127 of 288 ~ 44.1%
G 121 of 288 ~ 42.01%
B 40 of 288 ~ 13.89%

%44.1
%42.01
%13.89

CMYK color model

#7F7928 color CMYK value is (0,5,69,50).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 68.50%
  • key color value is 50.20%
CMYK:
(0,5,69,50)
C0M5Y69K50 
(0%,5%,69%,50%)
(0.00/0.05/0.69/0.50)	

CMYK percentages

%0
%4.72
%68.5
%50.2

Codes

Color #7F7928 in popluar color models

7F7928
RGB12712140
HSL56°52.10%32.75%
HSB/HSV56°68.50%49.80%
CMYK0.00%4.72%68.50%
50.20%

Color #7F7928 in popluar number systems.

HEX7F7928
Decimal12712140
Binary11111111111001101000
Octal17717150

Shades and tints

Shades of #7F7928

#7F7928
(127,121,40)
#746E25
(116,110,37)
#696322
(105,99,34)
#5E581F
(94,88,31)
#534D1C
(83,77,28)
#484219
(72,66,25)
#3D3716
(61,55,22)
#322C13
(50,44,19)
#272110
(39,33,16)
#1C160D
(28,22,13)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #7F7928

#7F7928
(127,121,40)
#8A853B
(138,133,59)
#95914E
(149,145,78)
#A09D61
(160,157,97)
#ABA974
(171,169,116)
#B6B587
(182,181,135)
#C1C19A
(193,193,154)
#CCCDAD
(204,205,173)
#D7D9C0
(215,217,192)
#E2E5D3
(226,229,211)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7928 color. Also use rgb(127,121,40) instead hex code.

Text Font Color

.myTextColor { color: #7F7928; }

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

This text font color is #7F7928.


Background Color

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

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

This div background color is #7F7928.


Border color

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

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

This div border color is #7F7928.


Opacity

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

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

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

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

This text has shadow with #7F7928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7928 on black background.


Color preview on white background

This text has color #7F7928 on white background.



Black color preview on #7F7928 background

This text has black color on #7F7928 background.


White color preview on #7F7928 background

This text has white color on #7F7928 background.