COLOR #C77C67

HEX: #C77C67
RGB: (199,124,103)

Renk bilgisi

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

RGB renk modeli

#C77C67 color RGB value is (199,124,103).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 124 of 255 = 49%
B 103 of 255 = 40%

199
124
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 124 + 103 = 426 (100%)
R 199 of 426 ~ 46.71%
G 124 of 426 ~ 29.11%
B 103 of 426 ~ 24.18%

%46.71
%29.11
%24.18

CMYK RENK MODELİ

#C77C67 rengi CMYK tonu (0,38,48,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.69%
  • sarı tonu 48.24%
  • ana renk tonu 21.96%
CMYK:
(0,38,48,22)
C0M38Y48K22 
(0%,38%,48%,22%)
(0.00/0.38/0.48/0.22)	

CMYK yüzdeleri

%0
%37.69
%48.24
%21.96

Codes

Color #C77C67 in popluar color models

C77C67
RGB199124103
HSL13°46.15%59.22%
HSB/HSV13°48.24%78.04%
CMYK0.00%37.69%48.24%
21.96%

Color #C77C67 in popluar number systems.

HEXC77C67
Decimal199124103
Binary1100011111111001100111
Octal307174147

Shades and tints

Shades of #C77C67

#C77C67
(199,124,103)
#B5715E
(181,113,94)
#A36655
(163,102,85)
#915B4C
(145,91,76)
#7F5043
(127,80,67)
#6D453A
(109,69,58)
#5B3A31
(91,58,49)
#492F28
(73,47,40)
#37241F
(55,36,31)
#251916
(37,25,22)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #C77C67

#C77C67
(199,124,103)
#CC8774
(204,135,116)
#D19281
(209,146,129)
#D69D8E
(214,157,142)
#DBA89B
(219,168,155)
#E0B3A8
(224,179,168)
#E5BEB5
(229,190,181)
#EAC9C2
(234,201,194)
#EFD4CF
(239,212,207)
#F4DFDC
(244,223,220)
#F9EAE9
(249,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77C67; }

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

This text font color is #C77C67.


Background Color

.myBgColor { background-color: #C77C67; }

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

This div background color is #C77C67.


Border color

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

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

This div border color is #C77C67.


Opacity

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

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

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

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

This text has shadow with #C77C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77C67 on black background.


Color preview on white background

This text has color #C77C67 on white background.



Black color preview on #C77C67 background

This text has black color on #C77C67 background.


White color preview on #C77C67 background

This text has white color on #C77C67 background.