COLOR #775E62

HEX: #775E62 RGB: (119,94,98)

Color info

#775E62 contains red, green and blue colors in about the same proportion. Web safe color of #775E62 is #666666 (or #666).

RGB color model

#775E62 color RGB value is (119,94,98).

RGB: (119,94,98) (47%, 37%, 38%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 98 of 255 = 38%

119
94
98

R + G + B ~ 41%. #775E62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 94 + 98 = 311 (100%)
R 119 of 311 ~ 38.26%
G 94 of 311 ~ 30.23%
B 98 of 311 ~ 31.51'%

%38.26
%30.23
%31.51

CMYK color model

#775E62 color CMYK value is (0,21,18,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 17.65%
  • key color value is 53.33%

CMYK: (0,21,18,53)
C0M21Y18K53 (0%, 21%, 18%, 53%)
(0.00 / 0.21 / 0.18 / 0.53)

CMYK percentages

%0
%21.01
%17.65
%53.33

Codes

Color #775E62 in popluar color models

77 5E 62
RGB 119 94 98
HSL 350° 11.74% 41.76%
HSB/HSV 350° 21.01% 46.67%
CMYK 0.00% 21.01% 17.65%
53.33%

Color #775E62 in popluar number systems.

HEX 77 5E 62
Decimal 119 94 98
Binary 1110111 1011110 1100010
Octal 167 136 142

Shades and tints

Shades of #775E62

#775E62
(119,94,98)
#6D565A
(109,86,90)
#634E52
(99,78,82)
#59464A
(89,70,74)
#4F3E42
(79,62,66)
#45363A
(69,54,58)
#3B2E32
(59,46,50)
#31262A
(49,38,42)
#271E22
(39,30,34)
#1D161A
(29,22,26)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #775E62

#775E62
(119,94,98)
#836C70
(131,108,112)
#8F7A7E
(143,122,126)
#9B888C
(155,136,140)
#A7969A
(167,150,154)
#B3A4A8
(179,164,168)
#BFB2B6
(191,178,182)
#CBC0C4
(203,192,196)
#D7CED2
(215,206,210)
#E3DCE0
(227,220,224)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775E62 color. Also use rgb(119,94,98) instead hex code.

Text Font Color

.myTextColor { color: #775E62; }

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

This text font color is #775E62.

Background Color

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

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

This div background color is #775E62.

Border color

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

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

This div border color is #775E62.

Opacity

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

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

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

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

This text has shadow with #775E62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775E62.

Preview

Color preview on black background

This text has color #775E62 on black background.


Color preview on white background

This text has color #775E62 on white background.


Black color preview on #775E62 background

This text has black color on #775E62 background.


White color preview on #775E62 background

This text has white color on #775E62 background.


Related colors

Complementary color

Complementary color for #hex is #88A19D.


I love getcolorcode.com

Triadic colors

1 #62775E and #5E6277 with #775E62 are triadic colors.

2 #625E77 and #5E7762 with #775E62 are triadic colors.