COLOR #7F722A

HEX: #7F722A
RGB: (127,114,42)

Color info

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

RGB color model

#7F722A color RGB value is (127,114,42).

  • red value is 127;
  • green value is 114;
  • blue value is 42.
RGB:
(127,114,42)
(50%,45%,16%)

RGB channels and saturation

R 127 of 255 = 50%
G 114 of 255 = 45%
B 42 of 255 = 16%

127
114
42

R + G + B ~ 37%. #7F722A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 114 + 42 = 283 (100%)
R 127 of 283 ~ 44.88%
G 114 of 283 ~ 40.28%
B 42 of 283 ~ 14.84%

%44.88
%40.28
%14.84

CMYK color model

#7F722A color CMYK value is (0,10,67,50).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 66.93%
  • key color value is 50.20%
CMYK:
(0,10,67,50)
C0M10Y67K50 
(0%,10%,67%,50%)
(0.00/0.10/0.67/0.50)	

CMYK percentages

%0
%10.24
%66.93
%50.2

Codes

Color #7F722A in popluar color models

7F722A
RGB12711442
HSL51°50.30%33.14%
HSB/HSV51°66.93%49.80%
CMYK0.00%10.24%66.93%
50.20%

Color #7F722A in popluar number systems.

HEX7F722A
Decimal12711442
Binary11111111110010101010
Octal17716252

Shades and tints

Shades of #7F722A

#7F722A
(127,114,42)
#746827
(116,104,39)
#695E24
(105,94,36)
#5E5421
(94,84,33)
#534A1E
(83,74,30)
#48401B
(72,64,27)
#3D3618
(61,54,24)
#322C15
(50,44,21)
#272212
(39,34,18)
#1C180F
(28,24,15)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #7F722A

#7F722A
(127,114,42)
#8A7E3D
(138,126,61)
#958A50
(149,138,80)
#A09663
(160,150,99)
#ABA276
(171,162,118)
#B6AE89
(182,174,137)
#C1BA9C
(193,186,156)
#CCC6AF
(204,198,175)
#D7D2C2
(215,210,194)
#E2DED5
(226,222,213)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F722A color. Also use rgb(127,114,42) instead hex code.

Text Font Color

.myTextColor { color: #7F722A; }

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

This text font color is #7F722A.


Background Color

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

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

This div background color is #7F722A.


Border color

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

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

This div border color is #7F722A.


Opacity

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

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

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

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

This text has shadow with #7F722A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F722A on black background.


Color preview on white background

This text has color #7F722A on white background.



Black color preview on #7F722A background

This text has black color on #7F722A background.


White color preview on #7F722A background

This text has white color on #7F722A background.