COLOR #775143

HEX: #775143
RGB: (119,81,67)

Color info

#775143 contains red, green and blue colors in about the same proportion. Web safe color of #775143 is #666633 (or #663).

RGB color model

#775143 color RGB value is (119,81,67).

  • red value is 119;
  • green value is 81;
  • blue value is 67.
RGB:
(119,81,67)
(47%,32%,26%)

RGB channels and saturation

R 119 of 255 = 47%
G 81 of 255 = 32%
B 67 of 255 = 26%

119
81
67

R + G + B ~ 35%. #775143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 81 + 67 = 267 (100%)
R 119 of 267 ~ 44.57%
G 81 of 267 ~ 30.34%
B 67 of 267 ~ 25.09%

%44.57
%30.34
%25.09

CMYK color model

#775143 color CMYK value is (0,32,44,53).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 43.70%
  • key color value is 53.33%
CMYK:
(0,32,44,53)
C0M32Y44K53 
(0%,32%,44%,53%)
(0.00/0.32/0.44/0.53)	

CMYK percentages

%0
%31.93
%43.7
%53.33

Codes

Color #775143 in popluar color models

775143
RGB1198167
HSL16°27.96%36.47%
HSB/HSV16°43.70%46.67%
CMYK0.00%31.93%43.70%
53.33%

Color #775143 in popluar number systems.

HEX775143
Decimal1198167
Binary111011110100011000011
Octal167121103

Shades and tints

Shades of #775143

#775143
(119,81,67)
#6D4A3D
(109,74,61)
#634337
(99,67,55)
#593C31
(89,60,49)
#4F352B
(79,53,43)
#452E25
(69,46,37)
#3B271F
(59,39,31)
#312019
(49,32,25)
#271913
(39,25,19)
#1D120D
(29,18,13)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #775143

#775143
(119,81,67)
#836054
(131,96,84)
#8F6F65
(143,111,101)
#9B7E76
(155,126,118)
#A78D87
(167,141,135)
#B39C98
(179,156,152)
#BFABA9
(191,171,169)
#CBBABA
(203,186,186)
#D7C9CB
(215,201,203)
#E3D8DC
(227,216,220)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775143 color. Also use rgb(119,81,67) instead hex code.

Text Font Color

.myTextColor { color: #775143; }

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

This text font color is #775143.


Background Color

.myBgColor { background-color: #775143; }

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

This div background color is #775143.


Border color

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

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

This div border color is #775143.


Opacity

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

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

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

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

This text has shadow with #775143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775143 on black background.


Color preview on white background

This text has color #775143 on white background.



Black color preview on #775143 background

This text has black color on #775143 background.


White color preview on #775143 background

This text has white color on #775143 background.