COLOR #775B27

HEX: #775B27
RGB: (119,91,39)

Color info

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

RGB color model

#775B27 color RGB value is (119,91,39).

  • red value is 119;
  • green value is 91;
  • blue value is 39.
RGB:
(119,91,39)
(47%,36%,15%)

RGB channels and saturation

R 119 of 255 = 47%
G 91 of 255 = 36%
B 39 of 255 = 15%

119
91
39

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

Portions of RGB colors in percentages

R + G + B =
119 + 91 + 39 = 249 (100%)
R 119 of 249 ~ 47.79%
G 91 of 249 ~ 36.55%
B 39 of 249 ~ 15.66%

%47.79
%36.55
%15.66

CMYK color model

#775B27 color CMYK value is (0,24,67,53).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 67.23%
  • key color value is 53.33%
CMYK:
(0,24,67,53)
C0M24Y67K53 
(0%,24%,67%,53%)
(0.00/0.24/0.67/0.53)	

CMYK percentages

%0
%23.53
%67.23
%53.33

Codes

Color #775B27 in popluar color models

775B27
RGB1199139
HSL39°50.63%30.98%
HSB/HSV39°67.23%46.67%
CMYK0.00%23.53%67.23%
53.33%

Color #775B27 in popluar number systems.

HEX775B27
Decimal1199139
Binary11101111011011100111
Octal16713347

Shades and tints

Shades of #775B27

#775B27
(119,91,39)
#6D5324
(109,83,36)
#634B21
(99,75,33)
#59431E
(89,67,30)
#4F3B1B
(79,59,27)
#453318
(69,51,24)
#3B2B15
(59,43,21)
#312312
(49,35,18)
#271B0F
(39,27,15)
#1D130C
(29,19,12)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #775B27

#775B27
(119,91,39)
#83693A
(131,105,58)
#8F774D
(143,119,77)
#9B8560
(155,133,96)
#A79373
(167,147,115)
#B3A186
(179,161,134)
#BFAF99
(191,175,153)
#CBBDAC
(203,189,172)
#D7CBBF
(215,203,191)
#E3D9D2
(227,217,210)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775B27 color. Also use rgb(119,91,39) instead hex code.

Text Font Color

.myTextColor { color: #775B27; }

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

This text font color is #775B27.


Background Color

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

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

This div background color is #775B27.


Border color

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

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

This div border color is #775B27.


Opacity

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

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

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

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

This text has shadow with #775B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775B27 on black background.


Color preview on white background

This text has color #775B27 on white background.



Black color preview on #775B27 background

This text has black color on #775B27 background.


White color preview on #775B27 background

This text has white color on #775B27 background.