COLOR #7F645D

HEX: #7F645D RGB: (127,100,93)

Color info

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

RGB color model

#7F645D color RGB value is (127,100,93).

RGB: (127,100,93) (50%, 39%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 100 of 255 = 39%
B 93 of 255 = 36%

127
100
93

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

Portions of RGB colors in percentages

R + G + B = 127 + 100 + 93 = 320 (100%)
R 127 of 320 ~ 39.69%
G 100 of 320 ~ 31.25%
B 93 of 320 ~ 29.06'%

%39.69
%31.25
%29.06

CMYK color model

#7F645D color CMYK value is (0,21,27,50).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 26.77%
  • key color value is 50.20%

CMYK: (0,21,27,50)
C0M21Y27K50 (0%, 21%, 27%, 50%)
(0.00 / 0.21 / 0.27 / 0.50)

CMYK percentages

%0
%21.26
%26.77
%50.2

Codes

Color #7F645D in popluar color models

7F 64 5D
RGB 127 100 93
HSL 12° 15.45% 43.14%
HSB/HSV 12° 26.77% 49.80%
CMYK 0.00% 21.26% 26.77%
50.20%

Color #7F645D in popluar number systems.

HEX 7F 64 5D
Decimal 127 100 93
Binary 1111111 1100100 1011101
Octal 177 144 135

Shades and tints

Shades of #7F645D

#7F645D
(127,100,93)
#745B55
(116,91,85)
#69524D
(105,82,77)
#5E4945
(94,73,69)
#53403D
(83,64,61)
#483735
(72,55,53)
#3D2E2D
(61,46,45)
#322525
(50,37,37)
#271C1D
(39,28,29)
#1C1315
(28,19,21)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #7F645D

#7F645D
(127,100,93)
#8A726B
(138,114,107)
#958079
(149,128,121)
#A08E87
(160,142,135)
#AB9C95
(171,156,149)
#B6AAA3
(182,170,163)
#C1B8B1
(193,184,177)
#CCC6BF
(204,198,191)
#D7D4CD
(215,212,205)
#E2E2DB
(226,226,219)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F645D; }

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

This text font color is #7F645D.

Background Color

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

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

This div background color is #7F645D.

Border color

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

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

This div border color is #7F645D.

Opacity

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

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

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

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

This text has shadow with #7F645D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F645D.

Preview

Color preview on black background

This text has color #7F645D on black background.


Color preview on white background

This text has color #7F645D on white background.


Black color preview on #7F645D background

This text has black color on #7F645D background.


White color preview on #7F645D background

This text has white color on #7F645D background.


Related colors

Complementary color

Complementary color for #hex is #809BA2.


I love getcolorcode.com

Triadic colors

1 #5D7F64 and #645D7F with #7F645D are triadic colors.

2 #5D647F and #647F5D with #7F645D are triadic colors.