COLOR #772F58

HEX: #772F58
RGB: (119,47,88)

Color info

#772F58 contains mainly red and blue colors. Web safe color of #772F58 is #663366 (or #636).

RGB color model

#772F58 color RGB value is (119,47,88).

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

RGB channels and saturation

R 119 of 255 = 47%
G 47 of 255 = 18%
B 88 of 255 = 35%

119
47
88

R + G + B ~ 33%. #772F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 47 + 88 = 254 (100%)
R 119 of 254 ~ 46.85%
G 47 of 254 ~ 18.5%
B 88 of 254 ~ 34.65%

%46.85
%18.5
%34.65

CMYK color model

#772F58 color CMYK value is (0,61,26,53).

  • cyan value is 0.00%
  • magenta value is 60.50%
  • yellow value is 26.05%
  • key color value is 53.33%
CMYK:
(0,61,26,53)
C0M61Y26K53 
(0%,61%,26%,53%)
(0.00/0.61/0.26/0.53)	

CMYK percentages

%0
%60.5
%26.05
%53.33

Codes

Color #772F58 in popluar color models

772F58
RGB1194788
HSL326°43.37%32.55%
HSB/HSV326°60.50%46.67%
CMYK0.00%60.50%26.05%
53.33%

Color #772F58 in popluar number systems.

HEX772F58
Decimal1194788
Binary11101111011111011000
Octal16757130

Shades and tints

Shades of #772F58

#772F58
(119,47,88)
#6D2B50
(109,43,80)
#632748
(99,39,72)
#592340
(89,35,64)
#4F1F38
(79,31,56)
#451B30
(69,27,48)
#3B1728
(59,23,40)
#311320
(49,19,32)
#270F18
(39,15,24)
#1D0B10
(29,11,16)
#130708
(19,7,8)
#000000
(0,0,0)

Tints of #772F58

#772F58
(119,47,88)
#834167
(131,65,103)
#8F5376
(143,83,118)
#9B6585
(155,101,133)
#A77794
(167,119,148)
#B389A3
(179,137,163)
#BF9BB2
(191,155,178)
#CBADC1
(203,173,193)
#D7BFD0
(215,191,208)
#E3D1DF
(227,209,223)
#EFE3EE
(239,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772F58; }

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

This text font color is #772F58.


Background Color

.myBgColor { background-color: #772F58; }

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

This div background color is #772F58.


Border color

.myBorderColor { border: 1px solid #772F58; }

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

This div border color is #772F58.


Opacity

.myOpacity80 { color: #772F58; opacity: 0.8; }

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

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

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

This text has shadow with #772F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772F58 on black background.


Color preview on white background

This text has color #772F58 on white background.



Black color preview on #772F58 background

This text has black color on #772F58 background.


White color preview on #772F58 background

This text has white color on #772F58 background.