COLOR #7F7745

HEX: #7F7745 RGB: (127,119,69)

Color info

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

RGB color model

#7F7745 color RGB value is (127,119,69).

RGB: (127,119,69) (50%, 47%, 27%)

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 69 of 255 = 27%

127
119
69

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

Portions of RGB colors in percentages

R + G + B = 127 + 119 + 69 = 315 (100%)
R 127 of 315 ~ 40.32%
G 119 of 315 ~ 37.78%
B 69 of 315 ~ 21.9'%

%40.32
%37.78
%21.9

CMYK color model

#7F7745 color CMYK value is (0,6,46,50).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 45.67%
  • key color value is 50.20%

CMYK: (0,6,46,50)
C0M6Y46K50 (0%, 6%, 46%, 50%)
(0.00 / 0.06 / 0.46 / 0.50)

CMYK percentages

%0
%6.3
%45.67
%50.2

Codes

Color #7F7745 in popluar color models

7F 77 45
RGB 127 119 69
HSL 52° 29.59% 38.43%
HSB/HSV 52° 45.67% 49.80%
CMYK 0.00% 6.30% 45.67%
50.20%

Color #7F7745 in popluar number systems.

HEX 7F 77 45
Decimal 127 119 69
Binary 1111111 1110111 1000101
Octal 177 167 105

Shades and tints

Shades of #7F7745

#7F7745
(127,119,69)
#746D3F
(116,109,63)
#696339
(105,99,57)
#5E5933
(94,89,51)
#534F2D
(83,79,45)
#484527
(72,69,39)
#3D3B21
(61,59,33)
#32311B
(50,49,27)
#272715
(39,39,21)
#1C1D0F
(28,29,15)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #7F7745

#7F7745
(127,119,69)
#8A8355
(138,131,85)
#958F65
(149,143,101)
#A09B75
(160,155,117)
#ABA785
(171,167,133)
#B6B395
(182,179,149)
#C1BFA5
(193,191,165)
#CCCBB5
(204,203,181)
#D7D7C5
(215,215,197)
#E2E3D5
(226,227,213)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7745 color. Also use rgb(127,119,69) instead hex code.

Text Font Color

.myTextColor { color: #7F7745; }

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

This text font color is #7F7745.

Background Color

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

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

This div background color is #7F7745.

Border color

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

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

This div border color is #7F7745.

Opacity

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

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

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

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

This text has shadow with #7F7745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7745.

Preview

Color preview on black background

This text has color #7F7745 on black background.


Color preview on white background

This text has color #7F7745 on white background.


Black color preview on #7F7745 background

This text has black color on #7F7745 background.


White color preview on #7F7745 background

This text has white color on #7F7745 background.


Related colors

Complementary color

Complementary color for #hex is #8088BA.


I love getcolorcode.com

Triadic colors

1 #457F77 and #77457F with #7F7745 are triadic colors.

2 #45777F and #777F45 with #7F7745 are triadic colors.