COLOR #775F88

HEX: #775F88
RGB: (119,95,136)

Color info

#775F88 contains red, green and blue colors in about the same proportion. Web safe color of #775F88 is #666699 (or #669).

RGB color model

#775F88 color RGB value is (119,95,136).

  • red value is 119;
  • green value is 95;
  • blue value is 136.
RGB:
(119,95,136)
(47%,37%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 95 of 255 = 37%
B 136 of 255 = 53%

119
95
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 95 + 136 = 350 (100%)
R 119 of 350 ~ 34%
G 95 of 350 ~ 27.14%
B 136 of 350 ~ 38.86%

%34
%27.14
%38.86

CMYK color model

#775F88 color CMYK value is (13,30,0,47).

  • cyan value is 12.50%
  • magenta value is 30.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,30,0,47)
C13M30Y0K47 
(13%,30%,0%,47%)
(0.13/0.30/0.00/0.47)	

CMYK percentages

%12.5
%30.15
%0
%46.67

Codes

Color #775F88 in popluar color models

775F88
RGB11995136
HSL275°17.75%45.29%
HSB/HSV275°30.15%53.33%
CMYK12.50%30.15%0.00%
46.67%

Color #775F88 in popluar number systems.

HEX775F88
Decimal11995136
Binary1110111101111110001000
Octal167137210

Shades and tints

Shades of #775F88

#775F88
(119,95,136)
#6D577C
(109,87,124)
#634F70
(99,79,112)
#594764
(89,71,100)
#4F3F58
(79,63,88)
#45374C
(69,55,76)
#3B2F40
(59,47,64)
#312734
(49,39,52)
#271F28
(39,31,40)
#1D171C
(29,23,28)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #775F88

#775F88
(119,95,136)
#836D92
(131,109,146)
#8F7B9C
(143,123,156)
#9B89A6
(155,137,166)
#A797B0
(167,151,176)
#B3A5BA
(179,165,186)
#BFB3C4
(191,179,196)
#CBC1CE
(203,193,206)
#D7CFD8
(215,207,216)
#E3DDE2
(227,221,226)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775F88 color. Also use rgb(119,95,136) instead hex code.

Text Font Color

.myTextColor { color: #775F88; }

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

This text font color is #775F88.


Background Color

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

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

This div background color is #775F88.


Border color

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

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

This div border color is #775F88.


Opacity

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

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

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

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

This text has shadow with #775F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775F88 on black background.


Color preview on white background

This text has color #775F88 on white background.



Black color preview on #775F88 background

This text has black color on #775F88 background.


White color preview on #775F88 background

This text has white color on #775F88 background.