COLOR #774458

HEX: #774458
RGB: (119,68,88)

Color info

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

RGB color model

#774458 color RGB value is (119,68,88).

  • red value is 119;
  • green value is 68;
  • blue value is 88.
RGB:
(119,68,88)
(47%,27%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 68 of 255 = 27%
B 88 of 255 = 35%

119
68
88

R + G + B ~ 36%. #774458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 68 + 88 = 275 (100%)
R 119 of 275 ~ 43.27%
G 68 of 275 ~ 24.73%
B 88 of 275 ~ 32%

%43.27
%24.73
%32

CMYK color model

#774458 color CMYK value is (0,43,26,53).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 26.05%
  • key color value is 53.33%
CMYK:
(0,43,26,53)
C0M43Y26K53 
(0%,43%,26%,53%)
(0.00/0.43/0.26/0.53)	

CMYK percentages

%0
%42.86
%26.05
%53.33

Codes

Color #774458 in popluar color models

774458
RGB1196888
HSL336°27.27%36.67%
HSB/HSV336°42.86%46.67%
CMYK0.00%42.86%26.05%
53.33%

Color #774458 in popluar number systems.

HEX774458
Decimal1196888
Binary111011110001001011000
Octal167104130

Shades and tints

Shades of #774458

#774458
(119,68,88)
#6D3E50
(109,62,80)
#633848
(99,56,72)
#593240
(89,50,64)
#4F2C38
(79,44,56)
#452630
(69,38,48)
#3B2028
(59,32,40)
#311A20
(49,26,32)
#271418
(39,20,24)
#1D0E10
(29,14,16)
#130808
(19,8,8)
#000000
(0,0,0)

Tints of #774458

#774458
(119,68,88)
#835567
(131,85,103)
#8F6676
(143,102,118)
#9B7785
(155,119,133)
#A78894
(167,136,148)
#B399A3
(179,153,163)
#BFAAB2
(191,170,178)
#CBBBC1
(203,187,193)
#D7CCD0
(215,204,208)
#E3DDDF
(227,221,223)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774458 color. Also use rgb(119,68,88) instead hex code.

Text Font Color

.myTextColor { color: #774458; }

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

This text font color is #774458.


Background Color

.myBgColor { background-color: #774458; }

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

This div background color is #774458.


Border color

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

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

This div border color is #774458.


Opacity

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

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

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

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

This text has shadow with #774458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774458 on black background.


Color preview on white background

This text has color #774458 on white background.



Black color preview on #774458 background

This text has black color on #774458 background.


White color preview on #774458 background

This text has white color on #774458 background.