COLOR #CC7B72

HEX: #CC7B72 RGB: (204,123,114)

Color info

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

RGB color model

#CC7B72 color RGB value is (204,123,114).

RGB: (204,123,114) (80%, 48%, 45%)

RGB channels and saturation

R 204 of 255 = 80%
G 123 of 255 = 48%
B 114 of 255 = 45%

204
123
114

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

Portions of RGB colors in percentages

R + G + B = 204 + 123 + 114 = 441 (100%)
R 204 of 441 ~ 46.26%
G 123 of 441 ~ 27.89%
B 114 of 441 ~ 25.85'%

%46.26
%27.89
%25.85

CMYK color model

#CC7B72 color CMYK value is (0,40,44,20).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 44.12%
  • key color value is 20.00%

CMYK: (0,40,44,20)
C0M40Y44K20 (0%, 40%, 44%, 20%)
(0.00 / 0.40 / 0.44 / 0.20)

CMYK percentages

%0
%39.71
%44.12
%20

Codes

Color #CC7B72 in popluar color models

CC 7B 72
RGB 204 123 114
HSL 46.88% 62.35%
HSB/HSV 44.12% 80.00%
CMYK 0.00% 39.71% 44.12%
20.00%

Color #CC7B72 in popluar number systems.

HEX CC 7B 72
Decimal 204 123 114
Binary 11001100 1111011 1110010
Octal 314 173 162

Shades and tints

Shades of #CC7B72

#CC7B72
(204,123,114)
#BA7068
(186,112,104)
#A8655E
(168,101,94)
#965A54
(150,90,84)
#844F4A
(132,79,74)
#724440
(114,68,64)
#603936
(96,57,54)
#4E2E2C
(78,46,44)
#3C2322
(60,35,34)
#2A1818
(42,24,24)
#180D0E
(24,13,14)
#000000
(0,0,0)

Tints of #CC7B72

#CC7B72
(204,123,114)
#D0877E
(208,135,126)
#D4938A
(212,147,138)
#D89F96
(216,159,150)
#DCABA2
(220,171,162)
#E0B7AE
(224,183,174)
#E4C3BA
(228,195,186)
#E8CFC6
(232,207,198)
#ECDBD2
(236,219,210)
#F0E7DE
(240,231,222)
#F4F3EA
(244,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7B72 color. Also use rgb(204,123,114) instead hex code.

Text Font Color

.myTextColor { color: #CC7B72; }

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

This text font color is #CC7B72.

Background Color

.myBgColor { background-color: #CC7B72; }

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

This div background color is #CC7B72.

Border color

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

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

This div border color is #CC7B72.

Opacity

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

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

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

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

This text has shadow with #CC7B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7B72.

Preview

Color preview on black background

This text has color #CC7B72 on black background.


Color preview on white background

This text has color #CC7B72 on white background.


Black color preview on #CC7B72 background

This text has black color on #CC7B72 background.


White color preview on #CC7B72 background

This text has white color on #CC7B72 background.


Related colors

Complementary color

Complementary color for #hex is #33848D.


I love getcolorcode.com

Triadic colors

1 #72CC7B and #7B72CC with #CC7B72 are triadic colors.

2 #727BCC and #7BCC72 with #CC7B72 are triadic colors.