COLOR #CC7A74

HEX: #CC7A74
RGB: (204,122,116)

Color info

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

RGB color model

#CC7A74 color RGB value is (204,122,116).

  • red value is 204;
  • green value is 122;
  • blue value is 116.
RGB:
(204,122,116)
(80%,48%,45%)

RGB channels and saturation

R 204 of 255 = 80%
G 122 of 255 = 48%
B 116 of 255 = 45%

204
122
116

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

Portions of RGB colors in percentages

R + G + B =
204 + 122 + 116 = 442 (100%)
R 204 of 442 ~ 46.15%
G 122 of 442 ~ 27.6%
B 116 of 442 ~ 26.24%

%46.15
%27.6
%26.24

CMYK color model

#CC7A74 color CMYK value is (0,40,43,20).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 43.14%
  • key color value is 20.00%
CMYK:
(0,40,43,20)
C0M40Y43K20 
(0%,40%,43%,20%)
(0.00/0.40/0.43/0.20)	

CMYK percentages

%0
%40.2
%43.14
%20

Codes

Color #CC7A74 in popluar color models

CC7A74
RGB204122116
HSL46.32%62.75%
HSB/HSV43.14%80.00%
CMYK0.00%40.20%43.14%
20.00%

Color #CC7A74 in popluar number systems.

HEXCC7A74
Decimal204122116
Binary1100110011110101110100
Octal314172164

Shades and tints

Shades of #CC7A74

#CC7A74
(204,122,116)
#BA6F6A
(186,111,106)
#A86460
(168,100,96)
#965956
(150,89,86)
#844E4C
(132,78,76)
#724342
(114,67,66)
#603838
(96,56,56)
#4E2D2E
(78,45,46)
#3C2224
(60,34,36)
#2A171A
(42,23,26)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #CC7A74

#CC7A74
(204,122,116)
#D08680
(208,134,128)
#D4928C
(212,146,140)
#D89E98
(216,158,152)
#DCAAA4
(220,170,164)
#E0B6B0
(224,182,176)
#E4C2BC
(228,194,188)
#E8CEC8
(232,206,200)
#ECDAD4
(236,218,212)
#F0E6E0
(240,230,224)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7A74 color. Also use rgb(204,122,116) instead hex code.

Text Font Color

.myTextColor { color: #CC7A74; }

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

This text font color is #CC7A74.


Background Color

.myBgColor { background-color: #CC7A74; }

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

This div background color is #CC7A74.


Border color

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

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

This div border color is #CC7A74.


Opacity

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

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

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

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

This text has shadow with #CC7A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7A74 on black background.


Color preview on white background

This text has color #CC7A74 on white background.



Black color preview on #CC7A74 background

This text has black color on #CC7A74 background.


White color preview on #CC7A74 background

This text has white color on #CC7A74 background.