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