HEX: #C77879
RGB: (199,120,121)
#C77879 contains mainly red color. Web safe color of #C77879 is #CC6666 (or #C66).
#C77879 color RGB value is (199,120,121).
RGB: (199,120,121)
(78%, 47%, 47%)
R 199 of 255 = 78%
G 120 of 255 = 47%
B 121 of 255 = 47%
R + G + B ~ 57%. #C77879 is middle color (not dark and not light).
R + G + B = 199 + 120 + 121 = 440 (100%)
R 199 of 440 ~ 45.23%
G 120 of 440 ~ 27.27%
B 121 of 440 ~ 27.5'%
#C77879 color CMYK value is (0,40,39,22).
CMYK: (0,40,39,22)
C0M40Y39K22 (0%,40%,39%,22%)
( 0.00/ 0.40/ 0.39/ 0.22 )
Color #C77879 in popluar color models
C7 | 78 | 79 | |
---|---|---|---|
RGB | 199 | 120 | 121 |
HSL | 359° | 41.36% | 62.55% |
HSB/HSV | 359° | 39.70% | 78.04% |
CMYK | 0.00% | 39.70% | 39.20% |
21.96% |
Color #C77879 in popluar number systems.
HEX | C7 | 78 | 79 |
Decimal | 199 | 120 | 121 |
Binary | 11000111 | 1111000 | 1111001 |
Octal | 307 | 170 | 171 |
Shades of #C77879
Tints of #C77879
Examples of css and html codes for elements with #C77879 color. Also use rgb(199,120,121) instead hex code.
.myTextColor { color: #C77879; }
<p style="color:#C77879">This sample text font color is #C77879.</p>
This text font color is #C77879.
.myBgColor { background-color: #C77879; }
<div style="background-color:#C77879">Inner text</div>
This div background color is #C77879.
.myBorderColor { border: 1px solid #C77879; }
<div style="border:3px solid #C77879">Div</div>
This div border color is #C77879.
.myOpacity80 { color: #C77879; opacity: 0.8; }
<p style="color:#C77879;opacity:0.8;">80%</p>
Text with #C77879 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77879;}
<p style="text-shadow: 3px 3px 1px #C77879">Text here.</p>
This text has shadow with #C77879 color.
.textShadow {text-shadow: 3px 3px 1px #C77879', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77879, 5px 5px 20px red">Text here.</p>
This text has shadow with #C77879 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77879, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77879, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77879 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C77879;
-webkit-box-shadow: 1px 1px 3px 2px #C77879;
box-shadow: 1px 1px 3px 2px #C77879;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C77879; -webkit-box-shadow: 1px 1px 3px 2px #C77879; box-shadow:1px 1px 3px 2px #C77879;">
Div content here
</div>
This text has color #C77879 on black background.
This text has color #C77879 on white background.
This text has black color on #C77879 background.
This text has white color on #C77879 background.
Complementary color for #hex is #388786.