COLOR #C7787F

HEX: #C7787F
RGB: (199,120,127)

Renk bilgisi

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

RGB renk modeli

#C7787F color RGB value is (199,120,127).

  • kırmız ton 199;
  • yeşil ton 120;
  • mavi ton 127.
RGB:
(199,120,127)
(78%,47%,50%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 120 of 255 = 47%
B 127 of 255 = 50%

199
120
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 120 + 127 = 446 (100%)
R 199 of 446 ~ 44.62%
G 120 of 446 ~ 26.91%
B 127 of 446 ~ 28.48%

%44.62
%26.91
%28.48

CMYK RENK MODELİ

#C7787F rengi CMYK tonu (0,40,36,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.70%
  • sarı tonu 36.18%
  • ana renk tonu 21.96%
CMYK:
(0,40,36,22)
C0M40Y36K22 
(0%,40%,36%,22%)
(0.00/0.40/0.36/0.22)	

CMYK yüzdeleri

%0
%39.7
%36.18
%21.96

Codes

Color #C7787F in popluar color models

C7787F
RGB199120127
HSL355°41.36%62.55%
HSB/HSV355°39.70%78.04%
CMYK0.00%39.70%36.18%
21.96%

Color #C7787F in popluar number systems.

HEXC7787F
Decimal199120127
Binary1100011111110001111111
Octal307170177

Shades and tints

Shades of #C7787F

#C7787F
(199,120,127)
#B56E74
(181,110,116)
#A36469
(163,100,105)
#915A5E
(145,90,94)
#7F5053
(127,80,83)
#6D4648
(109,70,72)
#5B3C3D
(91,60,61)
#493232
(73,50,50)
#372827
(55,40,39)
#251E1C
(37,30,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #C7787F

#C7787F
(199,120,127)
#CC848A
(204,132,138)
#D19095
(209,144,149)
#D69CA0
(214,156,160)
#DBA8AB
(219,168,171)
#E0B4B6
(224,180,182)
#E5C0C1
(229,192,193)
#EACCCC
(234,204,204)
#EFD8D7
(239,216,215)
#F4E4E2
(244,228,226)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7787F color. Also use rgb(199,120,127) instead hex code.

Text Font Color

.myTextColor { color: #C7787F; }

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

This text font color is #C7787F.


Background Color

.myBgColor { background-color: #C7787F; }

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

This div background color is #C7787F.


Border color

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

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

This div border color is #C7787F.


Opacity

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

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

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

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

This text has shadow with #C7787F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7787F on black background.


Color preview on white background

This text has color #C7787F on white background.



Black color preview on #C7787F background

This text has black color on #C7787F background.


White color preview on #C7787F background

This text has white color on #C7787F background.