COLOR #7A825C

HEX: #7A825C
RGB: (122,130,92)

Color info

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

RGB color model

#7A825C color RGB value is (122,130,92).

  • red value is 122;
  • green value is 130;
  • blue value is 92.
RGB:
(122,130,92)
(48%,51%,36%)

RGB channels and saturation

R 122 of 255 = 48%
G 130 of 255 = 51%
B 92 of 255 = 36%

122
130
92

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

Portions of RGB colors in percentages

R + G + B =
122 + 130 + 92 = 344 (100%)
R 122 of 344 ~ 35.47%
G 130 of 344 ~ 37.79%
B 92 of 344 ~ 26.74%

%35.47
%37.79
%26.74

CMYK color model

#7A825C color CMYK value is (6,0,29,49).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 49.02%
CMYK:
(6,0,29,49)
C6M0Y29K49 
(6%,0%,29%,49%)
(0.06/0.00/0.29/0.49)	

CMYK percentages

%6.15
%0
%29.23
%49.02

Codes

Color #7A825C in popluar color models

7A825C
RGB12213092
HSL73°17.12%43.53%
HSB/HSV73°29.23%50.98%
CMYK6.15%0.00%29.23%
49.02%

Color #7A825C in popluar number systems.

HEX7A825C
Decimal12213092
Binary1111010100000101011100
Octal172202134

Shades and tints

Shades of #7A825C

#7A825C
(122,130,92)
#6F7754
(111,119,84)
#646C4C
(100,108,76)
#596144
(89,97,68)
#4E563C
(78,86,60)
#434B34
(67,75,52)
#38402C
(56,64,44)
#2D3524
(45,53,36)
#222A1C
(34,42,28)
#171F14
(23,31,20)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #7A825C

#7A825C
(122,130,92)
#868D6A
(134,141,106)
#929878
(146,152,120)
#9EA386
(158,163,134)
#AAAE94
(170,174,148)
#B6B9A2
(182,185,162)
#C2C4B0
(194,196,176)
#CECFBE
(206,207,190)
#DADACC
(218,218,204)
#E6E5DA
(230,229,218)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A825C color. Also use rgb(122,130,92) instead hex code.

Text Font Color

.myTextColor { color: #7A825C; }

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

This text font color is #7A825C.


Background Color

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

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

This div background color is #7A825C.


Border color

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

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

This div border color is #7A825C.


Opacity

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

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

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

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

This text has shadow with #7A825C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A825C on black background.


Color preview on white background

This text has color #7A825C on white background.



Black color preview on #7A825C background

This text has black color on #7A825C background.


White color preview on #7A825C background

This text has white color on #7A825C background.