COLOR #788475

HEX: #788475
RGB: (120,132,117)

Color info

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

RGB color model

#788475 color RGB value is (120,132,117).

  • red value is 120;
  • green value is 132;
  • blue value is 117.
RGB:
(120,132,117)
(47%,52%,46%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 117 of 255 = 46%

120
132
117

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

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 117 = 369 (100%)
R 120 of 369 ~ 32.52%
G 132 of 369 ~ 35.77%
B 117 of 369 ~ 31.71%

%32.52
%35.77
%31.71

CMYK color model

#788475 color CMYK value is (9,0,11,48).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(9,0,11,48)
C9M0Y11K48 
(9%,0%,11%,48%)
(0.09/0.00/0.11/0.48)	

CMYK percentages

%9.09
%0
%11.36
%48.24

Codes

Color #788475 in popluar color models

788475
RGB120132117
HSL108°6.02%48.82%
HSB/HSV108°11.36%51.76%
CMYK9.09%0.00%11.36%
48.24%

Color #788475 in popluar number systems.

HEX788475
Decimal120132117
Binary1111000100001001110101
Octal170204165

Shades and tints

Shades of #788475

#788475
(120,132,117)
#6E786B
(110,120,107)
#646C61
(100,108,97)
#5A6057
(90,96,87)
#50544D
(80,84,77)
#464843
(70,72,67)
#3C3C39
(60,60,57)
#32302F
(50,48,47)
#282425
(40,36,37)
#1E181B
(30,24,27)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #788475

#788475
(120,132,117)
#848F81
(132,143,129)
#909A8D
(144,154,141)
#9CA599
(156,165,153)
#A8B0A5
(168,176,165)
#B4BBB1
(180,187,177)
#C0C6BD
(192,198,189)
#CCD1C9
(204,209,201)
#D8DCD5
(216,220,213)
#E4E7E1
(228,231,225)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788475 color. Also use rgb(120,132,117) instead hex code.

Text Font Color

.myTextColor { color: #788475; }

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

This text font color is #788475.


Background Color

.myBgColor { background-color: #788475; }

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

This div background color is #788475.


Border color

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

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

This div border color is #788475.


Opacity

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

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

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

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

This text has shadow with #788475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788475 on black background.


Color preview on white background

This text has color #788475 on white background.



Black color preview on #788475 background

This text has black color on #788475 background.


White color preview on #788475 background

This text has white color on #788475 background.