COLOR #7F6622

HEX: #7F6622
RGB: (127,102,34)

Color info

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

RGB color model

#7F6622 color RGB value is (127,102,34).

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

RGB channels and saturation

R 127 of 255 = 50%
G 102 of 255 = 40%
B 34 of 255 = 13%

127
102
34

R + G + B ~ 34%. #7F6622 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 102 + 34 = 263 (100%)
R 127 of 263 ~ 48.29%
G 102 of 263 ~ 38.78%
B 34 of 263 ~ 12.93%

%48.29
%38.78
%12.93

CMYK color model

#7F6622 color CMYK value is (0,20,73,50).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 73.23%
  • key color value is 50.20%
CMYK:
(0,20,73,50)
C0M20Y73K50 
(0%,20%,73%,50%)
(0.00/0.20/0.73/0.50)	

CMYK percentages

%0
%19.69
%73.23
%50.2

Codes

Color #7F6622 in popluar color models

7F6622
RGB12710234
HSL44°57.76%31.57%
HSB/HSV44°73.23%49.80%
CMYK0.00%19.69%73.23%
50.20%

Color #7F6622 in popluar number systems.

HEX7F6622
Decimal12710234
Binary11111111100110100010
Octal17714642

Shades and tints

Shades of #7F6622

#7F6622
(127,102,34)
#745D1F
(116,93,31)
#69541C
(105,84,28)
#5E4B19
(94,75,25)
#534216
(83,66,22)
#483913
(72,57,19)
#3D3010
(61,48,16)
#32270D
(50,39,13)
#271E0A
(39,30,10)
#1C1507
(28,21,7)
#110C04
(17,12,4)
#000000
(0,0,0)

Tints of #7F6622

#7F6622
(127,102,34)
#8A7336
(138,115,54)
#95804A
(149,128,74)
#A08D5E
(160,141,94)
#AB9A72
(171,154,114)
#B6A786
(182,167,134)
#C1B49A
(193,180,154)
#CCC1AE
(204,193,174)
#D7CEC2
(215,206,194)
#E2DBD6
(226,219,214)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6622; }

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

This text font color is #7F6622.


Background Color

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

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

This div background color is #7F6622.


Border color

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

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

This div border color is #7F6622.


Opacity

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

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

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

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

This text has shadow with #7F6622 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6622 on black background.


Color preview on white background

This text has color #7F6622 on white background.



Black color preview on #7F6622 background

This text has black color on #7F6622 background.


White color preview on #7F6622 background

This text has white color on #7F6622 background.