COLOR #77846E

HEX: #77846E
RGB: (119,132,110)

Color info

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

RGB color model

#77846E color RGB value is (119,132,110).

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

RGB channels and saturation

R 119 of 255 = 47%
G 132 of 255 = 52%
B 110 of 255 = 43%

119
132
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 132 + 110 = 361 (100%)
R 119 of 361 ~ 32.96%
G 132 of 361 ~ 36.57%
B 110 of 361 ~ 30.47%

%32.96
%36.57
%30.47

CMYK color model

#77846E color CMYK value is (10,0,17,48).

  • cyan value is 9.85%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(10,0,17,48)
C10M0Y17K48 
(10%,0%,17%,48%)
(0.10/0.00/0.17/0.48)	

CMYK percentages

%9.85
%0
%16.67
%48.24

Codes

Color #77846E in popluar color models

77846E
RGB119132110
HSL95°9.09%47.45%
HSB/HSV95°16.67%51.76%
CMYK9.85%0.00%16.67%
48.24%

Color #77846E in popluar number systems.

HEX77846E
Decimal119132110
Binary1110111100001001101110
Octal167204156

Shades and tints

Shades of #77846E

#77846E
(119,132,110)
#6D7864
(109,120,100)
#636C5A
(99,108,90)
#596050
(89,96,80)
#4F5446
(79,84,70)
#45483C
(69,72,60)
#3B3C32
(59,60,50)
#313028
(49,48,40)
#27241E
(39,36,30)
#1D1814
(29,24,20)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #77846E

#77846E
(119,132,110)
#838F7B
(131,143,123)
#8F9A88
(143,154,136)
#9BA595
(155,165,149)
#A7B0A2
(167,176,162)
#B3BBAF
(179,187,175)
#BFC6BC
(191,198,188)
#CBD1C9
(203,209,201)
#D7DCD6
(215,220,214)
#E3E7E3
(227,231,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77846E; }

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

This text font color is #77846E.


Background Color

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

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

This div background color is #77846E.


Border color

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

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

This div border color is #77846E.


Opacity

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

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

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

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

This text has shadow with #77846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77846E on black background.


Color preview on white background

This text has color #77846E on white background.



Black color preview on #77846E background

This text has black color on #77846E background.


White color preview on #77846E background

This text has white color on #77846E background.