COLOR #C77F9B

HEX: #C77F9B
RGB: (199,127,155)

Color info

#C77F9B contains mainly red and blue colors. Web safe color of #C77F9B is #CC6699 (or #C69).

RGB color model

#C77F9B color RGB value is (199,127,155).

  • red value is 199;
  • green value is 127;
  • blue value is 155.
RGB:
(199,127,155)
(78%,50%,61%)

RGB channels and saturation

R 199 of 255 = 78%
G 127 of 255 = 50%
B 155 of 255 = 61%

199
127
155

R + G + B ~ 63%. #C77F9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 127 + 155 = 481 (100%)
R 199 of 481 ~ 41.37%
G 127 of 481 ~ 26.4%
B 155 of 481 ~ 32.22%

%41.37
%26.4
%32.22

CMYK color model

#C77F9B color CMYK value is (0,36,22,22).

  • cyan value is 0.00%
  • magenta value is 36.18%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(0,36,22,22)
C0M36Y22K22 
(0%,36%,22%,22%)
(0.00/0.36/0.22/0.22)	

CMYK percentages

%0
%36.18
%22.11
%21.96

Codes

Color #C77F9B in popluar color models

C77F9B
RGB199127155
HSL337°39.13%63.92%
HSB/HSV337°36.18%78.04%
CMYK0.00%36.18%22.11%
21.96%

Color #C77F9B in popluar number systems.

HEXC77F9B
Decimal199127155
Binary11000111111111110011011
Octal307177233

Shades and tints

Shades of #C77F9B

#C77F9B
(199,127,155)
#B5748D
(181,116,141)
#A3697F
(163,105,127)
#915E71
(145,94,113)
#7F5363
(127,83,99)
#6D4855
(109,72,85)
#5B3D47
(91,61,71)
#493239
(73,50,57)
#37272B
(55,39,43)
#251C1D
(37,28,29)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #C77F9B

#C77F9B
(199,127,155)
#CC8AA4
(204,138,164)
#D195AD
(209,149,173)
#D6A0B6
(214,160,182)
#DBABBF
(219,171,191)
#E0B6C8
(224,182,200)
#E5C1D1
(229,193,209)
#EACCDA
(234,204,218)
#EFD7E3
(239,215,227)
#F4E2EC
(244,226,236)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77F9B color. Also use rgb(199,127,155) instead hex code.

Text Font Color

.myTextColor { color: #C77F9B; }

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

This text font color is #C77F9B.


Background Color

.myBgColor { background-color: #C77F9B; }

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

This div background color is #C77F9B.


Border color

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

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

This div border color is #C77F9B.


Opacity

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

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

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

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

This text has shadow with #C77F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77F9B on black background.


Color preview on white background

This text has color #C77F9B on white background.



Black color preview on #C77F9B background

This text has black color on #C77F9B background.


White color preview on #C77F9B background

This text has white color on #C77F9B background.