COLOR #772F6A

HEX: #772F6A
RGB: (119,47,106)

Color info

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

RGB color model

#772F6A color RGB value is (119,47,106).

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

RGB channels and saturation

R 119 of 255 = 47%
G 47 of 255 = 18%
B 106 of 255 = 42%

119
47
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 47 + 106 = 272 (100%)
R 119 of 272 ~ 43.75%
G 47 of 272 ~ 17.28%
B 106 of 272 ~ 38.97%

%43.75
%17.28
%38.97

CMYK color model

#772F6A color CMYK value is (0,61,11,53).

  • cyan value is 0.00%
  • magenta value is 60.50%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,61,11,53)
C0M61Y11K53 
(0%,61%,11%,53%)
(0.00/0.61/0.11/0.53)	

CMYK percentages

%0
%60.5
%10.92
%53.33

Codes

Color #772F6A in popluar color models

772F6A
RGB11947106
HSL311°43.37%32.55%
HSB/HSV311°60.50%46.67%
CMYK0.00%60.50%10.92%
53.33%

Color #772F6A in popluar number systems.

HEX772F6A
Decimal11947106
Binary11101111011111101010
Octal16757152

Shades and tints

Shades of #772F6A

#772F6A
(119,47,106)
#6D2B61
(109,43,97)
#632758
(99,39,88)
#59234F
(89,35,79)
#4F1F46
(79,31,70)
#451B3D
(69,27,61)
#3B1734
(59,23,52)
#31132B
(49,19,43)
#270F22
(39,15,34)
#1D0B19
(29,11,25)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #772F6A

#772F6A
(119,47,106)
#834177
(131,65,119)
#8F5384
(143,83,132)
#9B6591
(155,101,145)
#A7779E
(167,119,158)
#B389AB
(179,137,171)
#BF9BB8
(191,155,184)
#CBADC5
(203,173,197)
#D7BFD2
(215,191,210)
#E3D1DF
(227,209,223)
#EFE3EC
(239,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772F6A; }

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

This text font color is #772F6A.


Background Color

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

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

This div background color is #772F6A.


Border color

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

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

This div border color is #772F6A.


Opacity

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

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

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

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

This text has shadow with #772F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772F6A on black background.


Color preview on white background

This text has color #772F6A on white background.



Black color preview on #772F6A background

This text has black color on #772F6A background.


White color preview on #772F6A background

This text has white color on #772F6A background.