COLOR #77374B

HEX: #77374B
RGB: (119,55,75)

Color info

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

RGB color model

#77374B color RGB value is (119,55,75).

  • red value is 119;
  • green value is 55;
  • blue value is 75.
RGB:
(119,55,75)
(47%,22%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 55 of 255 = 22%
B 75 of 255 = 29%

119
55
75

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

Portions of RGB colors in percentages

R + G + B =
119 + 55 + 75 = 249 (100%)
R 119 of 249 ~ 47.79%
G 55 of 249 ~ 22.09%
B 75 of 249 ~ 30.12%

%47.79
%22.09
%30.12

CMYK color model

#77374B color CMYK value is (0,54,37,53).

  • cyan value is 0.00%
  • magenta value is 53.78%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(0,54,37,53)
C0M54Y37K53 
(0%,54%,37%,53%)
(0.00/0.54/0.37/0.53)	

CMYK percentages

%0
%53.78
%36.97
%53.33

Codes

Color #77374B in popluar color models

77374B
RGB1195575
HSL341°36.78%34.12%
HSB/HSV341°53.78%46.67%
CMYK0.00%53.78%36.97%
53.33%

Color #77374B in popluar number systems.

HEX77374B
Decimal1195575
Binary11101111101111001011
Octal16767113

Shades and tints

Shades of #77374B

#77374B
(119,55,75)
#6D3245
(109,50,69)
#632D3F
(99,45,63)
#592839
(89,40,57)
#4F2333
(79,35,51)
#451E2D
(69,30,45)
#3B1927
(59,25,39)
#311421
(49,20,33)
#270F1B
(39,15,27)
#1D0A15
(29,10,21)
#13050F
(19,5,15)
#000000
(0,0,0)

Tints of #77374B

#77374B
(119,55,75)
#83495B
(131,73,91)
#8F5B6B
(143,91,107)
#9B6D7B
(155,109,123)
#A77F8B
(167,127,139)
#B3919B
(179,145,155)
#BFA3AB
(191,163,171)
#CBB5BB
(203,181,187)
#D7C7CB
(215,199,203)
#E3D9DB
(227,217,219)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77374B color. Also use rgb(119,55,75) instead hex code.

Text Font Color

.myTextColor { color: #77374B; }

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

This text font color is #77374B.


Background Color

.myBgColor { background-color: #77374B; }

<div style="background-color:#77374B">Inner text</div>

This div background color is #77374B.


Border color

.myBorderColor { border: 1px solid #77374B; }

<div style="border:3px solid #77374B">Div</div>

This div border color is #77374B.


Opacity

.myOpacity80 { color: #77374B; opacity: 0.8; }

<p style="color:#77374B;opacity:0.8;">80%</p>

Text with #77374B 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 #77374B;}

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

This text has shadow with #77374B color.

.textShadow {text-shadow: 3px 3px 1px #77374B, 3px 3px 1px red;}

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

This text has shadow with #77374B primary color and red secondary color.


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

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

This text has shadow with #77374B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77374B on black background.


Color preview on white background

This text has color #77374B on white background.



Black color preview on #77374B background

This text has black color on #77374B background.


White color preview on #77374B background

This text has white color on #77374B background.