HEX: #CC776C
RGB: (204,119,108)
#CC776C contains mainly red color. Web safe color of #CC776C is #CC6666 (or #C66).
#CC776C color RGB value is (204,119,108).
RGB: (204,119,108)
(80%, 47%, 42%)
R 204 of 255 = 80%
G 119 of 255 = 47%
B 108 of 255 = 42%
R + G + B ~ 56%. #CC776C is middle color (not dark and not light).
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'%
#CC776C color CMYK value is (0,42,47,20).
CMYK: (0,42,47,20)
C0M42Y47K20 (0%, 42%, 47%, 20%)
(0.00 / 0.42 / 0.47 / 0.20)
Color #CC776C in popluar color models
CC | 77 | 6C | |
---|---|---|---|
RGB | 204 | 119 | 108 |
HSL | 7° | 48.48% | 61.18% |
HSB/HSV | 7° | 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 of #CC776C
Tints of #CC776C
Examples of css and html codes for elements with #CC776C color. Also use rgb(204,119,108) instead hex code.
.myTextColor { color: #CC776C; }
<p style="color:#CC776C">This sample text font color is #CC776C.</p>
This text font color is #CC776C.
.myBgColor { background-color: #CC776C; }
<div style="background-color:#CC776C">Inner text</div>
This div background color is #CC776C.
.myBorderColor { border: 1px solid #CC776C; }
<div style="border:3px solid #CC776C">Div</div>
This div border color is #CC776C.
.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%.
.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.
/* 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 text has color #CC776C on black background.
This text has color #CC776C on white background.
This text has black color on #CC776C background.
This text has white color on #CC776C background.
Complementary color for #hex is #338893.