COLOR #C77C7F

HEX: #C77C7F RGB: (199,124,127)

Color info

#C77C7F contains mainly red color. Web safe color of #C77C7F is #CC6666 (or #C66).

RGB color model

#C77C7F color RGB value is (199,124,127).

RGB: (199,124,127) (78%, 49%, 50%)

RGB channels and saturation

R 199 of 255 = 78%
G 124 of 255 = 49%
B 127 of 255 = 50%

199
124
127

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

Portions of RGB colors in percentages

R + G + B = 199 + 124 + 127 = 450 (100%)
R 199 of 450 ~ 44.22%
G 124 of 450 ~ 27.56%
B 127 of 450 ~ 28.22'%

%44.22
%27.56
%28.22

CMYK color model

#C77C7F color CMYK value is (0,38,36,22).

  • cyan value is 0.00%
  • magenta value is 37.69%
  • yellow value is 36.18%
  • key color value is 21.96%
CMYK: (0,38,36,22) C0M38Y36K22 (0%,38%,36%,22%) (0.00/0.38/0.36/0.22) 

CMYK percentages

%0
%37.69
%36.18
%21.96

Codes

Color #C77C7F in popluar color models

C7 7C 7F
RGB 199 124 127
HSL 358° 40.11% 63.33%
HSB/HSV 358° 37.69% 78.04%
CMYK 0.00% 37.69% 36.18%
21.96%

Color #C77C7F in popluar number systems.

HEX C7 7C 7F
Decimal 199 124 127
Binary 11000111 1111100 1111111
Octal 307 174 177

Shades and tints

Shades of #C77C7F

#C77C7F
(199,124,127)
#B57174
(181,113,116)
#A36669
(163,102,105)
#915B5E
(145,91,94)
#7F5053
(127,80,83)
#6D4548
(109,69,72)
#5B3A3D
(91,58,61)
#492F32
(73,47,50)
#372427
(55,36,39)
#25191C
(37,25,28)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #C77C7F

#C77C7F
(199,124,127)
#CC878A
(204,135,138)
#D19295
(209,146,149)
#D69DA0
(214,157,160)
#DBA8AB
(219,168,171)
#E0B3B6
(224,179,182)
#E5BEC1
(229,190,193)
#EAC9CC
(234,201,204)
#EFD4D7
(239,212,215)
#F4DFE2
(244,223,226)
#F9EAED
(249,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77C7F; }

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

This text font color is #C77C7F.

Background Color

.myBgColor { background-color: #C77C7F; }

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

This div background color is #C77C7F.

Border color

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

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

This div border color is #C77C7F.

Opacity

.myOpacity80 { color: #C77C7F; opacity: 0.8; }

<p style="color:#C77C7F;opacity:0.8;">80%</p>

Text with #C77C7F 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 #C77C7F;}

<p style="text-shadow: 3px 3px 1px #C77C7F">Text here.</p>

This text has shadow with #C77C7F color.


.textShadow {text-shadow: 3px 3px 1px #C77C7F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C77C7F, 5px 5px 20px red">Text here.</p>

This text has shadow with #C77C7F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77C7F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C77C7F, Direction=45, Strength=4)">Text</p>

This text has shadow with #C77C7F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C77C7F;
-webkit-box-shadow: 1px 1px 3px 2px #C77C7F;
box-shadow: 1px 1px 3px 2px #C77C7F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C77C7F; -webkit-box-shadow: 1px 1px 3px 2px #C77C7F; box-shadow:1px 1px 3px 2px #C77C7F;">
Div content here
</div>

This div box has shadow with color #C77C7F.

Preview

Color preview on black background

This text has color #C77C7F on black background.


Color preview on white background

This text has color #C77C7F on white background.


Black color preview on #C77C7F background

This text has black color on #C77C7F background.


White color preview on #C77C7F background

This text has white color on #C77C7F background.


Related colors

Complementary color

Complementary color for #hex is #388380.


I love getcolorcode.com

Triadic colors

1 #7FC77C and #7C7FC7 with #C77C7F are triadic colors.

2 #7F7CC7 and #7CC77F with #C77C7F are triadic colors.