COLOR #C77C25

HEX: #C77C25 RGB: (199,124,37)

Color info

#C77C25 contains mainly red color. Web safe color of #C77C25 is #CC6633 (or #C63).

RGB color model

#C77C25 color RGB value is (199,124,37).

RGB: (199,124,37) (78%, 49%, 15%)

RGB channels and saturation

R 199 of 255 = 78%
G 124 of 255 = 49%
B 37 of 255 = 15%

199
124
37

R + G + B ~ 47%. #C77C25 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%55.28
%34.44

CMYK color model

#C77C25 color CMYK value is (0,38,81,22).

  • cyan value is 0.00%
  • magenta value is 37.69%
  • yellow value is 81.41%
  • key color value is 21.96%

CMYK: (0,38,81,22)
C0M38Y81K22 (0%, 38%, 81%, 22%)
(0.00 / 0.38 / 0.81 / 0.22)

CMYK percentages

%0
%37.69
%81.41
%21.96

Codes

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 and tints

Shades of #C77C25

#C77C25
(199,124,37)
#B57122
(181,113,34)
#A3661F
(163,102,31)
#915B1C
(145,91,28)
#7F5019
(127,80,25)
#6D4516
(109,69,22)
#5B3A13
(91,58,19)
#492F10
(73,47,16)
#37240D
(55,36,13)
#25190A
(37,25,10)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #C77C25

#C77C25
(199,124,37)
#CC8738
(204,135,56)
#D1924B
(209,146,75)
#D69D5E
(214,157,94)
#DBA871
(219,168,113)
#E0B384
(224,179,132)
#E5BE97
(229,190,151)
#EAC9AA
(234,201,170)
#EFD4BD
(239,212,189)
#F4DFD0
(244,223,208)
#F9EAE3
(249,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77C25 color. Also use rgb(199,124,37) instead hex code.

Text Font Color

.myTextColor { color: #C77C25; }

<p style="color:#C77C25">This sample text font color is #C77C25.</p>

This text font color is #C77C25.

Background Color

.myBgColor { background-color: #C77C25; }

<div style="background-color:#C77C25">Inner text</div>

This div background color is #C77C25.

Border color

.myBorderColor { border: 1px solid #C77C25; }

<div style="border:3px solid #C77C25">Div</div>

This div border color is #C77C25.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #C77C25.

Preview

Color preview on black background

This text has color #C77C25 on black background.


Color preview on white background

This text has color #C77C25 on white background.


Black color preview on #C77C25 background

This text has black color on #C77C25 background.


White color preview on #C77C25 background

This text has white color on #C77C25 background.


Related colors

Complementary color

Complementary color for #hex is #3883DA.


I love getcolorcode.com

Triadic colors

1 #25C77C and #7C25C7 with #C77C25 are triadic colors.

2 #257CC7 and #7CC725 with #C77C25 are triadic colors.