COLOR #787288

HEX: #787288
RGB: (120,114,136)

Color info

#787288 contains red, green and blue colors in about the same proportion. Web safe color of #787288 is #666699 (or #669).

RGB color model

#787288 color RGB value is (120,114,136).

  • red value is 120;
  • green value is 114;
  • blue value is 136.
RGB:
(120,114,136)
(47%,45%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 136 of 255 = 53%

120
114
136

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

Portions of RGB colors in percentages

R + G + B =
120 + 114 + 136 = 370 (100%)
R 120 of 370 ~ 32.43%
G 114 of 370 ~ 30.81%
B 136 of 370 ~ 36.76%

%32.43
%30.81
%36.76

CMYK color model

#787288 color CMYK value is (12,16,0,47).

  • cyan value is 11.76%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(12,16,0,47)
C12M16Y0K47 
(12%,16%,0%,47%)
(0.12/0.16/0.00/0.47)	

CMYK percentages

%11.76
%16.18
%0
%46.67

Codes

Color #787288 in popluar color models

787288
RGB120114136
HSL256°8.80%49.02%
HSB/HSV256°16.18%53.33%
CMYK11.76%16.18%0.00%
46.67%

Color #787288 in popluar number systems.

HEX787288
Decimal120114136
Binary1111000111001010001000
Octal170162210

Shades and tints

Shades of #787288

#787288
(120,114,136)
#6E687C
(110,104,124)
#645E70
(100,94,112)
#5A5464
(90,84,100)
#504A58
(80,74,88)
#46404C
(70,64,76)
#3C3640
(60,54,64)
#322C34
(50,44,52)
#282228
(40,34,40)
#1E181C
(30,24,28)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #787288

#787288
(120,114,136)
#847E92
(132,126,146)
#908A9C
(144,138,156)
#9C96A6
(156,150,166)
#A8A2B0
(168,162,176)
#B4AEBA
(180,174,186)
#C0BAC4
(192,186,196)
#CCC6CE
(204,198,206)
#D8D2D8
(216,210,216)
#E4DEE2
(228,222,226)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787288 color. Also use rgb(120,114,136) instead hex code.

Text Font Color

.myTextColor { color: #787288; }

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

This text font color is #787288.


Background Color

.myBgColor { background-color: #787288; }

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

This div background color is #787288.


Border color

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

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

This div border color is #787288.


Opacity

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

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

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

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

This text has shadow with #787288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787288 on black background.


Color preview on white background

This text has color #787288 on white background.



Black color preview on #787288 background

This text has black color on #787288 background.


White color preview on #787288 background

This text has white color on #787288 background.