COLOR #775426

HEX: #775426
RGB: (119,84,38)

Color info

#775426 contains mainly red and green colors. Web safe color of #775426 is #666633 (or #663).

RGB color model

#775426 color RGB value is (119,84,38).

  • red value is 119;
  • green value is 84;
  • blue value is 38.
RGB:
(119,84,38)
(47%,33%,15%)

RGB channels and saturation

R 119 of 255 = 47%
G 84 of 255 = 33%
B 38 of 255 = 15%

119
84
38

R + G + B ~ 32%. #775426 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 84 + 38 = 241 (100%)
R 119 of 241 ~ 49.38%
G 84 of 241 ~ 34.85%
B 38 of 241 ~ 15.77%

%49.38
%34.85
%15.77

CMYK color model

#775426 color CMYK value is (0,29,68,53).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 68.07%
  • key color value is 53.33%
CMYK:
(0,29,68,53)
C0M29Y68K53 
(0%,29%,68%,53%)
(0.00/0.29/0.68/0.53)	

CMYK percentages

%0
%29.41
%68.07
%53.33

Codes

Color #775426 in popluar color models

775426
RGB1198438
HSL34°51.59%30.78%
HSB/HSV34°68.07%46.67%
CMYK0.00%29.41%68.07%
53.33%

Color #775426 in popluar number systems.

HEX775426
Decimal1198438
Binary11101111010100100110
Octal16712446

Shades and tints

Shades of #775426

#775426
(119,84,38)
#6D4D23
(109,77,35)
#634620
(99,70,32)
#593F1D
(89,63,29)
#4F381A
(79,56,26)
#453117
(69,49,23)
#3B2A14
(59,42,20)
#312311
(49,35,17)
#271C0E
(39,28,14)
#1D150B
(29,21,11)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #775426

#775426
(119,84,38)
#836339
(131,99,57)
#8F724C
(143,114,76)
#9B815F
(155,129,95)
#A79072
(167,144,114)
#B39F85
(179,159,133)
#BFAE98
(191,174,152)
#CBBDAB
(203,189,171)
#D7CCBE
(215,204,190)
#E3DBD1
(227,219,209)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775426 color. Also use rgb(119,84,38) instead hex code.

Text Font Color

.myTextColor { color: #775426; }

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

This text font color is #775426.


Background Color

.myBgColor { background-color: #775426; }

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

This div background color is #775426.


Border color

.myBorderColor { border: 1px solid #775426; }

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

This div border color is #775426.


Opacity

.myOpacity80 { color: #775426; opacity: 0.8; }

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

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

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

This text has shadow with #775426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775426 on black background.


Color preview on white background

This text has color #775426 on white background.



Black color preview on #775426 background

This text has black color on #775426 background.


White color preview on #775426 background

This text has white color on #775426 background.