COLOR #C7706A

HEX: #C7706A
RGB: (199,112,106)

Color info

#C7706A contains mainly red color. Web safe color of #C7706A is #CC6666 (or #C66).

RGB color model

#C7706A color RGB value is (199,112,106).

  • red value is 199;
  • green value is 112;
  • blue value is 106.
RGB:
(199,112,106)
(78%,44%,42%)

RGB channels and saturation

R 199 of 255 = 78%
G 112 of 255 = 44%
B 106 of 255 = 42%

199
112
106

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

Portions of RGB colors in percentages

R + G + B =
199 + 112 + 106 = 417 (100%)
R 199 of 417 ~ 47.72%
G 112 of 417 ~ 26.86%
B 106 of 417 ~ 25.42%

%47.72
%26.86
%25.42

CMYK color model

#C7706A color CMYK value is (0,44,47,22).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 46.73%
  • key color value is 21.96%
CMYK:
(0,44,47,22)
C0M44Y47K22 
(0%,44%,47%,22%)
(0.00/0.44/0.47/0.22)	

CMYK percentages

%0
%43.72
%46.73
%21.96

Codes

Color #C7706A in popluar color models

C7706A
RGB199112106
HSL45.37%59.80%
HSB/HSV46.73%78.04%
CMYK0.00%43.72%46.73%
21.96%

Color #C7706A in popluar number systems.

HEXC7706A
Decimal199112106
Binary1100011111100001101010
Octal307160152

Shades and tints

Shades of #C7706A

#C7706A
(199,112,106)
#B56661
(181,102,97)
#A35C58
(163,92,88)
#91524F
(145,82,79)
#7F4846
(127,72,70)
#6D3E3D
(109,62,61)
#5B3434
(91,52,52)
#492A2B
(73,42,43)
#372022
(55,32,34)
#251619
(37,22,25)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #C7706A

#C7706A
(199,112,106)
#CC7D77
(204,125,119)
#D18A84
(209,138,132)
#D69791
(214,151,145)
#DBA49E
(219,164,158)
#E0B1AB
(224,177,171)
#E5BEB8
(229,190,184)
#EACBC5
(234,203,197)
#EFD8D2
(239,216,210)
#F4E5DF
(244,229,223)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7706A color. Also use rgb(199,112,106) instead hex code.

Text Font Color

.myTextColor { color: #C7706A; }

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

This text font color is #C7706A.


Background Color

.myBgColor { background-color: #C7706A; }

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

This div background color is #C7706A.


Border color

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

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

This div border color is #C7706A.


Opacity

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

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

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

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

This text has shadow with #C7706A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7706A on black background.


Color preview on white background

This text has color #C7706A on white background.



Black color preview on #C7706A background

This text has black color on #C7706A background.


White color preview on #C7706A background

This text has white color on #C7706A background.