COLOR #775872

HEX: #775872
RGB: (119,88,114)

Color info

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

RGB color model

#775872 color RGB value is (119,88,114).

  • red value is 119;
  • green value is 88;
  • blue value is 114.
RGB:
(119,88,114)
(47%,35%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 88 of 255 = 35%
B 114 of 255 = 45%

119
88
114

R + G + B ~ 42%. #775872 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 88 + 114 = 321 (100%)
R 119 of 321 ~ 37.07%
G 88 of 321 ~ 27.41%
B 114 of 321 ~ 35.51%

%37.07
%27.41
%35.51

CMYK color model

#775872 color CMYK value is (0,26,4,53).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(0,26,4,53)
C0M26Y4K53 
(0%,26%,4%,53%)
(0.00/0.26/0.04/0.53)	

CMYK percentages

%0
%26.05
%4.2
%53.33

Codes

Color #775872 in popluar color models

775872
RGB11988114
HSL310°14.98%40.59%
HSB/HSV310°26.05%46.67%
CMYK0.00%26.05%4.20%
53.33%

Color #775872 in popluar number systems.

HEX775872
Decimal11988114
Binary111011110110001110010
Octal167130162

Shades and tints

Shades of #775872

#775872
(119,88,114)
#6D5068
(109,80,104)
#63485E
(99,72,94)
#594054
(89,64,84)
#4F384A
(79,56,74)
#453040
(69,48,64)
#3B2836
(59,40,54)
#31202C
(49,32,44)
#271822
(39,24,34)
#1D1018
(29,16,24)
#13080E
(19,8,14)
#000000
(0,0,0)

Tints of #775872

#775872
(119,88,114)
#83677E
(131,103,126)
#8F768A
(143,118,138)
#9B8596
(155,133,150)
#A794A2
(167,148,162)
#B3A3AE
(179,163,174)
#BFB2BA
(191,178,186)
#CBC1C6
(203,193,198)
#D7D0D2
(215,208,210)
#E3DFDE
(227,223,222)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775872 color. Also use rgb(119,88,114) instead hex code.

Text Font Color

.myTextColor { color: #775872; }

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

This text font color is #775872.


Background Color

.myBgColor { background-color: #775872; }

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

This div background color is #775872.


Border color

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

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

This div border color is #775872.


Opacity

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

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

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

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

This text has shadow with #775872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775872 on black background.


Color preview on white background

This text has color #775872 on white background.



Black color preview on #775872 background

This text has black color on #775872 background.


White color preview on #775872 background

This text has white color on #775872 background.