HEX: #C77C25
RGB: (199,124,37)
#C77C25 contains mainly red color. Web safe color of #C77C25 is #CC6633 (or #C63).
#C77C25 color RGB value is (199,124,37).
RGB: (199,124,37)
(78%, 49%, 15%)
R 199 of 255 = 78%
G 124 of 255 = 49%
B 37 of 255 = 15%
R + G + B ~ 47%. #C77C25 is middle color (not dark and not light).
R + G + B = 199 + 124 + 37 = 360 (100%)
R 199 of 360 ~ 55.28%
G 124 of 360 ~ 34.44%
B 37 of 360 ~ 10.28'%
#C77C25 color CMYK value is (0,38,81,22).
CMYK: (0,38,81,22)
C0M38Y81K22 (0%, 38%, 81%, 22%)
(0.00 / 0.38 / 0.81 / 0.22)
Color #C77C25 in popluar color models
C7 | 7C | 25 | |
---|---|---|---|
RGB | 199 | 124 | 37 |
HSL | 32° | 68.64% | 46.27% |
HSB/HSV | 32° | 81.41% | 78.04% |
CMYK | 0.00% | 37.69% | 81.41% |
21.96% |
Color #C77C25 in popluar number systems.
HEX | C7 | 7C | 25 |
Decimal | 199 | 124 | 37 |
Binary | 11000111 | 1111100 | 100101 |
Octal | 307 | 174 | 45 |
Shades of #C77C25
Tints of #C77C25
Examples of css and html codes for elements with #C77C25 color. Also use rgb(199,124,37) instead hex code.
.myTextColor { color: #C77C25; }
<p style="color:#C77C25">This sample text font color is #C77C25.</p>
This text font color is #C77C25.
.myBgColor { background-color: #C77C25; }
<div style="background-color:#C77C25">Inner text</div>
This div background color is #C77C25.
.myBorderColor { border: 1px solid #C77C25; }
<div style="border:3px solid #C77C25">Div</div>
This div border color is #C77C25.
.myOpacity80 { color: #C77C25; opacity: 0.8; }
<p style="color:#C77C25;opacity:0.8;">80%</p>
Text with #C77C25 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77C25;}
<p style="text-shadow: 3px 3px 1px #C77C25">Text here.</p>
This text has shadow with #C77C25 color.
.textShadow {text-shadow: 3px 3px 1px #C77C25', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77C25, 5px 5px 20px red">Text here.</p>
This text has shadow with #C77C25 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77C25, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77C25, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77C25 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C77C25;
-webkit-box-shadow: 1px 1px 3px 2px #C77C25;
box-shadow: 1px 1px 3px 2px #C77C25;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C77C25; -webkit-box-shadow: 1px 1px 3px 2px #C77C25; box-shadow:1px 1px 3px 2px #C77C25;">
Div content here
</div>
This text has color #C77C25 on black background.
This text has color #C77C25 on white background.
This text has black color on #C77C25 background.
This text has white color on #C77C25 background.
Complementary color for #hex is #3883DA.