COLOR #775A45

HEX: #775A45
RGB: (119,90,69)

Color info

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

RGB color model

#775A45 color RGB value is (119,90,69).

  • red value is 119;
  • green value is 90;
  • blue value is 69.
RGB:
(119,90,69)
(47%,35%,27%)

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 69 of 255 = 27%

119
90
69

R + G + B ~ 36%. #775A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 90 + 69 = 278 (100%)
R 119 of 278 ~ 42.81%
G 90 of 278 ~ 32.37%
B 69 of 278 ~ 24.82%

%42.81
%32.37
%24.82

CMYK color model

#775A45 color CMYK value is (0,24,42,53).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 42.02%
  • key color value is 53.33%
CMYK:
(0,24,42,53)
C0M24Y42K53 
(0%,24%,42%,53%)
(0.00/0.24/0.42/0.53)	

CMYK percentages

%0
%24.37
%42.02
%53.33

Codes

Color #775A45 in popluar color models

775A45
RGB1199069
HSL25°26.60%36.86%
HSB/HSV25°42.02%46.67%
CMYK0.00%24.37%42.02%
53.33%

Color #775A45 in popluar number systems.

HEX775A45
Decimal1199069
Binary111011110110101000101
Octal167132105

Shades and tints

Shades of #775A45

#775A45
(119,90,69)
#6D523F
(109,82,63)
#634A39
(99,74,57)
#594233
(89,66,51)
#4F3A2D
(79,58,45)
#453227
(69,50,39)
#3B2A21
(59,42,33)
#31221B
(49,34,27)
#271A15
(39,26,21)
#1D120F
(29,18,15)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #775A45

#775A45
(119,90,69)
#836955
(131,105,85)
#8F7865
(143,120,101)
#9B8775
(155,135,117)
#A79685
(167,150,133)
#B3A595
(179,165,149)
#BFB4A5
(191,180,165)
#CBC3B5
(203,195,181)
#D7D2C5
(215,210,197)
#E3E1D5
(227,225,213)
#EFF0E5
(239,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775A45 color. Also use rgb(119,90,69) instead hex code.

Text Font Color

.myTextColor { color: #775A45; }

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

This text font color is #775A45.


Background Color

.myBgColor { background-color: #775A45; }

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

This div background color is #775A45.


Border color

.myBorderColor { border: 1px solid #775A45; }

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

This div border color is #775A45.


Opacity

.myOpacity80 { color: #775A45; opacity: 0.8; }

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

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

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

This text has shadow with #775A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775A45 on black background.


Color preview on white background

This text has color #775A45 on white background.



Black color preview on #775A45 background

This text has black color on #775A45 background.


White color preview on #775A45 background

This text has white color on #775A45 background.