COLOR #C77F6C

HEX: #C77F6C RGB: (199,127,108)

Color info

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

RGB color model

#C77F6C color RGB value is (199,127,108).

RGB: (199,127,108) (78%, 50%, 42%)

RGB channels and saturation

R 199 of 255 = 78%
G 127 of 255 = 50%
B 108 of 255 = 42%

199
127
108

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

Portions of RGB colors in percentages

R + G + B = 199 + 127 + 108 = 434 (100%)
R 199 of 434 ~ 45.85%
G 127 of 434 ~ 29.26%
B 108 of 434 ~ 24.88'%

%45.85
%29.26
%24.88

CMYK color model

#C77F6C color CMYK value is (0,36,46,22).

  • cyan value is 0.00%
  • magenta value is 36.18%
  • yellow value is 45.73%
  • key color value is 21.96%

CMYK: (0,36,46,22)
C0M36Y46K22 (0%, 36%, 46%, 22%)
(0.00 / 0.36 / 0.46 / 0.22)

CMYK percentages

%0
%36.18
%45.73
%21.96

Codes

Color #C77F6C in popluar color models

C7 7F 6C
RGB 199 127 108
HSL 13° 44.83% 60.20%
HSB/HSV 13° 45.73% 78.04%
CMYK 0.00% 36.18% 45.73%
21.96%

Color #C77F6C in popluar number systems.

HEX C7 7F 6C
Decimal 199 127 108
Binary 11000111 1111111 1101100
Octal 307 177 154

Shades and tints

Shades of #C77F6C

#C77F6C
(199,127,108)
#B57463
(181,116,99)
#A3695A
(163,105,90)
#915E51
(145,94,81)
#7F5348
(127,83,72)
#6D483F
(109,72,63)
#5B3D36
(91,61,54)
#49322D
(73,50,45)
#372724
(55,39,36)
#251C1B
(37,28,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #C77F6C

#C77F6C
(199,127,108)
#CC8A79
(204,138,121)
#D19586
(209,149,134)
#D6A093
(214,160,147)
#DBABA0
(219,171,160)
#E0B6AD
(224,182,173)
#E5C1BA
(229,193,186)
#EACCC7
(234,204,199)
#EFD7D4
(239,215,212)
#F4E2E1
(244,226,225)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77F6C; }

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

This text font color is #C77F6C.

Background Color

.myBgColor { background-color: #C77F6C; }

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

This div background color is #C77F6C.

Border color

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

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

This div border color is #C77F6C.

Opacity

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

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

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

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

This text has shadow with #C77F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77F6C.

Preview

Color preview on black background

This text has color #C77F6C on black background.


Color preview on white background

This text has color #C77F6C on white background.


Black color preview on #C77F6C background

This text has black color on #C77F6C background.


White color preview on #C77F6C background

This text has white color on #C77F6C background.


Related colors

Complementary color

Complementary color for #hex is #388093.


I love getcolorcode.com

Triadic colors

1 #6CC77F and #7F6CC7 with #C77F6C are triadic colors.

2 #6C7FC7 and #7FC76C with #C77F6C are triadic colors.