COLOR #788E81

HEX: #788E81
RGB: (120,142,129)

Color info

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

RGB color model

#788E81 color RGB value is (120,142,129).

  • red value is 120;
  • green value is 142;
  • blue value is 129.
RGB:
(120,142,129)
(47%,56%,51%)

RGB channels and saturation

R 120 of 255 = 47%
G 142 of 255 = 56%
B 129 of 255 = 51%

120
142
129

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

Portions of RGB colors in percentages

R + G + B =
120 + 142 + 129 = 391 (100%)
R 120 of 391 ~ 30.69%
G 142 of 391 ~ 36.32%
B 129 of 391 ~ 32.99%

%30.69
%36.32
%32.99

CMYK color model

#788E81 color CMYK value is (15,0,9,44).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 44.31%
CMYK:
(15,0,9,44)
C15M0Y9K44 
(15%,0%,9%,44%)
(0.15/0.00/0.09/0.44)	

CMYK percentages

%15.49
%0
%9.15
%44.31

Codes

Color #788E81 in popluar color models

788E81
RGB120142129
HSL145°8.87%51.37%
HSB/HSV145°15.49%55.69%
CMYK15.49%0.00%9.15%
44.31%

Color #788E81 in popluar number systems.

HEX788E81
Decimal120142129
Binary11110001000111010000001
Octal170216201

Shades and tints

Shades of #788E81

#788E81
(120,142,129)
#6E8276
(110,130,118)
#64766B
(100,118,107)
#5A6A60
(90,106,96)
#505E55
(80,94,85)
#46524A
(70,82,74)
#3C463F
(60,70,63)
#323A34
(50,58,52)
#282E29
(40,46,41)
#1E221E
(30,34,30)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #788E81

#788E81
(120,142,129)
#84988C
(132,152,140)
#90A297
(144,162,151)
#9CACA2
(156,172,162)
#A8B6AD
(168,182,173)
#B4C0B8
(180,192,184)
#C0CAC3
(192,202,195)
#CCD4CE
(204,212,206)
#D8DED9
(216,222,217)
#E4E8E4
(228,232,228)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788E81 color. Also use rgb(120,142,129) instead hex code.

Text Font Color

.myTextColor { color: #788E81; }

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

This text font color is #788E81.


Background Color

.myBgColor { background-color: #788E81; }

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

This div background color is #788E81.


Border color

.myBorderColor { border: 1px solid #788E81; }

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

This div border color is #788E81.


Opacity

.myOpacity80 { color: #788E81; opacity: 0.8; }

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

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

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

This text has shadow with #788E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788E81 on black background.


Color preview on white background

This text has color #788E81 on white background.



Black color preview on #788E81 background

This text has black color on #788E81 background.


White color preview on #788E81 background

This text has white color on #788E81 background.