COLOR #77765B

HEX: #77765B
RGB: (119,118,91)

Color info

#77765B contains red, green and blue colors in about the same proportion. Web safe color of #77765B is #666666 (or #666).

RGB color model

#77765B color RGB value is (119,118,91).

  • red value is 119;
  • green value is 118;
  • blue value is 91.
RGB:
(119,118,91)
(47%,46%,36%)

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 91 of 255 = 36%

119
118
91

R + G + B ~ 43%. #77765B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 91 = 328 (100%)
R 119 of 328 ~ 36.28%
G 118 of 328 ~ 35.98%
B 91 of 328 ~ 27.74%

%36.28
%35.98
%27.74

CMYK color model

#77765B color CMYK value is (0,1,24,53).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(0,1,24,53)
C0M1Y24K53 
(0%,1%,24%,53%)
(0.00/0.01/0.24/0.53)	

CMYK percentages

%0
%0.84
%23.53
%53.33

Codes

Color #77765B in popluar color models

77765B
RGB11911891
HSL58°13.33%41.18%
HSB/HSV58°23.53%46.67%
CMYK0.00%0.84%23.53%
53.33%

Color #77765B in popluar number systems.

HEX77765B
Decimal11911891
Binary111011111101101011011
Octal167166133

Shades and tints

Shades of #77765B

#77765B
(119,118,91)
#6D6C53
(109,108,83)
#63624B
(99,98,75)
#595843
(89,88,67)
#4F4E3B
(79,78,59)
#454433
(69,68,51)
#3B3A2B
(59,58,43)
#313023
(49,48,35)
#27261B
(39,38,27)
#1D1C13
(29,28,19)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #77765B

#77765B
(119,118,91)
#838269
(131,130,105)
#8F8E77
(143,142,119)
#9B9A85
(155,154,133)
#A7A693
(167,166,147)
#B3B2A1
(179,178,161)
#BFBEAF
(191,190,175)
#CBCABD
(203,202,189)
#D7D6CB
(215,214,203)
#E3E2D9
(227,226,217)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77765B color. Also use rgb(119,118,91) instead hex code.

Text Font Color

.myTextColor { color: #77765B; }

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

This text font color is #77765B.


Background Color

.myBgColor { background-color: #77765B; }

<div style="background-color:#77765B">Inner text</div>

This div background color is #77765B.


Border color

.myBorderColor { border: 1px solid #77765B; }

<div style="border:3px solid #77765B">Div</div>

This div border color is #77765B.


Opacity

.myOpacity80 { color: #77765B; opacity: 0.8; }

<p style="color:#77765B;opacity:0.8;">80%</p>

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

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

This text has shadow with #77765B color.

.textShadow {text-shadow: 3px 3px 1px #77765B, 3px 3px 1px red;}

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

This text has shadow with #77765B primary color and red secondary color.


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

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

This text has shadow with #77765B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77765B on black background.


Color preview on white background

This text has color #77765B on white background.



Black color preview on #77765B background

This text has black color on #77765B background.


White color preview on #77765B background

This text has white color on #77765B background.