COLOR #788B75

HEX: #788B75
RGB: (120,139,117)

Color info

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

RGB color model

#788B75 color RGB value is (120,139,117).

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

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 117 of 255 = 46%

120
139
117

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

Portions of RGB colors in percentages

R + G + B =
120 + 139 + 117 = 376 (100%)
R 120 of 376 ~ 31.91%
G 139 of 376 ~ 36.97%
B 117 of 376 ~ 31.12%

%31.91
%36.97
%31.12

CMYK color model

#788B75 color CMYK value is (14,0,16,45).

  • cyan value is 13.67%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK:
(14,0,16,45)
C14M0Y16K45 
(14%,0%,16%,45%)
(0.14/0.00/0.16/0.45)	

CMYK percentages

%13.67
%0
%15.83
%45.49

Codes

Color #788B75 in popluar color models

788B75
RGB120139117
HSL112°8.66%50.20%
HSB/HSV112°15.83%54.51%
CMYK13.67%0.00%15.83%
45.49%

Color #788B75 in popluar number systems.

HEX788B75
Decimal120139117
Binary1111000100010111110101
Octal170213165

Shades and tints

Shades of #788B75

#788B75
(120,139,117)
#6E7F6B
(110,127,107)
#647361
(100,115,97)
#5A6757
(90,103,87)
#505B4D
(80,91,77)
#464F43
(70,79,67)
#3C4339
(60,67,57)
#32372F
(50,55,47)
#282B25
(40,43,37)
#1E1F1B
(30,31,27)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #788B75

#788B75
(120,139,117)
#849581
(132,149,129)
#909F8D
(144,159,141)
#9CA999
(156,169,153)
#A8B3A5
(168,179,165)
#B4BDB1
(180,189,177)
#C0C7BD
(192,199,189)
#CCD1C9
(204,209,201)
#D8DBD5
(216,219,213)
#E4E5E1
(228,229,225)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788B75; }

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

This text font color is #788B75.


Background Color

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

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

This div background color is #788B75.


Border color

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

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

This div border color is #788B75.


Opacity

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

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

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

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

This text has shadow with #788B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788B75 on black background.


Color preview on white background

This text has color #788B75 on white background.



Black color preview on #788B75 background

This text has black color on #788B75 background.


White color preview on #788B75 background

This text has white color on #788B75 background.