COLOR #889078

HEX: #889078
RGB: (136,144,120)

Color info

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

RGB color model

#889078 color RGB value is (136,144,120).

  • red value is 136;
  • green value is 144;
  • blue value is 120.
RGB:
(136,144,120)
(53%,56%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 120 of 255 = 47%

136
144
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 120 = 400 (100%)
R 136 of 400 ~ 34%
G 144 of 400 ~ 36%
B 120 of 400 ~ 30%

%34
%36
%30

CMYK color model

#889078 color CMYK value is (6,0,17,44).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 43.53%
CMYK:
(6,0,17,44)
C6M0Y17K44 
(6%,0%,17%,44%)
(0.06/0.00/0.17/0.44)	

CMYK percentages

%5.56
%0
%16.67
%43.53

Codes

Color #889078 in popluar color models

889078
RGB136144120
HSL80°9.76%51.76%
HSB/HSV80°16.67%56.47%
CMYK5.56%0.00%16.67%
43.53%

Color #889078 in popluar number systems.

HEX889078
Decimal136144120
Binary10001000100100001111000
Octal210220170

Shades and tints

Shades of #889078

#889078
(136,144,120)
#7C836E
(124,131,110)
#707664
(112,118,100)
#64695A
(100,105,90)
#585C50
(88,92,80)
#4C4F46
(76,79,70)
#40423C
(64,66,60)
#343532
(52,53,50)
#282828
(40,40,40)
#1C1B1E
(28,27,30)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #889078

#889078
(136,144,120)
#929A84
(146,154,132)
#9CA490
(156,164,144)
#A6AE9C
(166,174,156)
#B0B8A8
(176,184,168)
#BAC2B4
(186,194,180)
#C4CCC0
(196,204,192)
#CED6CC
(206,214,204)
#D8E0D8
(216,224,216)
#E2EAE4
(226,234,228)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889078 color. Also use rgb(136,144,120) instead hex code.

Text Font Color

.myTextColor { color: #889078; }

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

This text font color is #889078.


Background Color

.myBgColor { background-color: #889078; }

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

This div background color is #889078.


Border color

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

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

This div border color is #889078.


Opacity

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

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

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

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

This text has shadow with #889078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889078 on black background.


Color preview on white background

This text has color #889078 on white background.



Black color preview on #889078 background

This text has black color on #889078 background.


White color preview on #889078 background

This text has white color on #889078 background.