COLOR #772B43

HEX: #772B43
RGB: (119,43,67)

Color info

#772B43 contains mainly red and blue colors. Web safe color of #772B43 is #663333 (or #633).

RGB color model

#772B43 color RGB value is (119,43,67).

  • red value is 119;
  • green value is 43;
  • blue value is 67.
RGB:
(119,43,67)
(47%,17%,26%)

RGB channels and saturation

R 119 of 255 = 47%
G 43 of 255 = 17%
B 67 of 255 = 26%

119
43
67

R + G + B ~ 30%. #772B43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 43 + 67 = 229 (100%)
R 119 of 229 ~ 51.97%
G 43 of 229 ~ 18.78%
B 67 of 229 ~ 29.26%

%51.97
%18.78
%29.26

CMYK color model

#772B43 color CMYK value is (0,64,44,53).

  • cyan value is 0.00%
  • magenta value is 63.87%
  • yellow value is 43.70%
  • key color value is 53.33%
CMYK:
(0,64,44,53)
C0M64Y44K53 
(0%,64%,44%,53%)
(0.00/0.64/0.44/0.53)	

CMYK percentages

%0
%63.87
%43.7
%53.33

Codes

Color #772B43 in popluar color models

772B43
RGB1194367
HSL341°46.91%31.76%
HSB/HSV341°63.87%46.67%
CMYK0.00%63.87%43.70%
53.33%

Color #772B43 in popluar number systems.

HEX772B43
Decimal1194367
Binary11101111010111000011
Octal16753103

Shades and tints

Shades of #772B43

#772B43
(119,43,67)
#6D283D
(109,40,61)
#632537
(99,37,55)
#592231
(89,34,49)
#4F1F2B
(79,31,43)
#451C25
(69,28,37)
#3B191F
(59,25,31)
#311619
(49,22,25)
#271313
(39,19,19)
#1D100D
(29,16,13)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #772B43

#772B43
(119,43,67)
#833E54
(131,62,84)
#8F5165
(143,81,101)
#9B6476
(155,100,118)
#A77787
(167,119,135)
#B38A98
(179,138,152)
#BF9DA9
(191,157,169)
#CBB0BA
(203,176,186)
#D7C3CB
(215,195,203)
#E3D6DC
(227,214,220)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772B43 color. Also use rgb(119,43,67) instead hex code.

Text Font Color

.myTextColor { color: #772B43; }

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

This text font color is #772B43.


Background Color

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

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

This div background color is #772B43.


Border color

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

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

This div border color is #772B43.


Opacity

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

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

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

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

This text has shadow with #772B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772B43 on black background.


Color preview on white background

This text has color #772B43 on white background.



Black color preview on #772B43 background

This text has black color on #772B43 background.


White color preview on #772B43 background

This text has white color on #772B43 background.