COLOR #C77C72

HEX: #C77C72
RGB: (199,124,114)

Renk bilgisi

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

RGB renk modeli

#C77C72 color RGB value is (199,124,114).

  • kırmız ton 199;
  • yeşil ton 124;
  • mavi ton 114.
RGB:
(199,124,114)
(78%,49%,45%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 124 of 255 = 49%
B 114 of 255 = 45%

199
124
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 124 + 114 = 437 (100%)
R 199 of 437 ~ 45.54%
G 124 of 437 ~ 28.38%
B 114 of 437 ~ 26.09%

%45.54
%28.38
%26.09

CMYK RENK MODELİ

#C77C72 rengi CMYK tonu (0,38,43,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.69%
  • sarı tonu 42.71%
  • ana renk tonu 21.96%
CMYK:
(0,38,43,22)
C0M38Y43K22 
(0%,38%,43%,22%)
(0.00/0.38/0.43/0.22)	

CMYK yüzdeleri

%0
%37.69
%42.71
%21.96

Codes

Color #C77C72 in popluar color models

C77C72
RGB199124114
HSL43.15%61.37%
HSB/HSV42.71%78.04%
CMYK0.00%37.69%42.71%
21.96%

Color #C77C72 in popluar number systems.

HEXC77C72
Decimal199124114
Binary1100011111111001110010
Octal307174162

Shades and tints

Shades of #C77C72

#C77C72
(199,124,114)
#B57168
(181,113,104)
#A3665E
(163,102,94)
#915B54
(145,91,84)
#7F504A
(127,80,74)
#6D4540
(109,69,64)
#5B3A36
(91,58,54)
#492F2C
(73,47,44)
#372422
(55,36,34)
#251918
(37,25,24)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #C77C72

#C77C72
(199,124,114)
#CC877E
(204,135,126)
#D1928A
(209,146,138)
#D69D96
(214,157,150)
#DBA8A2
(219,168,162)
#E0B3AE
(224,179,174)
#E5BEBA
(229,190,186)
#EAC9C6
(234,201,198)
#EFD4D2
(239,212,210)
#F4DFDE
(244,223,222)
#F9EAEA
(249,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77C72; }

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

This text font color is #C77C72.


Background Color

.myBgColor { background-color: #C77C72; }

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

This div background color is #C77C72.


Border color

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

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

This div border color is #C77C72.


Opacity

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

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

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

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

This text has shadow with #C77C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77C72 on black background.


Color preview on white background

This text has color #C77C72 on white background.



Black color preview on #C77C72 background

This text has black color on #C77C72 background.


White color preview on #C77C72 background

This text has white color on #C77C72 background.