COLOR #77032C

HEX: #77032C RGB: (119,3,44)

Color info

#77032C contains mainly red color. Web safe color of #77032C is #660033 (or #603).

RGB color model

#77032C color RGB value is (119,3,44).

RGB: (119,3,44) (47%, 1%, 17%)

RGB channels and saturation

R 119 of 255 = 47%
G 3 of 255 = 1%
B 44 of 255 = 17%

119
3
44

R + G + B ~ 22%. #77032C is dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 3 + 44 = 166 (100%)
R 119 of 166 ~ 71.69%
G 3 of 166 ~ 1.81%
B 44 of 166 ~ 26.51'%

%71.69
%26.51

CMYK color model

#77032C color CMYK value is (0,97,63,53).

  • cyan value is 0.00%
  • magenta value is 97.48%
  • yellow value is 63.03%
  • key color value is 53.33%

CMYK: (0,97,63,53)
C0M97Y63K53 (0%, 97%, 63%, 53%)
(0.00 / 0.97 / 0.63 / 0.53)

CMYK percentages

%0
%97.48
%63.03
%53.33

Codes

Color #77032C in popluar color models

77 03 2C
RGB 119 3 44
HSL 339° 95.08% 23.92%
HSB/HSV 339° 97.48% 46.67%
CMYK 0.00% 97.48% 63.03%
53.33%

Color #77032C in popluar number systems.

HEX 77 03 2C
Decimal 119 3 44
Binary 1110111 11 101100
Octal 167 3 54

Shades and tints

Shades of #77032C

#77032C
(119,3,44)
#6D0328
(109,3,40)
#630324
(99,3,36)
#590320
(89,3,32)
#4F031C
(79,3,28)
#450318
(69,3,24)
#3B0314
(59,3,20)
#310310
(49,3,16)
#27030C
(39,3,12)
#1D0308
(29,3,8)
#130304
(19,3,4)
#000000
(0,0,0)

Tints of #77032C

#77032C
(119,3,44)
#83193F
(131,25,63)
#8F2F52
(143,47,82)
#9B4565
(155,69,101)
#A75B78
(167,91,120)
#B3718B
(179,113,139)
#BF879E
(191,135,158)
#CB9DB1
(203,157,177)
#D7B3C4
(215,179,196)
#E3C9D7
(227,201,215)
#EFDFEA
(239,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77032C color. Also use rgb(119,3,44) instead hex code.

Text Font Color

.myTextColor { color: #77032C; }

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

This text font color is #77032C.

Background Color

.myBgColor { background-color: #77032C; }

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

This div background color is #77032C.

Border color

.myBorderColor { border: 1px solid #77032C; }

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

This div border color is #77032C.

Opacity

.myOpacity80 { color: #77032C; opacity: 0.8; }

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

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

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

This text has shadow with #77032C color.


.textShadow {text-shadow: 3px 3px 1px #77032C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77032C; -webkit-box-shadow: 1px 1px 3px 2px #77032C; box-shadow:1px 1px 3px 2px #77032C;">
Div content here
</div>

This div box has shadow with color #77032C.

Preview

Color preview on black background

This text has color #77032C on black background.


Color preview on white background

This text has color #77032C on white background.


Black color preview on #77032C background

This text has black color on #77032C background.


White color preview on #77032C background

This text has white color on #77032C background.


Related colors

Complementary color

Complementary color for #hex is #88FCD3.


I love getcolorcode.com

Triadic colors

1 #2C7703 and #032C77 with #77032C are triadic colors.

2 #2C0377 and #03772C with #77032C are triadic colors.