COLOR #7A925D

HEX: #7A925D
RGB: (122,146,93)

Color info

#7A925D contains red, green and blue colors in about the same proportion. Web safe color of #7A925D is #669966 (or #696).

RGB color model

#7A925D color RGB value is (122,146,93).

  • red value is 122;
  • green value is 146;
  • blue value is 93.
RGB:
(122,146,93)
(48%,57%,36%)

RGB channels and saturation

R 122 of 255 = 48%
G 146 of 255 = 57%
B 93 of 255 = 36%

122
146
93

R + G + B ~ 47%. #7A925D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 146 + 93 = 361 (100%)
R 122 of 361 ~ 33.8%
G 146 of 361 ~ 40.44%
B 93 of 361 ~ 25.76%

%33.8
%40.44
%25.76

CMYK color model

#7A925D color CMYK value is (16,0,36,43).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 36.30%
  • key color value is 42.75%
CMYK:
(16,0,36,43)
C16M0Y36K43 
(16%,0%,36%,43%)
(0.16/0.00/0.36/0.43)	

CMYK percentages

%16.44
%0
%36.3
%42.75

Codes

Color #7A925D in popluar color models

7A925D
RGB12214693
HSL87°22.18%46.86%
HSB/HSV87°36.30%57.25%
CMYK16.44%0.00%36.30%
42.75%

Color #7A925D in popluar number systems.

HEX7A925D
Decimal12214693
Binary1111010100100101011101
Octal172222135

Shades and tints

Shades of #7A925D

#7A925D
(122,146,93)
#6F8555
(111,133,85)
#64784D
(100,120,77)
#596B45
(89,107,69)
#4E5E3D
(78,94,61)
#435135
(67,81,53)
#38442D
(56,68,45)
#2D3725
(45,55,37)
#222A1D
(34,42,29)
#171D15
(23,29,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #7A925D

#7A925D
(122,146,93)
#869B6B
(134,155,107)
#92A479
(146,164,121)
#9EAD87
(158,173,135)
#AAB695
(170,182,149)
#B6BFA3
(182,191,163)
#C2C8B1
(194,200,177)
#CED1BF
(206,209,191)
#DADACD
(218,218,205)
#E6E3DB
(230,227,219)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A925D color. Also use rgb(122,146,93) instead hex code.

Text Font Color

.myTextColor { color: #7A925D; }

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

This text font color is #7A925D.


Background Color

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

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

This div background color is #7A925D.


Border color

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

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

This div border color is #7A925D.


Opacity

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

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

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

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

This text has shadow with #7A925D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A925D on black background.


Color preview on white background

This text has color #7A925D on white background.



Black color preview on #7A925D background

This text has black color on #7A925D background.


White color preview on #7A925D background

This text has white color on #7A925D background.