COLOR #784958

HEX: #784958
RGB: (120,73,88)

Color info

#784958 contains red, green and blue colors in about the same proportion. Web safe color of #784958 is #663366 (or #636).

RGB color model

#784958 color RGB value is (120,73,88).

  • red value is 120;
  • green value is 73;
  • blue value is 88.
RGB:
(120,73,88)
(47%,29%,35%)

RGB channels and saturation

R 120 of 255 = 47%
G 73 of 255 = 29%
B 88 of 255 = 35%

120
73
88

R + G + B ~ 37%. #784958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 73 + 88 = 281 (100%)
R 120 of 281 ~ 42.7%
G 73 of 281 ~ 25.98%
B 88 of 281 ~ 31.32%

%42.7
%25.98
%31.32

CMYK color model

#784958 color CMYK value is (0,39,27,53).

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 26.67%
  • key color value is 52.94%
CMYK:
(0,39,27,53)
C0M39Y27K53 
(0%,39%,27%,53%)
(0.00/0.39/0.27/0.53)	

CMYK percentages

%0
%39.17
%26.67
%52.94

Codes

Color #784958 in popluar color models

784958
RGB1207388
HSL341°24.35%37.84%
HSB/HSV341°39.17%47.06%
CMYK0.00%39.17%26.67%
52.94%

Color #784958 in popluar number systems.

HEX784958
Decimal1207388
Binary111100010010011011000
Octal170111130

Shades and tints

Shades of #784958

#784958
(120,73,88)
#6E4350
(110,67,80)
#643D48
(100,61,72)
#5A3740
(90,55,64)
#503138
(80,49,56)
#462B30
(70,43,48)
#3C2528
(60,37,40)
#321F20
(50,31,32)
#281918
(40,25,24)
#1E1310
(30,19,16)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #784958

#784958
(120,73,88)
#845967
(132,89,103)
#906976
(144,105,118)
#9C7985
(156,121,133)
#A88994
(168,137,148)
#B499A3
(180,153,163)
#C0A9B2
(192,169,178)
#CCB9C1
(204,185,193)
#D8C9D0
(216,201,208)
#E4D9DF
(228,217,223)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784958 color. Also use rgb(120,73,88) instead hex code.

Text Font Color

.myTextColor { color: #784958; }

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

This text font color is #784958.


Background Color

.myBgColor { background-color: #784958; }

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

This div background color is #784958.


Border color

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

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

This div border color is #784958.


Opacity

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

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

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

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

This text has shadow with #784958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784958 on black background.


Color preview on white background

This text has color #784958 on white background.



Black color preview on #784958 background

This text has black color on #784958 background.


White color preview on #784958 background

This text has white color on #784958 background.