COLOR #775157

HEX: #775157
RGB: (119,81,87)

Color info

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

RGB color model

#775157 color RGB value is (119,81,87).

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

RGB channels and saturation

R 119 of 255 = 47%
G 81 of 255 = 32%
B 87 of 255 = 34%

119
81
87

R + G + B ~ 38%. #775157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 81 + 87 = 287 (100%)
R 119 of 287 ~ 41.46%
G 81 of 287 ~ 28.22%
B 87 of 287 ~ 30.31%

%41.46
%28.22
%30.31

CMYK color model

#775157 color CMYK value is (0,32,27,53).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(0,32,27,53)
C0M32Y27K53 
(0%,32%,27%,53%)
(0.00/0.32/0.27/0.53)	

CMYK percentages

%0
%31.93
%26.89
%53.33

Codes

Color #775157 in popluar color models

775157
RGB1198187
HSL351°19.00%39.22%
HSB/HSV351°31.93%46.67%
CMYK0.00%31.93%26.89%
53.33%

Color #775157 in popluar number systems.

HEX775157
Decimal1198187
Binary111011110100011010111
Octal167121127

Shades and tints

Shades of #775157

#775157
(119,81,87)
#6D4A50
(109,74,80)
#634349
(99,67,73)
#593C42
(89,60,66)
#4F353B
(79,53,59)
#452E34
(69,46,52)
#3B272D
(59,39,45)
#312026
(49,32,38)
#27191F
(39,25,31)
#1D1218
(29,18,24)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #775157

#775157
(119,81,87)
#836066
(131,96,102)
#8F6F75
(143,111,117)
#9B7E84
(155,126,132)
#A78D93
(167,141,147)
#B39CA2
(179,156,162)
#BFABB1
(191,171,177)
#CBBAC0
(203,186,192)
#D7C9CF
(215,201,207)
#E3D8DE
(227,216,222)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775157; }

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

This text font color is #775157.


Background Color

.myBgColor { background-color: #775157; }

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

This div background color is #775157.


Border color

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

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

This div border color is #775157.


Opacity

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

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

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

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

This text has shadow with #775157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775157 on black background.


Color preview on white background

This text has color #775157 on white background.



Black color preview on #775157 background

This text has black color on #775157 background.


White color preview on #775157 background

This text has white color on #775157 background.