COLOR #78748A

HEX: #78748A
RGB: (120,116,138)

Color info

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

RGB color model

#78748A color RGB value is (120,116,138).

  • red value is 120;
  • green value is 116;
  • blue value is 138.
RGB:
(120,116,138)
(47%,45%,54%)

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 138 of 255 = 54%

120
116
138

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 138 = 374 (100%)
R 120 of 374 ~ 32.09%
G 116 of 374 ~ 31.02%
B 138 of 374 ~ 36.9%

%32.09
%31.02
%36.9

CMYK color model

#78748A color CMYK value is (13,16,0,46).

  • cyan value is 13.04%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(13,16,0,46)
C13M16Y0K46 
(13%,16%,0%,46%)
(0.13/0.16/0.00/0.46)	

CMYK percentages

%13.04
%15.94
%0
%45.88

Codes

Color #78748A in popluar color models

78748A
RGB120116138
HSL251°8.66%49.80%
HSB/HSV251°15.94%54.12%
CMYK13.04%15.94%0.00%
45.88%

Color #78748A in popluar number systems.

HEX78748A
Decimal120116138
Binary1111000111010010001010
Octal170164212

Shades and tints

Shades of #78748A

#78748A
(120,116,138)
#6E6A7E
(110,106,126)
#646072
(100,96,114)
#5A5666
(90,86,102)
#504C5A
(80,76,90)
#46424E
(70,66,78)
#3C3842
(60,56,66)
#322E36
(50,46,54)
#28242A
(40,36,42)
#1E1A1E
(30,26,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #78748A

#78748A
(120,116,138)
#848094
(132,128,148)
#908C9E
(144,140,158)
#9C98A8
(156,152,168)
#A8A4B2
(168,164,178)
#B4B0BC
(180,176,188)
#C0BCC6
(192,188,198)
#CCC8D0
(204,200,208)
#D8D4DA
(216,212,218)
#E4E0E4
(228,224,228)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78748A color. Also use rgb(120,116,138) instead hex code.

Text Font Color

.myTextColor { color: #78748A; }

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

This text font color is #78748A.


Background Color

.myBgColor { background-color: #78748A; }

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

This div background color is #78748A.


Border color

.myBorderColor { border: 1px solid #78748A; }

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

This div border color is #78748A.


Opacity

.myOpacity80 { color: #78748A; opacity: 0.8; }

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

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

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

This text has shadow with #78748A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78748A on black background.


Color preview on white background

This text has color #78748A on white background.



Black color preview on #78748A background

This text has black color on #78748A background.


White color preview on #78748A background

This text has white color on #78748A background.