COLOR #7A7F25

HEX: #7A7F25
RGB: (122,127,37)

Color info

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

RGB color model

#7A7F25 color RGB value is (122,127,37).

  • red value is 122;
  • green value is 127;
  • blue value is 37.
RGB:
(122,127,37)
(48%,50%,15%)

RGB channels and saturation

R 122 of 255 = 48%
G 127 of 255 = 50%
B 37 of 255 = 15%

122
127
37

R + G + B ~ 38%. #7A7F25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 127 + 37 = 286 (100%)
R 122 of 286 ~ 42.66%
G 127 of 286 ~ 44.41%
B 37 of 286 ~ 12.94%

%42.66
%44.41
%12.94

CMYK color model

#7A7F25 color CMYK value is (4,0,71,50).

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 70.87%
  • key color value is 50.20%
CMYK:
(4,0,71,50)
C4M0Y71K50 
(4%,0%,71%,50%)
(0.04/0.00/0.71/0.50)	

CMYK percentages

%3.94
%0
%70.87
%50.2

Codes

Color #7A7F25 in popluar color models

7A7F25
RGB12212737
HSL63°54.88%32.16%
HSB/HSV63°70.87%49.80%
CMYK3.94%0.00%70.87%
50.20%

Color #7A7F25 in popluar number systems.

HEX7A7F25
Decimal12212737
Binary11110101111111100101
Octal17217745

Shades and tints

Shades of #7A7F25

#7A7F25
(122,127,37)
#6F7422
(111,116,34)
#64691F
(100,105,31)
#595E1C
(89,94,28)
#4E5319
(78,83,25)
#434816
(67,72,22)
#383D13
(56,61,19)
#2D3210
(45,50,16)
#22270D
(34,39,13)
#171C0A
(23,28,10)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #7A7F25

#7A7F25
(122,127,37)
#868A38
(134,138,56)
#92954B
(146,149,75)
#9EA05E
(158,160,94)
#AAAB71
(170,171,113)
#B6B684
(182,182,132)
#C2C197
(194,193,151)
#CECCAA
(206,204,170)
#DAD7BD
(218,215,189)
#E6E2D0
(230,226,208)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7F25 color. Also use rgb(122,127,37) instead hex code.

Text Font Color

.myTextColor { color: #7A7F25; }

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

This text font color is #7A7F25.


Background Color

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

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

This div background color is #7A7F25.


Border color

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

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

This div border color is #7A7F25.


Opacity

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

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

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

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

This text has shadow with #7A7F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7F25 on black background.


Color preview on white background

This text has color #7A7F25 on white background.



Black color preview on #7A7F25 background

This text has black color on #7A7F25 background.


White color preview on #7A7F25 background

This text has white color on #7A7F25 background.