COLOR #77412F

HEX: #77412F RGB: (119,65,47)

Color info

#77412F contains mainly red and green colors. Web safe color of #77412F is #663333 (or #633).

RGB color model

#77412F color RGB value is (119,65,47).

RGB: (119,65,47) (47%, 25%, 18%)

RGB channels and saturation

R 119 of 255 = 47%
G 65 of 255 = 25%
B 47 of 255 = 18%

119
65
47

R + G + B ~ 30%. #77412F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 65 + 47 = 231 (100%)
R 119 of 231 ~ 51.52%
G 65 of 231 ~ 28.14%
B 47 of 231 ~ 20.35'%

%51.52
%28.14
%20.35

CMYK color model

#77412F color CMYK value is (0,45,61,53).

  • cyan value is 0.00%
  • magenta value is 45.38%
  • yellow value is 60.50%
  • key color value is 53.33%

CMYK: (0,45,61,53)
C0M45Y61K53 (0%, 45%, 61%, 53%)
(0.00 / 0.45 / 0.61 / 0.53)

CMYK percentages

%0
%45.38
%60.5
%53.33

Codes

Color #77412F in popluar color models

77 41 2F
RGB 119 65 47
HSL 15° 43.37% 32.55%
HSB/HSV 15° 60.50% 46.67%
CMYK 0.00% 45.38% 60.50%
53.33%

Color #77412F in popluar number systems.

HEX 77 41 2F
Decimal 119 65 47
Binary 1110111 1000001 101111
Octal 167 101 57

Shades and tints

Shades of #77412F

#77412F
(119,65,47)
#6D3C2B
(109,60,43)
#633727
(99,55,39)
#593223
(89,50,35)
#4F2D1F
(79,45,31)
#45281B
(69,40,27)
#3B2317
(59,35,23)
#311E13
(49,30,19)
#27190F
(39,25,15)
#1D140B
(29,20,11)
#130F07
(19,15,7)
#000000
(0,0,0)

Tints of #77412F

#77412F
(119,65,47)
#835241
(131,82,65)
#8F6353
(143,99,83)
#9B7465
(155,116,101)
#A78577
(167,133,119)
#B39689
(179,150,137)
#BFA79B
(191,167,155)
#CBB8AD
(203,184,173)
#D7C9BF
(215,201,191)
#E3DAD1
(227,218,209)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77412F color. Also use rgb(119,65,47) instead hex code.

Text Font Color

.myTextColor { color: #77412F; }

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

This text font color is #77412F.

Background Color

.myBgColor { background-color: #77412F; }

<div style="background-color:#77412F">Inner text</div>

This div background color is #77412F.

Border color

.myBorderColor { border: 1px solid #77412F; }

<div style="border:3px solid #77412F">Div</div>

This div border color is #77412F.

Opacity

.myOpacity80 { color: #77412F; opacity: 0.8; }

<p style="color:#77412F;opacity:0.8;">80%</p>

Text with #77412F 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 #77412F;}

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

This text has shadow with #77412F color.


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

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

This text has shadow with #77412F primary color and red secondary color.


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

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

This text has shadow with #77412F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77412F.

Preview

Color preview on black background

This text has color #77412F on black background.


Color preview on white background

This text has color #77412F on white background.


Black color preview on #77412F background

This text has black color on #77412F background.


White color preview on #77412F background

This text has white color on #77412F background.


Related colors

Complementary color

Complementary color for #hex is #88BED0.


I love getcolorcode.com

Triadic colors

1 #2F7741 and #412F77 with #77412F are triadic colors.

2 #2F4177 and #41772F with #77412F are triadic colors.