COLOR #77865A

HEX: #77865A
RGB: (119,134,90)

Color info

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

RGB color model

#77865A color RGB value is (119,134,90).

  • red value is 119;
  • green value is 134;
  • blue value is 90.
RGB: (119,134,90) (47%,53%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 134 of 255 = 53%
B 90 of 255 = 35%

119
134
90

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

Portions of RGB colors in percentages

R + G + B =
119 + 134 + 90 = 343 (100%)
R 119 of 343 ~ 34.69%
G 134 of 343 ~ 39.07%
B 90 of 343 ~ 26.24%

%34.69
%39.07
%26.24

CMYK color model

#77865A color CMYK value is (11,0,33,47).

  • cyan value is 11.19%
  • magenta value is 0.00%
  • yellow value is 32.84%
  • key color value is 47.45%
CMYK: (11,0,33,47) C11M0Y33K47 (11%,0%,33%,47%) (0.11/0.00/0.33/0.47)

CMYK percentages

%11.19
%0
%32.84
%47.45

Codes

Color #77865A in popluar color models

77865A
RGB11913490
HSL80°19.64%43.92%
HSB/HSV80°32.84%52.55%
CMYK11.19%0.00%32.84%
47.45%

Color #77865A in popluar number systems.

HEX77865A
Decimal11913490
Binary1110111100001101011010
Octal167206132

Shades and tints

Shades of #77865A

#77865A
(119,134,90)
#6D7A52
(109,122,82)
#636E4A
(99,110,74)
#596242
(89,98,66)
#4F563A
(79,86,58)
#454A32
(69,74,50)
#3B3E2A
(59,62,42)
#313222
(49,50,34)
#27261A
(39,38,26)
#1D1A12
(29,26,18)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #77865A

#77865A
(119,134,90)
#839169
(131,145,105)
#8F9C78
(143,156,120)
#9BA787
(155,167,135)
#A7B296
(167,178,150)
#B3BDA5
(179,189,165)
#BFC8B4
(191,200,180)
#CBD3C3
(203,211,195)
#D7DED2
(215,222,210)
#E3E9E1
(227,233,225)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77865A color. Also use rgb(119,134,90) instead hex code.

Text Font Color

.myTextColor { color: #77865A; }

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

This text font color is #77865A.


Background Color

.myBgColor { background-color: #77865A; }

<div style="background-color:#77865A">Inner text</div>

This div background color is #77865A.


Border color

.myBorderColor { border: 1px solid #77865A; }

<div style="border:3px solid #77865A">Div</div>

This div border color is #77865A.


Opacity

.myOpacity80 { color: #77865A; opacity: 0.8; }

<p style="color:#77865A;opacity:0.8;">80%</p>

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

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

This text has shadow with #77865A color.

.textShadow {text-shadow: 3px 3px 1px #77865A, 3px 3px 1px red;}

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

This text has shadow with #77865A primary color and red secondary color.


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

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

This text has shadow with #77865A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #77865A; -webkit-box-shadow:	1px 1px 3px 2px #77865A; box-shadow:	1px 1px 3px 2px #77865A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77865A; -webkit-box-shadow: 1px 1px 3px 2px #77865A; box-shadow:1px 1px 3px 2px #77865A;">
Div content here</div>
This div box has shadow with color #77865A.

Preview

Color preview on black background

This text has color #77865A on black background.


Color preview on white background

This text has color #77865A on white background.



Black color preview on #77865A background

This text has black color on #77865A background.


White color preview on #77865A background

This text has white color on #77865A background.