COLOR #788F67

HEX: #788F67
RGB: (120,143,103)

Color info

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

RGB color model

#788F67 color RGB value is (120,143,103).

  • red value is 120;
  • green value is 143;
  • blue value is 103.
RGB:
(120,143,103)
(47%,56%,40%)

RGB channels and saturation

R 120 of 255 = 47%
G 143 of 255 = 56%
B 103 of 255 = 40%

120
143
103

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

Portions of RGB colors in percentages

R + G + B =
120 + 143 + 103 = 366 (100%)
R 120 of 366 ~ 32.79%
G 143 of 366 ~ 39.07%
B 103 of 366 ~ 28.14%

%32.79
%39.07
%28.14

CMYK color model

#788F67 color CMYK value is (16,0,28,44).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 27.97%
  • key color value is 43.92%
CMYK:
(16,0,28,44)
C16M0Y28K44 
(16%,0%,28%,44%)
(0.16/0.00/0.28/0.44)	

CMYK percentages

%16.08
%0
%27.97
%43.92

Codes

Color #788F67 in popluar color models

788F67
RGB120143103
HSL95°16.26%48.24%
HSB/HSV95°27.97%56.08%
CMYK16.08%0.00%27.97%
43.92%

Color #788F67 in popluar number systems.

HEX788F67
Decimal120143103
Binary1111000100011111100111
Octal170217147

Shades and tints

Shades of #788F67

#788F67
(120,143,103)
#6E825E
(110,130,94)
#647555
(100,117,85)
#5A684C
(90,104,76)
#505B43
(80,91,67)
#464E3A
(70,78,58)
#3C4131
(60,65,49)
#323428
(50,52,40)
#28271F
(40,39,31)
#1E1A16
(30,26,22)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #788F67

#788F67
(120,143,103)
#849974
(132,153,116)
#90A381
(144,163,129)
#9CAD8E
(156,173,142)
#A8B79B
(168,183,155)
#B4C1A8
(180,193,168)
#C0CBB5
(192,203,181)
#CCD5C2
(204,213,194)
#D8DFCF
(216,223,207)
#E4E9DC
(228,233,220)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788F67; }

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

This text font color is #788F67.


Background Color

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

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

This div background color is #788F67.


Border color

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

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

This div border color is #788F67.


Opacity

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

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

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

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

This text has shadow with #788F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788F67 on black background.


Color preview on white background

This text has color #788F67 on white background.



Black color preview on #788F67 background

This text has black color on #788F67 background.


White color preview on #788F67 background

This text has white color on #788F67 background.