COLOR #C77A48

HEX: #C77A48
RGB: (199,122,72)

Renk bilgisi

#C77A48 contains mainly red color. #C77A48 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C77A48 color RGB value is (199,122,72).

  • kırmız ton 199;
  • yeşil ton 122;
  • mavi ton 72.
RGB:
(199,122,72)
(78%,48%,28%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 122 of 255 = 48%
B 72 of 255 = 28%

199
122
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 122 + 72 = 393 (100%)
R 199 of 393 ~ 50.64%
G 122 of 393 ~ 31.04%
B 72 of 393 ~ 18.32%

%50.64
%31.04
%18.32

CMYK RENK MODELİ

#C77A48 rengi CMYK tonu (0,39,64,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.69%
  • sarı tonu 63.82%
  • ana renk tonu 21.96%
CMYK:
(0,39,64,22)
C0M39Y64K22 
(0%,39%,64%,22%)
(0.00/0.39/0.64/0.22)	

CMYK yüzdeleri

%0
%38.69
%63.82
%21.96

Codes

Color #C77A48 in popluar color models

C77A48
RGB19912272
HSL24°53.14%53.14%
HSB/HSV24°63.82%78.04%
CMYK0.00%38.69%63.82%
21.96%

Color #C77A48 in popluar number systems.

HEXC77A48
Decimal19912272
Binary1100011111110101001000
Octal307172110

Shades and tints

Shades of #C77A48

#C77A48
(199,122,72)
#B56F42
(181,111,66)
#A3643C
(163,100,60)
#915936
(145,89,54)
#7F4E30
(127,78,48)
#6D432A
(109,67,42)
#5B3824
(91,56,36)
#492D1E
(73,45,30)
#372218
(55,34,24)
#251712
(37,23,18)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #C77A48

#C77A48
(199,122,72)
#CC8658
(204,134,88)
#D19268
(209,146,104)
#D69E78
(214,158,120)
#DBAA88
(219,170,136)
#E0B698
(224,182,152)
#E5C2A8
(229,194,168)
#EACEB8
(234,206,184)
#EFDAC8
(239,218,200)
#F4E6D8
(244,230,216)
#F9F2E8
(249,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77A48 color. Also use rgb(199,122,72) instead hex code.

Text Font Color

.myTextColor { color: #C77A48; }

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

This text font color is #C77A48.


Background Color

.myBgColor { background-color: #C77A48; }

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

This div background color is #C77A48.


Border color

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

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

This div border color is #C77A48.


Opacity

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

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

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

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

This text has shadow with #C77A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77A48 on black background.


Color preview on white background

This text has color #C77A48 on white background.



Black color preview on #C77A48 background

This text has black color on #C77A48 background.


White color preview on #C77A48 background

This text has white color on #C77A48 background.