COLOR #77331E

HEX: #77331E
RGB: (119,51,30)

Color info

#77331E contains mainly red color. Web safe color of #77331E is #663333 (or #633).

RGB color model

#77331E color RGB value is (119,51,30).

  • red value is 119;
  • green value is 51;
  • blue value is 30.
RGB:
(119,51,30)
(47%,20%,12%)

RGB channels and saturation

R 119 of 255 = 47%
G 51 of 255 = 20%
B 30 of 255 = 12%

119
51
30

R + G + B ~ 26%. #77331E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 51 + 30 = 200 (100%)
R 119 of 200 ~ 59.5%
G 51 of 200 ~ 25.5%
B 30 of 200 ~ 15%

%59.5
%25.5
%15

CMYK color model

#77331E color CMYK value is (0,57,75,53).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 74.79%
  • key color value is 53.33%
CMYK:
(0,57,75,53)
C0M57Y75K53 
(0%,57%,75%,53%)
(0.00/0.57/0.75/0.53)	

CMYK percentages

%0
%57.14
%74.79
%53.33

Codes

Color #77331E in popluar color models

77331E
RGB1195130
HSL14°59.73%29.22%
HSB/HSV14°74.79%46.67%
CMYK0.00%57.14%74.79%
53.33%

Color #77331E in popluar number systems.

HEX77331E
Decimal1195130
Binary111011111001111110
Octal1676336

Shades and tints

Shades of #77331E

#77331E
(119,51,30)
#6D2F1C
(109,47,28)
#632B1A
(99,43,26)
#592718
(89,39,24)
#4F2316
(79,35,22)
#451F14
(69,31,20)
#3B1B12
(59,27,18)
#311710
(49,23,16)
#27130E
(39,19,14)
#1D0F0C
(29,15,12)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #77331E

#77331E
(119,51,30)
#834532
(131,69,50)
#8F5746
(143,87,70)
#9B695A
(155,105,90)
#A77B6E
(167,123,110)
#B38D82
(179,141,130)
#BF9F96
(191,159,150)
#CBB1AA
(203,177,170)
#D7C3BE
(215,195,190)
#E3D5D2
(227,213,210)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77331E color. Also use rgb(119,51,30) instead hex code.

Text Font Color

.myTextColor { color: #77331E; }

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

This text font color is #77331E.


Background Color

.myBgColor { background-color: #77331E; }

<div style="background-color:#77331E">Inner text</div>

This div background color is #77331E.


Border color

.myBorderColor { border: 1px solid #77331E; }

<div style="border:3px solid #77331E">Div</div>

This div border color is #77331E.


Opacity

.myOpacity80 { color: #77331E; opacity: 0.8; }

<p style="color:#77331E;opacity:0.8;">80%</p>

Text with #77331E 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 #77331E;}

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

This text has shadow with #77331E color.

.textShadow {text-shadow: 3px 3px 1px #77331E, 3px 3px 1px red;}

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

This text has shadow with #77331E primary color and red secondary color.


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

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

This text has shadow with #77331E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77331E on black background.


Color preview on white background

This text has color #77331E on white background.



Black color preview on #77331E background

This text has black color on #77331E background.


White color preview on #77331E background

This text has white color on #77331E background.