COLOR #77761B

HEX: #77761B
RGB: (119,118,27)

Color info

#77761B contains mainly red and green colors. Web safe color of #77761B is #666633 (or #663).

RGB color model

#77761B color RGB value is (119,118,27).

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

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 27 of 255 = 11%

119
118
27

R + G + B ~ 35%. #77761B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 27 = 264 (100%)
R 119 of 264 ~ 45.08%
G 118 of 264 ~ 44.7%
B 27 of 264 ~ 10.23%

%45.08
%44.7
%10.23

CMYK color model

#77761B color CMYK value is (0,1,77,53).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 77.31%
  • key color value is 53.33%
CMYK:
(0,1,77,53)
C0M1Y77K53 
(0%,1%,77%,53%)
(0.00/0.01/0.77/0.53)	

CMYK percentages

%0
%0.84
%77.31
%53.33

Codes

Color #77761B in popluar color models

77761B
RGB11911827
HSL59°63.01%28.63%
HSB/HSV59°77.31%46.67%
CMYK0.00%0.84%77.31%
53.33%

Color #77761B in popluar number systems.

HEX77761B
Decimal11911827
Binary1110111111011011011
Octal16716633

Shades and tints

Shades of #77761B

#77761B
(119,118,27)
#6D6C19
(109,108,25)
#636217
(99,98,23)
#595815
(89,88,21)
#4F4E13
(79,78,19)
#454411
(69,68,17)
#3B3A0F
(59,58,15)
#31300D
(49,48,13)
#27260B
(39,38,11)
#1D1C09
(29,28,9)
#131207
(19,18,7)
#000000
(0,0,0)

Tints of #77761B

#77761B
(119,118,27)
#83822F
(131,130,47)
#8F8E43
(143,142,67)
#9B9A57
(155,154,87)
#A7A66B
(167,166,107)
#B3B27F
(179,178,127)
#BFBE93
(191,190,147)
#CBCAA7
(203,202,167)
#D7D6BB
(215,214,187)
#E3E2CF
(227,226,207)
#EFEEE3
(239,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77761B; }

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

This text font color is #77761B.


Background Color

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

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

This div background color is #77761B.


Border color

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

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

This div border color is #77761B.


Opacity

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

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

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

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

This text has shadow with #77761B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77761B on black background.


Color preview on white background

This text has color #77761B on white background.



Black color preview on #77761B background

This text has black color on #77761B background.


White color preview on #77761B background

This text has white color on #77761B background.