COLOR #788968

HEX: #788968
RGB: (120,137,104)

Color info

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

RGB color model

#788968 color RGB value is (120,137,104).

  • red value is 120;
  • green value is 137;
  • blue value is 104.
RGB: (120,137,104) (47%,54%,41%)

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 104 of 255 = 41%

120
137
104

R + G + B ~ 47%. #788968 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 104 = 361 (100%)
R 120 of 361 ~ 33.24%
G 137 of 361 ~ 37.95%
B 104 of 361 ~ 28.81%

%33.24
%37.95
%28.81

CMYK color model

#788968 color CMYK value is (12,0,24,46).

  • cyan value is 12.41%
  • magenta value is 0.00%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK: (12,0,24,46) C12M0Y24K46 (12%,0%,24%,46%) (0.12/0.00/0.24/0.46)

CMYK percentages

%12.41
%0
%24.09
%46.27

Codes

Color #788968 in popluar color models

788968
RGB120137104
HSL91°13.69%47.25%
HSB/HSV91°24.09%53.73%
CMYK12.41%0.00%24.09%
46.27%

Color #788968 in popluar number systems.

HEX788968
Decimal120137104
Binary1111000100010011101000
Octal170211150

Shades and tints

Shades of #788968

#788968
(120,137,104)
#6E7D5F
(110,125,95)
#647156
(100,113,86)
#5A654D
(90,101,77)
#505944
(80,89,68)
#464D3B
(70,77,59)
#3C4132
(60,65,50)
#323529
(50,53,41)
#282920
(40,41,32)
#1E1D17
(30,29,23)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #788968

#788968
(120,137,104)
#849375
(132,147,117)
#909D82
(144,157,130)
#9CA78F
(156,167,143)
#A8B19C
(168,177,156)
#B4BBA9
(180,187,169)
#C0C5B6
(192,197,182)
#CCCFC3
(204,207,195)
#D8D9D0
(216,217,208)
#E4E3DD
(228,227,221)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788968 color. Also use rgb(120,137,104) instead hex code.

Text Font Color

.myTextColor { color: #788968; }

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

This text font color is #788968.


Background Color

.myBgColor { background-color: #788968; }

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

This div background color is #788968.


Border color

.myBorderColor { border: 1px solid #788968; }

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

This div border color is #788968.


Opacity

.myOpacity80 { color: #788968; opacity: 0.8; }

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

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

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

This text has shadow with #788968 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #788968 on black background.


Color preview on white background

This text has color #788968 on white background.



Black color preview on #788968 background

This text has black color on #788968 background.


White color preview on #788968 background

This text has white color on #788968 background.