COLOR #77754B

HEX: #77754B
RGB: (119,117,75)

Color info

#77754B contains red, green and blue colors in about the same proportion. Web safe color of #77754B is #666633 (or #663).

RGB color model

#77754B color RGB value is (119,117,75).

  • red value is 119;
  • green value is 117;
  • blue value is 75.
RGB:
(119,117,75)
(47%,46%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 75 of 255 = 29%

119
117
75

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

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 75 = 311 (100%)
R 119 of 311 ~ 38.26%
G 117 of 311 ~ 37.62%
B 75 of 311 ~ 24.12%

%38.26
%37.62
%24.12

CMYK color model

#77754B color CMYK value is (0,2,37,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(0,2,37,53)
C0M2Y37K53 
(0%,2%,37%,53%)
(0.00/0.02/0.37/0.53)	

CMYK percentages

%0
%1.68
%36.97
%53.33

Codes

Color #77754B in popluar color models

77754B
RGB11911775
HSL57°22.68%38.04%
HSB/HSV57°36.97%46.67%
CMYK0.00%1.68%36.97%
53.33%

Color #77754B in popluar number systems.

HEX77754B
Decimal11911775
Binary111011111101011001011
Octal167165113

Shades and tints

Shades of #77754B

#77754B
(119,117,75)
#6D6B45
(109,107,69)
#63613F
(99,97,63)
#595739
(89,87,57)
#4F4D33
(79,77,51)
#45432D
(69,67,45)
#3B3927
(59,57,39)
#312F21
(49,47,33)
#27251B
(39,37,27)
#1D1B15
(29,27,21)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #77754B

#77754B
(119,117,75)
#83815B
(131,129,91)
#8F8D6B
(143,141,107)
#9B997B
(155,153,123)
#A7A58B
(167,165,139)
#B3B19B
(179,177,155)
#BFBDAB
(191,189,171)
#CBC9BB
(203,201,187)
#D7D5CB
(215,213,203)
#E3E1DB
(227,225,219)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77754B color. Also use rgb(119,117,75) instead hex code.

Text Font Color

.myTextColor { color: #77754B; }

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

This text font color is #77754B.


Background Color

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

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

This div background color is #77754B.


Border color

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

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

This div border color is #77754B.


Opacity

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

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

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

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

This text has shadow with #77754B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77754B on black background.


Color preview on white background

This text has color #77754B on white background.



Black color preview on #77754B background

This text has black color on #77754B background.


White color preview on #77754B background

This text has white color on #77754B background.