COLOR #788F6A

HEX: #788F6A RGB: (120,143,106)

Color info

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

RGB color model

#788F6A color RGB value is (120,143,106).

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

RGB channels and saturation

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

120
143
106

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

Portions of RGB colors in percentages

R + G + B = 120 + 143 + 106 = 369 (100%)
R 120 of 369 ~ 32.52%
G 143 of 369 ~ 38.75%
B 106 of 369 ~ 28.73'%

%32.52
%38.75
%28.73

CMYK color model

#788F6A color CMYK value is (16,0,26,44).

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

CMYK: (16,0,26,44)
C16M0Y26K44 (16%, 0%, 26%, 44%)
(0.16 / 0.00 / 0.26 / 0.44)

CMYK percentages

%16.08
%0
%25.87
%43.92

Codes

Color #788F6A in popluar color models

78 8F 6A
RGB 120 143 106
HSL 97° 14.86% 48.82%
HSB/HSV 97° 25.87% 56.08%
CMYK 16.08% 0.00% 25.87%
43.92%

Color #788F6A in popluar number systems.

HEX 78 8F 6A
Decimal 120 143 106
Binary 1111000 10001111 1101010
Octal 170 217 152

Shades and tints

Shades of #788F6A

#788F6A
(120,143,106)
#6E8261
(110,130,97)
#647558
(100,117,88)
#5A684F
(90,104,79)
#505B46
(80,91,70)
#464E3D
(70,78,61)
#3C4134
(60,65,52)
#32342B
(50,52,43)
#282722
(40,39,34)
#1E1A19
(30,26,25)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #788F6A

#788F6A
(120,143,106)
#849977
(132,153,119)
#90A384
(144,163,132)
#9CAD91
(156,173,145)
#A8B79E
(168,183,158)
#B4C1AB
(180,193,171)
#C0CBB8
(192,203,184)
#CCD5C5
(204,213,197)
#D8DFD2
(216,223,210)
#E4E9DF
(228,233,223)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788F6A; }

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

This text font color is #788F6A.

Background Color

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

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

This div background color is #788F6A.

Border color

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

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

This div border color is #788F6A.

Opacity

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

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

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

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

This text has shadow with #788F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788F6A.

Preview

Color preview on black background

This text has color #788F6A on black background.


Color preview on white background

This text has color #788F6A on white background.


Black color preview on #788F6A background

This text has black color on #788F6A background.


White color preview on #788F6A background

This text has white color on #788F6A background.


Related colors

Complementary color

Complementary color for #hex is #877095.


I love getcolorcode.com

Triadic colors

1 #6A788F and #8F6A78 with #788F6A are triadic colors.

2 #6A8F78 and #8F786A with #788F6A are triadic colors.