COLOR #788885

HEX: #788885
RGB: (120,136,133)

Color info

#788885 contains red, green and blue colors in about the same proportion. Web safe color of #788885 is #669999 (or #699).

RGB color model

#788885 color RGB value is (120,136,133).

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

RGB channels and saturation

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

120
136
133

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 133 = 389 (100%)
R 120 of 389 ~ 30.85%
G 136 of 389 ~ 34.96%
B 133 of 389 ~ 34.19%

%30.85
%34.96
%34.19

CMYK color model

#788885 color CMYK value is (12,0,2,47).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 46.67%
CMYK:
(12,0,2,47)
C12M0Y2K47 
(12%,0%,2%,47%)
(0.12/0.00/0.02/0.47)	

CMYK percentages

%11.76
%0
%2.21
%46.67

Codes

Color #788885 in popluar color models

788885
RGB120136133
HSL169°6.30%50.20%
HSB/HSV169°11.76%53.33%
CMYK11.76%0.00%2.21%
46.67%

Color #788885 in popluar number systems.

HEX788885
Decimal120136133
Binary11110001000100010000101
Octal170210205

Shades and tints

Shades of #788885

#788885
(120,136,133)
#6E7C79
(110,124,121)
#64706D
(100,112,109)
#5A6461
(90,100,97)
#505855
(80,88,85)
#464C49
(70,76,73)
#3C403D
(60,64,61)
#323431
(50,52,49)
#282825
(40,40,37)
#1E1C19
(30,28,25)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #788885

#788885
(120,136,133)
#849290
(132,146,144)
#909C9B
(144,156,155)
#9CA6A6
(156,166,166)
#A8B0B1
(168,176,177)
#B4BABC
(180,186,188)
#C0C4C7
(192,196,199)
#CCCED2
(204,206,210)
#D8D8DD
(216,216,221)
#E4E2E8
(228,226,232)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788885; }

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

This text font color is #788885.


Background Color

.myBgColor { background-color: #788885; }

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

This div background color is #788885.


Border color

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

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

This div border color is #788885.


Opacity

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

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

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

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

This text has shadow with #788885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788885 on black background.


Color preview on white background

This text has color #788885 on white background.



Black color preview on #788885 background

This text has black color on #788885 background.


White color preview on #788885 background

This text has white color on #788885 background.