COLOR #788A7F

HEX: #788A7F
RGB: (120,138,127)

Color info

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

RGB color model

#788A7F color RGB value is (120,138,127).

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

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 127 of 255 = 50%

120
138
127

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

Portions of RGB colors in percentages

R + G + B =
120 + 138 + 127 = 385 (100%)
R 120 of 385 ~ 31.17%
G 138 of 385 ~ 35.84%
B 127 of 385 ~ 32.99%

%31.17
%35.84
%32.99

CMYK color model

#788A7F color CMYK value is (13,0,8,46).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(13,0,8,46)
C13M0Y8K46 
(13%,0%,8%,46%)
(0.13/0.00/0.08/0.46)	

CMYK percentages

%13.04
%0
%7.97
%45.88

Codes

Color #788A7F in popluar color models

788A7F
RGB120138127
HSL143°7.14%50.59%
HSB/HSV143°13.04%54.12%
CMYK13.04%0.00%7.97%
45.88%

Color #788A7F in popluar number systems.

HEX788A7F
Decimal120138127
Binary1111000100010101111111
Octal170212177

Shades and tints

Shades of #788A7F

#788A7F
(120,138,127)
#6E7E74
(110,126,116)
#647269
(100,114,105)
#5A665E
(90,102,94)
#505A53
(80,90,83)
#464E48
(70,78,72)
#3C423D
(60,66,61)
#323632
(50,54,50)
#282A27
(40,42,39)
#1E1E1C
(30,30,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #788A7F

#788A7F
(120,138,127)
#84948A
(132,148,138)
#909E95
(144,158,149)
#9CA8A0
(156,168,160)
#A8B2AB
(168,178,171)
#B4BCB6
(180,188,182)
#C0C6C1
(192,198,193)
#CCD0CC
(204,208,204)
#D8DAD7
(216,218,215)
#E4E4E2
(228,228,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788A7F; }

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

This text font color is #788A7F.


Background Color

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

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

This div background color is #788A7F.


Border color

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

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

This div border color is #788A7F.


Opacity

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

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

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

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

This text has shadow with #788A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788A7F on black background.


Color preview on white background

This text has color #788A7F on white background.



Black color preview on #788A7F background

This text has black color on #788A7F background.


White color preview on #788A7F background

This text has white color on #788A7F background.