COLOR #7F6645

HEX: #7F6645
RGB: (127,102,69)

Color info

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

RGB color model

#7F6645 color RGB value is (127,102,69).

  • red value is 127;
  • green value is 102;
  • blue value is 69.
RGB: (127,102,69) (50%,40%,27%)

RGB channels and saturation

R 127 of 255 = 50%
G 102 of 255 = 40%
B 69 of 255 = 27%

127
102
69

R + G + B ~ 39%. #7F6645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 102 + 69 = 298 (100%)
R 127 of 298 ~ 42.62%
G 102 of 298 ~ 34.23%
B 69 of 298 ~ 23.15%

%42.62
%34.23
%23.15

CMYK color model

#7F6645 color CMYK value is (0,20,46,50).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 45.67%
  • key color value is 50.20%
CMYK: (0,20,46,50) C0M20Y46K50 (0%,20%,46%,50%) (0.00/0.20/0.46/0.50)

CMYK percentages

%0
%19.69
%45.67
%50.2

Codes

Color #7F6645 in popluar color models

7F6645
RGB12710269
HSL34°29.59%38.43%
HSB/HSV34°45.67%49.80%
CMYK0.00%19.69%45.67%
50.20%

Color #7F6645 in popluar number systems.

HEX7F6645
Decimal12710269
Binary111111111001101000101
Octal177146105

Shades and tints

Shades of #7F6645

#7F6645
(127,102,69)
#745D3F
(116,93,63)
#695439
(105,84,57)
#5E4B33
(94,75,51)
#53422D
(83,66,45)
#483927
(72,57,39)
#3D3021
(61,48,33)
#32271B
(50,39,27)
#271E15
(39,30,21)
#1C150F
(28,21,15)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #7F6645

#7F6645
(127,102,69)
#8A7355
(138,115,85)
#958065
(149,128,101)
#A08D75
(160,141,117)
#AB9A85
(171,154,133)
#B6A795
(182,167,149)
#C1B4A5
(193,180,165)
#CCC1B5
(204,193,181)
#D7CEC5
(215,206,197)
#E2DBD5
(226,219,213)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6645; }

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

This text font color is #7F6645.


Background Color

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

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

This div background color is #7F6645.


Border color

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

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

This div border color is #7F6645.


Opacity

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

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

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

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

This text has shadow with #7F6645 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7F6645 on black background.


Color preview on white background

This text has color #7F6645 on white background.



Black color preview on #7F6645 background

This text has black color on #7F6645 background.


White color preview on #7F6645 background

This text has white color on #7F6645 background.