COLOR #788C7F

HEX: #788C7F
RGB: (120,140,127)

Color info

#788C7F contains red, green and blue colors in about the same proportion. Web safe color of #788C7F is #669966 (or #696).

RGB color model

#788C7F color RGB value is (120,140,127).

  • red value is 120;
  • green value is 140;
  • blue value is 127.
RGB:
(120,140,127)
(47%,55%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 140 of 255 = 55%
B 127 of 255 = 50%

120
140
127

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

Portions of RGB colors in percentages

R + G + B =
120 + 140 + 127 = 387 (100%)
R 120 of 387 ~ 31.01%
G 140 of 387 ~ 36.18%
B 127 of 387 ~ 32.82%

%31.01
%36.18
%32.82

CMYK color model

#788C7F color CMYK value is (14,0,9,45).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK:
(14,0,9,45)
C14M0Y9K45 
(14%,0%,9%,45%)
(0.14/0.00/0.09/0.45)	

CMYK percentages

%14.29
%0
%9.29
%45.1

Codes

Color #788C7F in popluar color models

788C7F
RGB120140127
HSL141°8.00%50.98%
HSB/HSV141°14.29%54.90%
CMYK14.29%0.00%9.29%
45.10%

Color #788C7F in popluar number systems.

HEX788C7F
Decimal120140127
Binary1111000100011001111111
Octal170214177

Shades and tints

Shades of #788C7F

#788C7F
(120,140,127)
#6E8074
(110,128,116)
#647469
(100,116,105)
#5A685E
(90,104,94)
#505C53
(80,92,83)
#465048
(70,80,72)
#3C443D
(60,68,61)
#323832
(50,56,50)
#282C27
(40,44,39)
#1E201C
(30,32,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #788C7F

#788C7F
(120,140,127)
#84968A
(132,150,138)
#90A095
(144,160,149)
#9CAAA0
(156,170,160)
#A8B4AB
(168,180,171)
#B4BEB6
(180,190,182)
#C0C8C1
(192,200,193)
#CCD2CC
(204,210,204)
#D8DCD7
(216,220,215)
#E4E6E2
(228,230,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788C7F color. Also use rgb(120,140,127) instead hex code.

Text Font Color

.myTextColor { color: #788C7F; }

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

This text font color is #788C7F.


Background Color

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

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

This div background color is #788C7F.


Border color

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

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

This div border color is #788C7F.


Opacity

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

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

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

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

This text has shadow with #788C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788C7F on black background.


Color preview on white background

This text has color #788C7F on white background.



Black color preview on #788C7F background

This text has black color on #788C7F background.


White color preview on #788C7F background

This text has white color on #788C7F background.