COLOR #CC7777

HEX: #CC7777 RGB: (204,119,119)

Renk bilgisi

#CC7777 contains mainly red color. #CC7777 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#CC7777 color RGB value is (204,119,119).

RGB: (204,119,119) (80%, 47%, 47%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 119 of 255 = 47%
B 119 of 255 = 47%

204
119
119

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

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 119 + 119 = 442 (100%)
R 204 of 442 ~ 46.15%
G 119 of 442 ~ 26.92%
B 119 of 442 ~ 26.92'%

%46.15
%26.92
%26.92

CMYK RENK MODELİ

#CC7777 rengi CMYK tonu (0,42,42,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.67%
  • sarı tonu 41.67%
  • ana renk tonu 20.00%

CMYK: (0,42,42,20)
C0M42Y42K20 (0%, 42%, 42%, 20%)
(0.00 / 0.42 / 0.42 / 0.20)

CMYK yüzdeleri

%0
%41.67
%41.67
%20

Codes

Color #CC7777 in popluar color models

CC 77 77
RGB 204 119 119
HSL 45.45% 63.33%
HSB/HSV 41.67% 80.00%
CMYK 0.00% 41.67% 41.67%
20.00%

Color #CC7777 in popluar number systems.

HEX CC 77 77
Decimal 204 119 119
Binary 11001100 1110111 1110111
Octal 314 167 167

Shades and tints

Shades of #CC7777

#CC7777
(204,119,119)
#BA6D6D
(186,109,109)
#A86363
(168,99,99)
#965959
(150,89,89)
#844F4F
(132,79,79)
#724545
(114,69,69)
#603B3B
(96,59,59)
#4E3131
(78,49,49)
#3C2727
(60,39,39)
#2A1D1D
(42,29,29)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CC7777

#CC7777
(204,119,119)
#D08383
(208,131,131)
#D48F8F
(212,143,143)
#D89B9B
(216,155,155)
#DCA7A7
(220,167,167)
#E0B3B3
(224,179,179)
#E4BFBF
(228,191,191)
#E8CBCB
(232,203,203)
#ECD7D7
(236,215,215)
#F0E3E3
(240,227,227)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7777; }

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

This text font color is #CC7777.

Background Color

.myBgColor { background-color: #CC7777; }

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

This div background color is #CC7777.

Border color

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

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

This div border color is #CC7777.

Opacity

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

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

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

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

This text has shadow with #CC7777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7777.

Preview

Color preview on black background

This text has color #CC7777 on black background.


Color preview on white background

This text has color #CC7777 on white background.


Black color preview on #CC7777 background

This text has black color on #CC7777 background.


White color preview on #CC7777 background

This text has white color on #CC7777 background.


Related colors

Complementary color

Complementary color for #hex is #338888.


I love getcolorcode.com