COLOR #7F753C

HEX: #7F753C RGB: (127,117,60)

Color info

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

RGB color model

#7F753C color RGB value is (127,117,60).

RGB: (127,117,60) (50%, 46%, 24%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 60 of 255 = 24%

127
117
60

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

Portions of RGB colors in percentages

R + G + B = 127 + 117 + 60 = 304 (100%)
R 127 of 304 ~ 41.78%
G 117 of 304 ~ 38.49%
B 60 of 304 ~ 19.74'%

%41.78
%38.49
%19.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 52.76%
  • key color value is 50.20%

CMYK: (0,8,53,50)
C0M8Y53K50 (0%, 8%, 53%, 50%)
(0.00 / 0.08 / 0.53 / 0.50)

CMYK percentages

%0
%7.87
%52.76
%50.2

Codes

Color #7F753C in popluar color models

7F 75 3C
RGB 127 117 60
HSL 51° 35.83% 36.67%
HSB/HSV 51° 52.76% 49.80%
CMYK 0.00% 7.87% 52.76%
50.20%

Color #7F753C in popluar number systems.

HEX 7F 75 3C
Decimal 127 117 60
Binary 1111111 1110101 111100
Octal 177 165 74

Shades and tints

Shades of #7F753C

#7F753C
(127,117,60)
#746B37
(116,107,55)
#696132
(105,97,50)
#5E572D
(94,87,45)
#534D28
(83,77,40)
#484323
(72,67,35)
#3D391E
(61,57,30)
#322F19
(50,47,25)
#272514
(39,37,20)
#1C1B0F
(28,27,15)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #7F753C

#7F753C
(127,117,60)
#8A814D
(138,129,77)
#958D5E
(149,141,94)
#A0996F
(160,153,111)
#ABA580
(171,165,128)
#B6B191
(182,177,145)
#C1BDA2
(193,189,162)
#CCC9B3
(204,201,179)
#D7D5C4
(215,213,196)
#E2E1D5
(226,225,213)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F753C; }

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

This text font color is #7F753C.

Background Color

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

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

This div background color is #7F753C.

Border color

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

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

This div border color is #7F753C.

Opacity

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

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

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

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

This text has shadow with #7F753C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F753C.

Preview

Color preview on black background

This text has color #7F753C on black background.


Color preview on white background

This text has color #7F753C on white background.


Black color preview on #7F753C background

This text has black color on #7F753C background.


White color preview on #7F753C background

This text has white color on #7F753C background.


Related colors

Complementary color

Complementary color for #hex is #808AC3.


I love getcolorcode.com

Triadic colors

1 #3C7F75 and #753C7F with #7F753C are triadic colors.

2 #3C757F and #757F3C with #7F753C are triadic colors.