COLOR #7F620C

HEX: #7F620C
RGB: (127,98,12)

Color info

#7F620C contains mainly red and green colors. Web safe color of #7F620C is #666600 (or #660).

RGB color model

#7F620C color RGB value is (127,98,12).

  • red value is 127;
  • green value is 98;
  • blue value is 12.
RGB:
(127,98,12)
(50%,38%,5%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 12 of 255 = 5%

127
98
12

R + G + B ~ 31%. #7F620C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 98 + 12 = 237 (100%)
R 127 of 237 ~ 53.59%
G 98 of 237 ~ 41.35%
B 12 of 237 ~ 5.06%

%53.59
%41.35

CMYK color model

#7F620C color CMYK value is (0,23,91,50).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 90.55%
  • key color value is 50.20%
CMYK:
(0,23,91,50)
C0M23Y91K50 
(0%,23%,91%,50%)
(0.00/0.23/0.91/0.50)	

CMYK percentages

%0
%22.83
%90.55
%50.2

Codes

Color #7F620C in popluar color models

7F620C
RGB1279812
HSL45°82.73%27.25%
HSB/HSV45°90.55%49.80%
CMYK0.00%22.83%90.55%
50.20%

Color #7F620C in popluar number systems.

HEX7F620C
Decimal1279812
Binary111111111000101100
Octal17714214

Shades and tints

Shades of #7F620C

#7F620C
(127,98,12)
#745A0B
(116,90,11)
#69520A
(105,82,10)
#5E4A09
(94,74,9)
#534208
(83,66,8)
#483A07
(72,58,7)
#3D3206
(61,50,6)
#322A05
(50,42,5)
#272204
(39,34,4)
#1C1A03
(28,26,3)
#111202
(17,18,2)
#000000
(0,0,0)

Tints of #7F620C

#7F620C
(127,98,12)
#8A7022
(138,112,34)
#957E38
(149,126,56)
#A08C4E
(160,140,78)
#AB9A64
(171,154,100)
#B6A87A
(182,168,122)
#C1B690
(193,182,144)
#CCC4A6
(204,196,166)
#D7D2BC
(215,210,188)
#E2E0D2
(226,224,210)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F620C color. Also use rgb(127,98,12) instead hex code.

Text Font Color

.myTextColor { color: #7F620C; }

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

This text font color is #7F620C.


Background Color

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

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

This div background color is #7F620C.


Border color

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

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

This div border color is #7F620C.


Opacity

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

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

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

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

This text has shadow with #7F620C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F620C on black background.


Color preview on white background

This text has color #7F620C on white background.



Black color preview on #7F620C background

This text has black color on #7F620C background.


White color preview on #7F620C background

This text has white color on #7F620C background.