COLOR #C7760D

HEX: #C7760D
RGB: (199,118,13)

Renk bilgisi

#C7760D contains mainly red color. #C7760D ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#C7760D color RGB value is (199,118,13).

  • kırmız ton 199;
  • yeşil ton 118;
  • mavi ton 13.
RGB:
(199,118,13)
(78%,46%,5%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 118 of 255 = 46%
B 13 of 255 = 5%

199
118
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 118 + 13 = 330 (100%)
R 199 of 330 ~ 60.3%
G 118 of 330 ~ 35.76%
B 13 of 330 ~ 3.94%

%60.3
%35.76

CMYK RENK MODELİ

#C7760D rengi CMYK tonu (0,41,93,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.70%
  • sarı tonu 93.47%
  • ana renk tonu 21.96%
CMYK:
(0,41,93,22)
C0M41Y93K22 
(0%,41%,93%,22%)
(0.00/0.41/0.93/0.22)	

CMYK yüzdeleri

%0
%40.7
%93.47
%21.96

Codes

Color #C7760D in popluar color models

C7760D
RGB19911813
HSL34°87.74%41.57%
HSB/HSV34°93.47%78.04%
CMYK0.00%40.70%93.47%
21.96%

Color #C7760D in popluar number systems.

HEXC7760D
Decimal19911813
Binary1100011111101101101
Octal30716615

Shades and tints

Shades of #C7760D

#C7760D
(199,118,13)
#B56C0C
(181,108,12)
#A3620B
(163,98,11)
#91580A
(145,88,10)
#7F4E09
(127,78,9)
#6D4408
(109,68,8)
#5B3A07
(91,58,7)
#493006
(73,48,6)
#372605
(55,38,5)
#251C04
(37,28,4)
#131203
(19,18,3)
#000000
(0,0,0)

Tints of #C7760D

#C7760D
(199,118,13)
#CC8223
(204,130,35)
#D18E39
(209,142,57)
#D69A4F
(214,154,79)
#DBA665
(219,166,101)
#E0B27B
(224,178,123)
#E5BE91
(229,190,145)
#EACAA7
(234,202,167)
#EFD6BD
(239,214,189)
#F4E2D3
(244,226,211)
#F9EEE9
(249,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7760D color. Also use rgb(199,118,13) instead hex code.

Text Font Color

.myTextColor { color: #C7760D; }

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

This text font color is #C7760D.


Background Color

.myBgColor { background-color: #C7760D; }

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

This div background color is #C7760D.


Border color

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

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

This div border color is #C7760D.


Opacity

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

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

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

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

This text has shadow with #C7760D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7760D on black background.


Color preview on white background

This text has color #C7760D on white background.



Black color preview on #C7760D background

This text has black color on #C7760D background.


White color preview on #C7760D background

This text has white color on #C7760D background.