COLOR #CC7773

HEX: #CC7773
RGB: (204,119,115)

Color info

#CC7773 contains mainly red color. Web safe color of #CC7773 is #CC6666 (or #C66).

RGB color model

#CC7773 color RGB value is (204,119,115).

  • red value is 204;
  • green value is 119;
  • blue value is 115.
RGB:
(204,119,115)
(80%,47%,45%)

RGB channels and saturation

R 204 of 255 = 80%
G 119 of 255 = 47%
B 115 of 255 = 45%

204
119
115

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

Portions of RGB colors in percentages

R + G + B =
204 + 119 + 115 = 438 (100%)
R 204 of 438 ~ 46.58%
G 119 of 438 ~ 27.17%
B 115 of 438 ~ 26.26%

%46.58
%27.17
%26.26

CMYK color model

#CC7773 color CMYK value is (0,42,44,20).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 43.63%
  • key color value is 20.00%
CMYK:
(0,42,44,20)
C0M42Y44K20 
(0%,42%,44%,20%)
(0.00/0.42/0.44/0.20)	

CMYK percentages

%0
%41.67
%43.63
%20

Codes

Color #CC7773 in popluar color models

CC7773
RGB204119115
HSL46.60%62.55%
HSB/HSV43.63%80.00%
CMYK0.00%41.67%43.63%
20.00%

Color #CC7773 in popluar number systems.

HEXCC7773
Decimal204119115
Binary1100110011101111110011
Octal314167163

Shades and tints

Shades of #CC7773

#CC7773
(204,119,115)
#BA6D69
(186,109,105)
#A8635F
(168,99,95)
#965955
(150,89,85)
#844F4B
(132,79,75)
#724541
(114,69,65)
#603B37
(96,59,55)
#4E312D
(78,49,45)
#3C2723
(60,39,35)
#2A1D19
(42,29,25)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #CC7773

#CC7773
(204,119,115)
#D0837F
(208,131,127)
#D48F8B
(212,143,139)
#D89B97
(216,155,151)
#DCA7A3
(220,167,163)
#E0B3AF
(224,179,175)
#E4BFBB
(228,191,187)
#E8CBC7
(232,203,199)
#ECD7D3
(236,215,211)
#F0E3DF
(240,227,223)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7773 color. Also use rgb(204,119,115) instead hex code.

Text Font Color

.myTextColor { color: #CC7773; }

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

This text font color is #CC7773.


Background Color

.myBgColor { background-color: #CC7773; }

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

This div background color is #CC7773.


Border color

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

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

This div border color is #CC7773.


Opacity

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

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

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

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

This text has shadow with #CC7773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7773 on black background.


Color preview on white background

This text has color #CC7773 on white background.



Black color preview on #CC7773 background

This text has black color on #CC7773 background.


White color preview on #CC7773 background

This text has white color on #CC7773 background.