COLOR #778181

HEX: #778181 RGB: (119,129,129)

Color info

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

RGB color model

#778181 color RGB value is (119,129,129).

RGB: (119,129,129) (47%, 51%, 51%)

RGB channels and saturation

R 119 of 255 = 47%
G 129 of 255 = 51%
B 129 of 255 = 51%

119
129
129

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

Portions of RGB colors in percentages

R + G + B = 119 + 129 + 129 = 377 (100%)
R 119 of 377 ~ 31.56%
G 129 of 377 ~ 34.22%
B 129 of 377 ~ 34.22'%

%31.56
%34.22
%34.22

CMYK color model

#778181 color CMYK value is (8,0,0,49).

  • cyan value is 7.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (8,0,0,49)
C8M0Y0K49 (8%, 0%, 0%, 49%)
(0.08 / 0.00 / 0.00 / 0.49)

CMYK percentages

%7.75
%0
%0
%49.41

Codes

Color #778181 in popluar color models

77 81 81
RGB 119 129 129
HSL 180° 4.03% 48.63%
HSB/HSV 180° 7.75% 50.59%
CMYK 7.75% 0.00% 0.00%
49.41%

Color #778181 in popluar number systems.

HEX 77 81 81
Decimal 119 129 129
Binary 1110111 10000001 10000001
Octal 167 201 201

Shades and tints

Shades of #778181

#778181
(119,129,129)
#6D7676
(109,118,118)
#636B6B
(99,107,107)
#596060
(89,96,96)
#4F5555
(79,85,85)
#454A4A
(69,74,74)
#3B3F3F
(59,63,63)
#313434
(49,52,52)
#272929
(39,41,41)
#1D1E1E
(29,30,30)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #778181

#778181
(119,129,129)
#838C8C
(131,140,140)
#8F9797
(143,151,151)
#9BA2A2
(155,162,162)
#A7ADAD
(167,173,173)
#B3B8B8
(179,184,184)
#BFC3C3
(191,195,195)
#CBCECE
(203,206,206)
#D7D9D9
(215,217,217)
#E3E4E4
(227,228,228)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778181; }

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

This text font color is #778181.

Background Color

.myBgColor { background-color: #778181; }

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

This div background color is #778181.

Border color

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

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

This div border color is #778181.

Opacity

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

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

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

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

This text has shadow with #778181 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778181.

Preview

Color preview on black background

This text has color #778181 on black background.


Color preview on white background

This text has color #778181 on white background.


Black color preview on #778181 background

This text has black color on #778181 background.


White color preview on #778181 background

This text has white color on #778181 background.


Related colors

Complementary color

Complementary color for #hex is #887E7E.


I love getcolorcode.com