COLOR #77826E

HEX: #77826E
RGB: (119,130,110)

Color info

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

RGB color model

#77826E color RGB value is (119,130,110).

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

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 110 of 255 = 43%

119
130
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 110 = 359 (100%)
R 119 of 359 ~ 33.15%
G 130 of 359 ~ 36.21%
B 110 of 359 ~ 30.64%

%33.15
%36.21
%30.64

CMYK color model

#77826E color CMYK value is (8,0,15,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK:
(8,0,15,49)
C8M0Y15K49 
(8%,0%,15%,49%)
(0.08/0.00/0.15/0.49)	

CMYK percentages

%8.46
%0
%15.38
%49.02

Codes

Color #77826E in popluar color models

77826E
RGB119130110
HSL93°8.33%47.06%
HSB/HSV93°15.38%50.98%
CMYK8.46%0.00%15.38%
49.02%

Color #77826E in popluar number systems.

HEX77826E
Decimal119130110
Binary1110111100000101101110
Octal167202156

Shades and tints

Shades of #77826E

#77826E
(119,130,110)
#6D7764
(109,119,100)
#636C5A
(99,108,90)
#596150
(89,97,80)
#4F5646
(79,86,70)
#454B3C
(69,75,60)
#3B4032
(59,64,50)
#313528
(49,53,40)
#272A1E
(39,42,30)
#1D1F14
(29,31,20)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #77826E

#77826E
(119,130,110)
#838D7B
(131,141,123)
#8F9888
(143,152,136)
#9BA395
(155,163,149)
#A7AEA2
(167,174,162)
#B3B9AF
(179,185,175)
#BFC4BC
(191,196,188)
#CBCFC9
(203,207,201)
#D7DAD6
(215,218,214)
#E3E5E3
(227,229,227)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77826E; }

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

This text font color is #77826E.


Background Color

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

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

This div background color is #77826E.


Border color

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

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

This div border color is #77826E.


Opacity

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

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

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

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

This text has shadow with #77826E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77826E on black background.


Color preview on white background

This text has color #77826E on white background.



Black color preview on #77826E background

This text has black color on #77826E background.


White color preview on #77826E background

This text has white color on #77826E background.