COLOR #77825E

HEX: #77825E
RGB: (119,130,94)

Color info

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

RGB color model

#77825E color RGB value is (119,130,94).

  • red value is 119;
  • green value is 130;
  • blue value is 94.
RGB:
(119,130,94)
(47%,51%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 94 of 255 = 37%

119
130
94

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 94 = 343 (100%)
R 119 of 343 ~ 34.69%
G 130 of 343 ~ 37.9%
B 94 of 343 ~ 27.41%

%34.69
%37.9
%27.41

CMYK color model

#77825E color CMYK value is (8,0,28,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(8,0,28,49)
C8M0Y28K49 
(8%,0%,28%,49%)
(0.08/0.00/0.28/0.49)	

CMYK percentages

%8.46
%0
%27.69
%49.02

Codes

Color #77825E in popluar color models

77825E
RGB11913094
HSL78°16.07%43.92%
HSB/HSV78°27.69%50.98%
CMYK8.46%0.00%27.69%
49.02%

Color #77825E in popluar number systems.

HEX77825E
Decimal11913094
Binary1110111100000101011110
Octal167202136

Shades and tints

Shades of #77825E

#77825E
(119,130,94)
#6D7756
(109,119,86)
#636C4E
(99,108,78)
#596146
(89,97,70)
#4F563E
(79,86,62)
#454B36
(69,75,54)
#3B402E
(59,64,46)
#313526
(49,53,38)
#272A1E
(39,42,30)
#1D1F16
(29,31,22)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #77825E

#77825E
(119,130,94)
#838D6C
(131,141,108)
#8F987A
(143,152,122)
#9BA388
(155,163,136)
#A7AE96
(167,174,150)
#B3B9A4
(179,185,164)
#BFC4B2
(191,196,178)
#CBCFC0
(203,207,192)
#D7DACE
(215,218,206)
#E3E5DC
(227,229,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77825E color. Also use rgb(119,130,94) instead hex code.

Text Font Color

.myTextColor { color: #77825E; }

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

This text font color is #77825E.


Background Color

.myBgColor { background-color: #77825E; }

<div style="background-color:#77825E">Inner text</div>

This div background color is #77825E.


Border color

.myBorderColor { border: 1px solid #77825E; }

<div style="border:3px solid #77825E">Div</div>

This div border color is #77825E.


Opacity

.myOpacity80 { color: #77825E; opacity: 0.8; }

<p style="color:#77825E;opacity:0.8;">80%</p>

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

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

This text has shadow with #77825E color.

.textShadow {text-shadow: 3px 3px 1px #77825E, 3px 3px 1px red;}

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

This text has shadow with #77825E primary color and red secondary color.


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

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

This text has shadow with #77825E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77825E on black background.


Color preview on white background

This text has color #77825E on white background.



Black color preview on #77825E background

This text has black color on #77825E background.


White color preview on #77825E background

This text has white color on #77825E background.