COLOR #775759

HEX: #775759
RGB: (119,87,89)

Color info

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

RGB color model

#775759 color RGB value is (119,87,89).

  • red value is 119;
  • green value is 87;
  • blue value is 89.
RGB:
(119,87,89)
(47%,34%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 87 of 255 = 34%
B 89 of 255 = 35%

119
87
89

R + G + B ~ 39%. #775759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 87 + 89 = 295 (100%)
R 119 of 295 ~ 40.34%
G 87 of 295 ~ 29.49%
B 89 of 295 ~ 30.17%

%40.34
%29.49
%30.17

CMYK color model

#775759 color CMYK value is (0,27,25,53).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 25.21%
  • key color value is 53.33%
CMYK:
(0,27,25,53)
C0M27Y25K53 
(0%,27%,25%,53%)
(0.00/0.27/0.25/0.53)	

CMYK percentages

%0
%26.89
%25.21
%53.33

Codes

Color #775759 in popluar color models

775759
RGB1198789
HSL356°15.53%40.39%
HSB/HSV356°26.89%46.67%
CMYK0.00%26.89%25.21%
53.33%

Color #775759 in popluar number systems.

HEX775759
Decimal1198789
Binary111011110101111011001
Octal167127131

Shades and tints

Shades of #775759

#775759
(119,87,89)
#6D5051
(109,80,81)
#634949
(99,73,73)
#594241
(89,66,65)
#4F3B39
(79,59,57)
#453431
(69,52,49)
#3B2D29
(59,45,41)
#312621
(49,38,33)
#271F19
(39,31,25)
#1D1811
(29,24,17)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #775759

#775759
(119,87,89)
#836668
(131,102,104)
#8F7577
(143,117,119)
#9B8486
(155,132,134)
#A79395
(167,147,149)
#B3A2A4
(179,162,164)
#BFB1B3
(191,177,179)
#CBC0C2
(203,192,194)
#D7CFD1
(215,207,209)
#E3DEE0
(227,222,224)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775759 color. Also use rgb(119,87,89) instead hex code.

Text Font Color

.myTextColor { color: #775759; }

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

This text font color is #775759.


Background Color

.myBgColor { background-color: #775759; }

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

This div background color is #775759.


Border color

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

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

This div border color is #775759.


Opacity

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

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

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

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

This text has shadow with #775759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775759 on black background.


Color preview on white background

This text has color #775759 on white background.



Black color preview on #775759 background

This text has black color on #775759 background.


White color preview on #775759 background

This text has white color on #775759 background.