COLOR #788062

HEX: #788062
RGB: (120,128,98)

Color info

#788062 contains red, green and blue colors in about the same proportion. Web safe color of #788062 is #666666 (or #666).

RGB color model

#788062 color RGB value is (120,128,98).

  • red value is 120;
  • green value is 128;
  • blue value is 98.
RGB:
(120,128,98)
(47%,50%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 98 of 255 = 38%

120
128
98

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

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 98 = 346 (100%)
R 120 of 346 ~ 34.68%
G 128 of 346 ~ 36.99%
B 98 of 346 ~ 28.32%

%34.68
%36.99
%28.32

CMYK color model

#788062 color CMYK value is (6,0,23,50).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 49.80%
CMYK:
(6,0,23,50)
C6M0Y23K50 
(6%,0%,23%,50%)
(0.06/0.00/0.23/0.50)	

CMYK percentages

%6.25
%0
%23.44
%49.8

Codes

Color #788062 in popluar color models

788062
RGB12012898
HSL76°13.27%44.31%
HSB/HSV76°23.44%50.20%
CMYK6.25%0.00%23.44%
49.80%

Color #788062 in popluar number systems.

HEX788062
Decimal12012898
Binary1111000100000001100010
Octal170200142

Shades and tints

Shades of #788062

#788062
(120,128,98)
#6E755A
(110,117,90)
#646A52
(100,106,82)
#5A5F4A
(90,95,74)
#505442
(80,84,66)
#46493A
(70,73,58)
#3C3E32
(60,62,50)
#32332A
(50,51,42)
#282822
(40,40,34)
#1E1D1A
(30,29,26)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #788062

#788062
(120,128,98)
#848B70
(132,139,112)
#90967E
(144,150,126)
#9CA18C
(156,161,140)
#A8AC9A
(168,172,154)
#B4B7A8
(180,183,168)
#C0C2B6
(192,194,182)
#CCCDC4
(204,205,196)
#D8D8D2
(216,216,210)
#E4E3E0
(228,227,224)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788062 color. Also use rgb(120,128,98) instead hex code.

Text Font Color

.myTextColor { color: #788062; }

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

This text font color is #788062.


Background Color

.myBgColor { background-color: #788062; }

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

This div background color is #788062.


Border color

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

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

This div border color is #788062.


Opacity

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

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

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

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

This text has shadow with #788062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788062 on black background.


Color preview on white background

This text has color #788062 on white background.



Black color preview on #788062 background

This text has black color on #788062 background.


White color preview on #788062 background

This text has white color on #788062 background.