COLOR #775A2A

HEX: #775A2A
RGB: (119,90,42)

Color info

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

RGB color model

#775A2A color RGB value is (119,90,42).

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

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 42 of 255 = 16%

119
90
42

R + G + B ~ 33%. #775A2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 90 + 42 = 251 (100%)
R 119 of 251 ~ 47.41%
G 90 of 251 ~ 35.86%
B 42 of 251 ~ 16.73%

%47.41
%35.86
%16.73

CMYK color model

#775A2A color CMYK value is (0,24,65,53).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 64.71%
  • key color value is 53.33%
CMYK:
(0,24,65,53)
C0M24Y65K53 
(0%,24%,65%,53%)
(0.00/0.24/0.65/0.53)	

CMYK percentages

%0
%24.37
%64.71
%53.33

Codes

Color #775A2A in popluar color models

775A2A
RGB1199042
HSL37°47.83%31.57%
HSB/HSV37°64.71%46.67%
CMYK0.00%24.37%64.71%
53.33%

Color #775A2A in popluar number systems.

HEX775A2A
Decimal1199042
Binary11101111011010101010
Octal16713252

Shades and tints

Shades of #775A2A

#775A2A
(119,90,42)
#6D5227
(109,82,39)
#634A24
(99,74,36)
#594221
(89,66,33)
#4F3A1E
(79,58,30)
#45321B
(69,50,27)
#3B2A18
(59,42,24)
#312215
(49,34,21)
#271A12
(39,26,18)
#1D120F
(29,18,15)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #775A2A

#775A2A
(119,90,42)
#83693D
(131,105,61)
#8F7850
(143,120,80)
#9B8763
(155,135,99)
#A79676
(167,150,118)
#B3A589
(179,165,137)
#BFB49C
(191,180,156)
#CBC3AF
(203,195,175)
#D7D2C2
(215,210,194)
#E3E1D5
(227,225,213)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775A2A; }

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

This text font color is #775A2A.


Background Color

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

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

This div background color is #775A2A.


Border color

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

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

This div border color is #775A2A.


Opacity

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

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

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

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

This text has shadow with #775A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775A2A on black background.


Color preview on white background

This text has color #775A2A on white background.



Black color preview on #775A2A background

This text has black color on #775A2A background.


White color preview on #775A2A background

This text has white color on #775A2A background.