COLOR #7F753F

HEX: #7F753F
RGB: (127,117,63)

Color info

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

RGB color model

#7F753F color RGB value is (127,117,63).

  • red value is 127;
  • green value is 117;
  • blue value is 63.
RGB:
(127,117,63)
(50%,46%,25%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 63 of 255 = 25%

127
117
63

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

Portions of RGB colors in percentages

R + G + B =
127 + 117 + 63 = 307 (100%)
R 127 of 307 ~ 41.37%
G 117 of 307 ~ 38.11%
B 63 of 307 ~ 20.52%

%41.37
%38.11
%20.52

CMYK color model

#7F753F color CMYK value is (0,8,50,50).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 50.39%
  • key color value is 50.20%
CMYK:
(0,8,50,50)
C0M8Y50K50 
(0%,8%,50%,50%)
(0.00/0.08/0.50/0.50)	

CMYK percentages

%0
%7.87
%50.39
%50.2

Codes

Color #7F753F in popluar color models

7F753F
RGB12711763
HSL51°33.68%37.25%
HSB/HSV51°50.39%49.80%
CMYK0.00%7.87%50.39%
50.20%

Color #7F753F in popluar number systems.

HEX7F753F
Decimal12711763
Binary11111111110101111111
Octal17716577

Shades and tints

Shades of #7F753F

#7F753F
(127,117,63)
#746B3A
(116,107,58)
#696135
(105,97,53)
#5E5730
(94,87,48)
#534D2B
(83,77,43)
#484326
(72,67,38)
#3D3921
(61,57,33)
#322F1C
(50,47,28)
#272517
(39,37,23)
#1C1B12
(28,27,18)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #7F753F

#7F753F
(127,117,63)
#8A8150
(138,129,80)
#958D61
(149,141,97)
#A09972
(160,153,114)
#ABA583
(171,165,131)
#B6B194
(182,177,148)
#C1BDA5
(193,189,165)
#CCC9B6
(204,201,182)
#D7D5C7
(215,213,199)
#E2E1D8
(226,225,216)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F753F color. Also use rgb(127,117,63) instead hex code.

Text Font Color

.myTextColor { color: #7F753F; }

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

This text font color is #7F753F.


Background Color

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

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

This div background color is #7F753F.


Border color

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

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

This div border color is #7F753F.


Opacity

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

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

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

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

This text has shadow with #7F753F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F753F on black background.


Color preview on white background

This text has color #7F753F on white background.



Black color preview on #7F753F background

This text has black color on #7F753F background.


White color preview on #7F753F background

This text has white color on #7F753F background.