HEX: #C7725C
RGB: (199,114,92)
#C7725C contains mainly red color. Web safe color of #C7725C is #CC6666 (or #C66).
#C7725C color RGB value is (199,114,92).
RGB: (199,114,92)
(78%, 45%, 36%)
R 199 of 255 = 78%
G 114 of 255 = 45%
B 92 of 255 = 36%
R + G + B ~ 53%. #C7725C is middle color (not dark and not light).
R + G + B = 199 + 114 + 92 = 405 (100%)
R 199 of 405 ~ 49.14%
G 114 of 405 ~ 28.15%
B 92 of 405 ~ 22.72'%
#C7725C color CMYK value is (0,43,54,22).
CMYK: (0,43,54,22)
C0M43Y54K22 (0%, 43%, 54%, 22%)
(0.00 / 0.43 / 0.54 / 0.22)
Color #C7725C in popluar color models
C7 | 72 | 5C | |
---|---|---|---|
RGB | 199 | 114 | 92 |
HSL | 12° | 48.86% | 57.06% |
HSB/HSV | 12° | 53.77% | 78.04% |
CMYK | 0.00% | 42.71% | 53.77% |
21.96% |
Color #C7725C in popluar number systems.
HEX | C7 | 72 | 5C |
Decimal | 199 | 114 | 92 |
Binary | 11000111 | 1110010 | 1011100 |
Octal | 307 | 162 | 134 |
Shades of #C7725C
Tints of #C7725C
Examples of css and html codes for elements with #C7725C color. Also use rgb(199,114,92) instead hex code.
.myTextColor { color: #C7725C; }
<p style="color:#C7725C">This sample text font color is #C7725C.</p>
This text font color is #C7725C.
.myBgColor { background-color: #C7725C; }
<div style="background-color:#C7725C">Inner text</div>
This div background color is #C7725C.
.myBorderColor { border: 1px solid #C7725C; }
<div style="border:3px solid #C7725C">Div</div>
This div border color is #C7725C.
.myOpacity80 { color: #C7725C; opacity: 0.8; }
<p style="color:#C7725C;opacity:0.8;">80%</p>
Text with #C7725C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7725C;}
<p style="text-shadow: 3px 3px 1px #C7725C">Text here.</p>
This text has shadow with #C7725C color.
.textShadow {text-shadow: 3px 3px 1px #C7725C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7725C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7725C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7725C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7725C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7725C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7725C;
-webkit-box-shadow: 1px 1px 3px 2px #C7725C;
box-shadow: 1px 1px 3px 2px #C7725C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7725C; -webkit-box-shadow: 1px 1px 3px 2px #C7725C; box-shadow:1px 1px 3px 2px #C7725C;">
Div content here
</div>
This text has color #C7725C on black background.
This text has color #C7725C on white background.
This text has black color on #C7725C background.
This text has white color on #C7725C background.
Complementary color for #hex is #388DA3.