COLOR #CC776C

HEX: #CC776C RGB: (204,119,108)

Color info

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

RGB color model

#CC776C color RGB value is (204,119,108).

RGB: (204,119,108) (80%, 47%, 42%)

RGB channels and saturation

R 204 of 255 = 80%
G 119 of 255 = 47%
B 108 of 255 = 42%

204
119
108

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

Portions of RGB colors in percentages

R + G + B = 204 + 119 + 108 = 431 (100%)
R 204 of 431 ~ 47.33%
G 119 of 431 ~ 27.61%
B 108 of 431 ~ 25.06'%

%47.33
%27.61
%25.06

CMYK color model

#CC776C color CMYK value is (0,42,47,20).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 47.06%
  • key color value is 20.00%

CMYK: (0,42,47,20)
C0M42Y47K20 (0%, 42%, 47%, 20%)
(0.00 / 0.42 / 0.47 / 0.20)

CMYK percentages

%0
%41.67
%47.06
%20

Codes

Color #CC776C in popluar color models

CC 77 6C
RGB 204 119 108
HSL 48.48% 61.18%
HSB/HSV 47.06% 80.00%
CMYK 0.00% 41.67% 47.06%
20.00%

Color #CC776C in popluar number systems.

HEX CC 77 6C
Decimal 204 119 108
Binary 11001100 1110111 1101100
Octal 314 167 154

Shades and tints

Shades of #CC776C

#CC776C
(204,119,108)
#BA6D63
(186,109,99)
#A8635A
(168,99,90)
#965951
(150,89,81)
#844F48
(132,79,72)
#72453F
(114,69,63)
#603B36
(96,59,54)
#4E312D
(78,49,45)
#3C2724
(60,39,36)
#2A1D1B
(42,29,27)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #CC776C

#CC776C
(204,119,108)
#D08379
(208,131,121)
#D48F86
(212,143,134)
#D89B93
(216,155,147)
#DCA7A0
(220,167,160)
#E0B3AD
(224,179,173)
#E4BFBA
(228,191,186)
#E8CBC7
(232,203,199)
#ECD7D4
(236,215,212)
#F0E3E1
(240,227,225)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC776C; }

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

This text font color is #CC776C.

Background Color

.myBgColor { background-color: #CC776C; }

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

This div background color is #CC776C.

Border color

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

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

This div border color is #CC776C.

Opacity

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

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

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

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

This text has shadow with #CC776C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC776C.

Preview

Color preview on black background

This text has color #CC776C on black background.


Color preview on white background

This text has color #CC776C on white background.


Black color preview on #CC776C background

This text has black color on #CC776C background.


White color preview on #CC776C background

This text has white color on #CC776C background.


Related colors

Complementary color

Complementary color for #hex is #338893.


I love getcolorcode.com

Triadic colors

1 #6CCC77 and #776CCC with #CC776C are triadic colors.

2 #6C77CC and #77CC6C with #CC776C are triadic colors.