COLOR #77075D

HEX: #77075D
RGB: (119,7,93)

Color info

#77075D contains mainly red and blue colors. Web safe color of #77075D is #660066 (or #606).

RGB color model

#77075D color RGB value is (119,7,93).

  • red value is 119;
  • green value is 7;
  • blue value is 93.
RGB:
(119,7,93)
(47%,3%,36%)

RGB channels and saturation

R 119 of 255 = 47%
G 7 of 255 = 3%
B 93 of 255 = 36%

119
7
93

R + G + B ~ 29%. #77075D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 7 + 93 = 219 (100%)
R 119 of 219 ~ 54.34%
G 7 of 219 ~ 3.2%
B 93 of 219 ~ 42.47%

%54.34
%42.47

CMYK color model

#77075D color CMYK value is (0,94,22,53).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 21.85%
  • key color value is 53.33%
CMYK:
(0,94,22,53)
C0M94Y22K53 
(0%,94%,22%,53%)
(0.00/0.94/0.22/0.53)	

CMYK percentages

%0
%94.12
%21.85
%53.33

Codes

Color #77075D in popluar color models

77075D
RGB119793
HSL314°88.89%24.71%
HSB/HSV314°94.12%46.67%
CMYK0.00%94.12%21.85%
53.33%

Color #77075D in popluar number systems.

HEX77075D
Decimal119793
Binary11101111111011101
Octal1677135

Shades and tints

Shades of #77075D

#77075D
(119,7,93)
#6D0755
(109,7,85)
#63074D
(99,7,77)
#590745
(89,7,69)
#4F073D
(79,7,61)
#450735
(69,7,53)
#3B072D
(59,7,45)
#310725
(49,7,37)
#27071D
(39,7,29)
#1D0715
(29,7,21)
#13070D
(19,7,13)
#000000
(0,0,0)

Tints of #77075D

#77075D
(119,7,93)
#831D6B
(131,29,107)
#8F3379
(143,51,121)
#9B4987
(155,73,135)
#A75F95
(167,95,149)
#B375A3
(179,117,163)
#BF8BB1
(191,139,177)
#CBA1BF
(203,161,191)
#D7B7CD
(215,183,205)
#E3CDDB
(227,205,219)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77075D color. Also use rgb(119,7,93) instead hex code.

Text Font Color

.myTextColor { color: #77075D; }

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

This text font color is #77075D.


Background Color

.myBgColor { background-color: #77075D; }

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

This div background color is #77075D.


Border color

.myBorderColor { border: 1px solid #77075D; }

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

This div border color is #77075D.


Opacity

.myOpacity80 { color: #77075D; opacity: 0.8; }

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

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

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

This text has shadow with #77075D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77075D on black background.


Color preview on white background

This text has color #77075D on white background.



Black color preview on #77075D background

This text has black color on #77075D background.


White color preview on #77075D background

This text has white color on #77075D background.