COLOR #778885

HEX: #778885 RGB: (119,136,133)

Color info

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

RGB color model

#778885 color RGB value is (119,136,133).

RGB: (119,136,133) (47%, 53%, 52%)

RGB channels and saturation

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

119
136
133

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

Portions of RGB colors in percentages

R + G + B = 119 + 136 + 133 = 388 (100%)
R 119 of 388 ~ 30.67%
G 136 of 388 ~ 35.05%
B 133 of 388 ~ 34.28'%

%30.67
%35.05
%34.28

CMYK color model

#778885 color CMYK value is (13,0,2,47).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 46.67%

CMYK: (13,0,2,47)
C13M0Y2K47 (13%, 0%, 2%, 47%)
(0.13 / 0.00 / 0.02 / 0.47)

CMYK percentages

%12.5
%0
%2.21
%46.67

Codes

Color #778885 in popluar color models

77 88 85
RGB 119 136 133
HSL 169° 6.67% 50.00%
HSB/HSV 169° 12.50% 53.33%
CMYK 12.50% 0.00% 2.21%
46.67%

Color #778885 in popluar number systems.

HEX 77 88 85
Decimal 119 136 133
Binary 1110111 10001000 10000101
Octal 167 210 205

Shades and tints

Shades of #778885

#778885
(119,136,133)
#6D7C79
(109,124,121)
#63706D
(99,112,109)
#596461
(89,100,97)
#4F5855
(79,88,85)
#454C49
(69,76,73)
#3B403D
(59,64,61)
#313431
(49,52,49)
#272825
(39,40,37)
#1D1C19
(29,28,25)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #778885

#778885
(119,136,133)
#839290
(131,146,144)
#8F9C9B
(143,156,155)
#9BA6A6
(155,166,166)
#A7B0B1
(167,176,177)
#B3BABC
(179,186,188)
#BFC4C7
(191,196,199)
#CBCED2
(203,206,210)
#D7D8DD
(215,216,221)
#E3E2E8
(227,226,232)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778885; }

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

This text font color is #778885.

Background Color

.myBgColor { background-color: #778885; }

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

This div background color is #778885.

Border color

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

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

This div border color is #778885.

Opacity

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

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

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

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

This text has shadow with #778885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778885.

Preview

Color preview on black background

This text has color #778885 on black background.


Color preview on white background

This text has color #778885 on white background.


Black color preview on #778885 background

This text has black color on #778885 background.


White color preview on #778885 background

This text has white color on #778885 background.


Related colors

Complementary color

Complementary color for #hex is #88777A.


I love getcolorcode.com

Triadic colors

1 #857788 and #888577 with #778885 are triadic colors.

2 #858877 and #887785 with #778885 are triadic colors.