COLOR #7F7A4A

HEX: #7F7A4A
RGB: (127,122,74)

Color info

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

RGB color model

#7F7A4A color RGB value is (127,122,74).

  • red value is 127;
  • green value is 122;
  • blue value is 74.
RGB:
(127,122,74)
(50%,48%,29%)

RGB channels and saturation

R 127 of 255 = 50%
G 122 of 255 = 48%
B 74 of 255 = 29%

127
122
74

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

Portions of RGB colors in percentages

R + G + B =
127 + 122 + 74 = 323 (100%)
R 127 of 323 ~ 39.32%
G 122 of 323 ~ 37.77%
B 74 of 323 ~ 22.91%

%39.32
%37.77
%22.91

CMYK color model

#7F7A4A color CMYK value is (0,4,42,50).

  • cyan value is 0.00%
  • magenta value is 3.94%
  • yellow value is 41.73%
  • key color value is 50.20%
CMYK:
(0,4,42,50)
C0M4Y42K50 
(0%,4%,42%,50%)
(0.00/0.04/0.42/0.50)	

CMYK percentages

%0
%3.94
%41.73
%50.2

Codes

Color #7F7A4A in popluar color models

7F7A4A
RGB12712274
HSL54°26.37%39.41%
HSB/HSV54°41.73%49.80%
CMYK0.00%3.94%41.73%
50.20%

Color #7F7A4A in popluar number systems.

HEX7F7A4A
Decimal12712274
Binary111111111110101001010
Octal177172112

Shades and tints

Shades of #7F7A4A

#7F7A4A
(127,122,74)
#746F44
(116,111,68)
#69643E
(105,100,62)
#5E5938
(94,89,56)
#534E32
(83,78,50)
#48432C
(72,67,44)
#3D3826
(61,56,38)
#322D20
(50,45,32)
#27221A
(39,34,26)
#1C1714
(28,23,20)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #7F7A4A

#7F7A4A
(127,122,74)
#8A865A
(138,134,90)
#95926A
(149,146,106)
#A09E7A
(160,158,122)
#ABAA8A
(171,170,138)
#B6B69A
(182,182,154)
#C1C2AA
(193,194,170)
#CCCEBA
(204,206,186)
#D7DACA
(215,218,202)
#E2E6DA
(226,230,218)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7A4A color. Also use rgb(127,122,74) instead hex code.

Text Font Color

.myTextColor { color: #7F7A4A; }

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

This text font color is #7F7A4A.


Background Color

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

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

This div background color is #7F7A4A.


Border color

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

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

This div border color is #7F7A4A.


Opacity

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

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

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

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

This text has shadow with #7F7A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7A4A on black background.


Color preview on white background

This text has color #7F7A4A on white background.



Black color preview on #7F7A4A background

This text has black color on #7F7A4A background.


White color preview on #7F7A4A background

This text has white color on #7F7A4A background.