HEX: #C77C7F
RGB: (199,124,127)
#C77C7F contains mainly red color. Web safe color of #C77C7F is #CC6666 (or #C66).
#C77C7F color RGB value is (199,124,127).
RGB: (199,124,127)
(78%, 49%, 50%)
R 199 of 255 = 78%
G 124 of 255 = 49%
B 127 of 255 = 50%
R + G + B ~ 59%. #C77C7F is middle color (not dark and not light).
R + G + B = 199 + 124 + 127 = 450 (100%)
R 199 of 450 ~ 44.22%
G 124 of 450 ~ 27.56%
B 127 of 450 ~ 28.22'%
#C77C7F color CMYK value is (0,38,36,22).
CMYK: (0,38,36,22) C0M38Y36K22 (0%,38%,36%,22%) (0.00/0.38/0.36/0.22)
Color #C77C7F in popluar color models
C7 | 7C | 7F | |
---|---|---|---|
RGB | 199 | 124 | 127 |
HSL | 358° | 40.11% | 63.33% |
HSB/HSV | 358° | 37.69% | 78.04% |
CMYK | 0.00% | 37.69% | 36.18% |
21.96% |
Color #C77C7F in popluar number systems.
HEX | C7 | 7C | 7F |
Decimal | 199 | 124 | 127 |
Binary | 11000111 | 1111100 | 1111111 |
Octal | 307 | 174 | 177 |
Shades of #C77C7F
Tints of #C77C7F
Examples of css and html codes for elements with #C77C7F color. Also use rgb(199,124,127) instead hex code.
.myTextColor { color: #C77C7F; }
<p style="color:#C77C7F">This sample text font color is #C77C7F.</p>
This text font color is #C77C7F.
.myBgColor { background-color: #C77C7F; }
<div style="background-color:#C77C7F">Inner text</div>
This div background color is #C77C7F.
.myBorderColor { border: 1px solid #C77C7F; }
<div style="border:3px solid #C77C7F">Div</div>
This div border color is #C77C7F.
.myOpacity80 { color: #C77C7F; opacity: 0.8; }
<p style="color:#C77C7F;opacity:0.8;">80%</p>
Text with #C77C7F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77C7F;}
<p style="text-shadow: 3px 3px 1px #C77C7F">Text here.</p>
This text has shadow with #C77C7F color.
.textShadow {text-shadow: 3px 3px 1px #C77C7F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77C7F, 5px 5px 20px red">Text here.</p>
This text has shadow with #C77C7F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77C7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77C7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77C7F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C77C7F;
-webkit-box-shadow: 1px 1px 3px 2px #C77C7F;
box-shadow: 1px 1px 3px 2px #C77C7F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C77C7F; -webkit-box-shadow: 1px 1px 3px 2px #C77C7F; box-shadow:1px 1px 3px 2px #C77C7F;">
Div content here
</div>
This text has color #C77C7F on black background.
This text has color #C77C7F on white background.
This text has black color on #C77C7F background.
This text has white color on #C77C7F background.
Complementary color for #hex is #388380.