COLOR #7F6628

HEX: #7F6628 RGB: (127,102,40)

Color info

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

RGB color model

#7F6628 color RGB value is (127,102,40).

RGB: (127,102,40) (50%, 40%, 16%)

RGB channels and saturation

R 127 of 255 = 50%
G 102 of 255 = 40%
B 40 of 255 = 16%

127
102
40

R + G + B ~ 35%. #7F6628 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 102 + 40 = 269 (100%)
R 127 of 269 ~ 47.21%
G 102 of 269 ~ 37.92%
B 40 of 269 ~ 14.87'%

%47.21
%37.92
%14.87

CMYK color model

#7F6628 color CMYK value is (0,20,69,50).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 68.50%
  • key color value is 50.20%
CMYK: (0,20,69,50) C0M20Y69K50 (0%,20%,69%,50%) (0.00/0.20/0.69/0.50) 

CMYK percentages

%0
%19.69
%68.5
%50.2

Codes

Color #7F6628 in popluar color models

7F 66 28
RGB 127 102 40
HSL 43° 52.10% 32.75%
HSB/HSV 43° 68.50% 49.80%
CMYK 0.00% 19.69% 68.50%
50.20%

Color #7F6628 in popluar number systems.

HEX 7F 66 28
Decimal 127 102 40
Binary 1111111 1100110 101000
Octal 177 146 50

Shades and tints

Shades of #7F6628

#7F6628
(127,102,40)
#745D25
(116,93,37)
#695422
(105,84,34)
#5E4B1F
(94,75,31)
#53421C
(83,66,28)
#483919
(72,57,25)
#3D3016
(61,48,22)
#322713
(50,39,19)
#271E10
(39,30,16)
#1C150D
(28,21,13)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #7F6628

#7F6628
(127,102,40)
#8A733B
(138,115,59)
#95804E
(149,128,78)
#A08D61
(160,141,97)
#AB9A74
(171,154,116)
#B6A787
(182,167,135)
#C1B49A
(193,180,154)
#CCC1AD
(204,193,173)
#D7CEC0
(215,206,192)
#E2DBD3
(226,219,211)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6628; }

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

This text font color is #7F6628.

Background Color

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

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

This div background color is #7F6628.

Border color

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

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

This div border color is #7F6628.

Opacity

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

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

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

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

This text has shadow with #7F6628 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6628.

Preview

Color preview on black background

This text has color #7F6628 on black background.


Color preview on white background

This text has color #7F6628 on white background.


Black color preview on #7F6628 background

This text has black color on #7F6628 background.


White color preview on #7F6628 background

This text has white color on #7F6628 background.


Related colors

Complementary color

Complementary color for #hex is #8099D7.


I love getcolorcode.com

Triadic colors

1 #287F66 and #66287F with #7F6628 are triadic colors.

2 #28667F and #667F28 with #7F6628 are triadic colors.