COLOR #7F645F

HEX: #7F645F RGB: (127,100,95)

Color info

#7F645F contains red, green and blue colors in about the same proportion. Web safe color of #7F645F is #666666 (or #666).

RGB color model

#7F645F color RGB value is (127,100,95).

RGB: (127,100,95) (50%, 39%, 37%)

RGB channels and saturation

R 127 of 255 = 50%
G 100 of 255 = 39%
B 95 of 255 = 37%

127
100
95

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

Portions of RGB colors in percentages

R + G + B = 127 + 100 + 95 = 322 (100%)
R 127 of 322 ~ 39.44%
G 100 of 322 ~ 31.06%
B 95 of 322 ~ 29.5'%

%39.44
%31.06
%29.5

CMYK color model

#7F645F color CMYK value is (0,21,25,50).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 25.20%
  • key color value is 50.20%
CMYK: (0,21,25,50) C0M21Y25K50 (0%,21%,25%,50%) (0.00/0.21/0.25/0.50) 

CMYK percentages

%0
%21.26
%25.2
%50.2

Codes

Color #7F645F in popluar color models

7F 64 5F
RGB 127 100 95
HSL 14.41% 43.53%
HSB/HSV 25.20% 49.80%
CMYK 0.00% 21.26% 25.20%
50.20%

Color #7F645F in popluar number systems.

HEX 7F 64 5F
Decimal 127 100 95
Binary 1111111 1100100 1011111
Octal 177 144 137

Shades and tints

Shades of #7F645F

#7F645F
(127,100,95)
#745B57
(116,91,87)
#69524F
(105,82,79)
#5E4947
(94,73,71)
#53403F
(83,64,63)
#483737
(72,55,55)
#3D2E2F
(61,46,47)
#322527
(50,37,39)
#271C1F
(39,28,31)
#1C1317
(28,19,23)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #7F645F

#7F645F
(127,100,95)
#8A726D
(138,114,109)
#95807B
(149,128,123)
#A08E89
(160,142,137)
#AB9C97
(171,156,151)
#B6AAA5
(182,170,165)
#C1B8B3
(193,184,179)
#CCC6C1
(204,198,193)
#D7D4CF
(215,212,207)
#E2E2DD
(226,226,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F645F color. Also use rgb(127,100,95) instead hex code.

Text Font Color

.myTextColor { color: #7F645F; }

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

This text font color is #7F645F.

Background Color

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

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

This div background color is #7F645F.

Border color

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

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

This div border color is #7F645F.

Opacity

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

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

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

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

This text has shadow with #7F645F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F645F.

Preview

Color preview on black background

This text has color #7F645F on black background.


Color preview on white background

This text has color #7F645F on white background.


Black color preview on #7F645F background

This text has black color on #7F645F background.


White color preview on #7F645F background

This text has white color on #7F645F background.


Related colors

Complementary color

Complementary color for #hex is #809BA0.


I love getcolorcode.com

Triadic colors

1 #5F7F64 and #645F7F with #7F645F are triadic colors.

2 #5F647F and #647F5F with #7F645F are triadic colors.