COLOR #858778

HEX: #858778
RGB: (133,135,120)

Color info

#858778 contains red, green and blue colors in about the same proportion. Web safe color of #858778 is #999966 (or #996).

RGB color model

#858778 color RGB value is (133,135,120).

  • red value is 133;
  • green value is 135;
  • blue value is 120.
RGB:
(133,135,120)
(52%,53%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 135 of 255 = 53%
B 120 of 255 = 47%

133
135
120

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 120 = 388 (100%)
R 133 of 388 ~ 34.28%
G 135 of 388 ~ 34.79%
B 120 of 388 ~ 30.93%

%34.28
%34.79
%30.93

CMYK color model

#858778 color CMYK value is (1,0,11,47).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(1,0,11,47)
C1M0Y11K47 
(1%,0%,11%,47%)
(0.01/0.00/0.11/0.47)	

CMYK percentages

%1.48
%0
%11.11
%47.06

Codes

Color #858778 in popluar color models

858778
RGB133135120
HSL68°5.88%50.00%
HSB/HSV68°11.11%52.94%
CMYK1.48%0.00%11.11%
47.06%

Color #858778 in popluar number systems.

HEX858778
Decimal133135120
Binary10000101100001111111000
Octal205207170

Shades and tints

Shades of #858778

#858778
(133,135,120)
#797B6E
(121,123,110)
#6D6F64
(109,111,100)
#61635A
(97,99,90)
#555750
(85,87,80)
#494B46
(73,75,70)
#3D3F3C
(61,63,60)
#313332
(49,51,50)
#252728
(37,39,40)
#191B1E
(25,27,30)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #858778

#858778
(133,135,120)
#909184
(144,145,132)
#9B9B90
(155,155,144)
#A6A59C
(166,165,156)
#B1AFA8
(177,175,168)
#BCB9B4
(188,185,180)
#C7C3C0
(199,195,192)
#D2CDCC
(210,205,204)
#DDD7D8
(221,215,216)
#E8E1E4
(232,225,228)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858778 color. Also use rgb(133,135,120) instead hex code.

Text Font Color

.myTextColor { color: #858778; }

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

This text font color is #858778.


Background Color

.myBgColor { background-color: #858778; }

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

This div background color is #858778.


Border color

.myBorderColor { border: 1px solid #858778; }

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

This div border color is #858778.


Opacity

.myOpacity80 { color: #858778; opacity: 0.8; }

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

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

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

This text has shadow with #858778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858778 on black background.


Color preview on white background

This text has color #858778 on white background.



Black color preview on #858778 background

This text has black color on #858778 background.


White color preview on #858778 background

This text has white color on #858778 background.