COLOR #788F6C

HEX: #788F6C RGB: (120,143,108)

Color info

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

RGB color model

#788F6C color RGB value is (120,143,108).

RGB: (120,143,108) (47%, 56%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 143 of 255 = 56%
B 108 of 255 = 42%

120
143
108

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

Portions of RGB colors in percentages

R + G + B = 120 + 143 + 108 = 371 (100%)
R 120 of 371 ~ 32.35%
G 143 of 371 ~ 38.54%
B 108 of 371 ~ 29.11'%

%32.35
%38.54
%29.11

CMYK color model

#788F6C color CMYK value is (16,0,24,44).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 43.92%

CMYK: (16,0,24,44)
C16M0Y24K44 (16%, 0%, 24%, 44%)
(0.16 / 0.00 / 0.24 / 0.44)

CMYK percentages

%16.08
%0
%24.48
%43.92

Codes

Color #788F6C in popluar color models

78 8F 6C
RGB 120 143 108
HSL 99° 13.94% 49.22%
HSB/HSV 99° 24.48% 56.08%
CMYK 16.08% 0.00% 24.48%
43.92%

Color #788F6C in popluar number systems.

HEX 78 8F 6C
Decimal 120 143 108
Binary 1111000 10001111 1101100
Octal 170 217 154

Shades and tints

Shades of #788F6C

#788F6C
(120,143,108)
#6E8263
(110,130,99)
#64755A
(100,117,90)
#5A6851
(90,104,81)
#505B48
(80,91,72)
#464E3F
(70,78,63)
#3C4136
(60,65,54)
#32342D
(50,52,45)
#282724
(40,39,36)
#1E1A1B
(30,26,27)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #788F6C

#788F6C
(120,143,108)
#849979
(132,153,121)
#90A386
(144,163,134)
#9CAD93
(156,173,147)
#A8B7A0
(168,183,160)
#B4C1AD
(180,193,173)
#C0CBBA
(192,203,186)
#CCD5C7
(204,213,199)
#D8DFD4
(216,223,212)
#E4E9E1
(228,233,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788F6C color. Also use rgb(120,143,108) instead hex code.

Text Font Color

.myTextColor { color: #788F6C; }

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

This text font color is #788F6C.

Background Color

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

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

This div background color is #788F6C.

Border color

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

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

This div border color is #788F6C.

Opacity

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

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

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

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

This text has shadow with #788F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788F6C.

Preview

Color preview on black background

This text has color #788F6C on black background.


Color preview on white background

This text has color #788F6C on white background.


Black color preview on #788F6C background

This text has black color on #788F6C background.


White color preview on #788F6C background

This text has white color on #788F6C background.


Related colors

Complementary color

Complementary color for #hex is #877093.


I love getcolorcode.com

Triadic colors

1 #6C788F and #8F6C78 with #788F6C are triadic colors.

2 #6C8F78 and #8F786C with #788F6C are triadic colors.