COLOR #788A7D

HEX: #788A7D RGB: (120,138,125)

Color info

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

RGB color model

#788A7D color RGB value is (120,138,125).

RGB: (120,138,125) (47%, 54%, 49%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 125 of 255 = 49%

120
138
125

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

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 125 = 383 (100%)
R 120 of 383 ~ 31.33%
G 138 of 383 ~ 36.03%
B 125 of 383 ~ 32.64'%

%31.33
%36.03
%32.64

CMYK color model

#788A7D color CMYK value is (13,0,9,46).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 45.88%

CMYK: (13,0,9,46)
C13M0Y9K46 (13%, 0%, 9%, 46%)
(0.13 / 0.00 / 0.09 / 0.46)

CMYK percentages

%13.04
%0
%9.42
%45.88

Codes

Color #788A7D in popluar color models

78 8A 7D
RGB 120 138 125
HSL 137° 7.14% 50.59%
HSB/HSV 137° 13.04% 54.12%
CMYK 13.04% 0.00% 9.42%
45.88%

Color #788A7D in popluar number systems.

HEX 78 8A 7D
Decimal 120 138 125
Binary 1111000 10001010 1111101
Octal 170 212 175

Shades and tints

Shades of #788A7D

#788A7D
(120,138,125)
#6E7E72
(110,126,114)
#647267
(100,114,103)
#5A665C
(90,102,92)
#505A51
(80,90,81)
#464E46
(70,78,70)
#3C423B
(60,66,59)
#323630
(50,54,48)
#282A25
(40,42,37)
#1E1E1A
(30,30,26)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #788A7D

#788A7D
(120,138,125)
#849488
(132,148,136)
#909E93
(144,158,147)
#9CA89E
(156,168,158)
#A8B2A9
(168,178,169)
#B4BCB4
(180,188,180)
#C0C6BF
(192,198,191)
#CCD0CA
(204,208,202)
#D8DAD5
(216,218,213)
#E4E4E0
(228,228,224)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788A7D; }

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

This text font color is #788A7D.

Background Color

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

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

This div background color is #788A7D.

Border color

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

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

This div border color is #788A7D.

Opacity

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

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

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

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

This text has shadow with #788A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788A7D.

Preview

Color preview on black background

This text has color #788A7D on black background.


Color preview on white background

This text has color #788A7D on white background.


Black color preview on #788A7D background

This text has black color on #788A7D background.


White color preview on #788A7D background

This text has white color on #788A7D background.


Related colors

Complementary color

Complementary color for #hex is #877582.


I love getcolorcode.com

Triadic colors

1 #7D788A and #8A7D78 with #788A7D are triadic colors.

2 #7D8A78 and #8A787D with #788A7D are triadic colors.