COLOR #CB7756

HEX: #CB7756
RGB: (203,119,86)

Color info

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

RGB color model

#CB7756 color RGB value is (203,119,86).

  • red value is 203;
  • green value is 119;
  • blue value is 86.
RGB:
(203,119,86)
(80%,47%,34%)

RGB channels and saturation

R 203 of 255 = 80%
G 119 of 255 = 47%
B 86 of 255 = 34%

203
119
86

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

Portions of RGB colors in percentages

R + G + B =
203 + 119 + 86 = 408 (100%)
R 203 of 408 ~ 49.75%
G 119 of 408 ~ 29.17%
B 86 of 408 ~ 21.08%

%49.75
%29.17
%21.08

CMYK color model

#CB7756 color CMYK value is (0,41,58,20).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 57.64%
  • key color value is 20.39%
CMYK:
(0,41,58,20)
C0M41Y58K20 
(0%,41%,58%,20%)
(0.00/0.41/0.58/0.20)	

CMYK percentages

%0
%41.38
%57.64
%20.39

Codes

Color #CB7756 in popluar color models

CB7756
RGB20311986
HSL17°52.94%56.67%
HSB/HSV17°57.64%79.61%
CMYK0.00%41.38%57.64%
20.39%

Color #CB7756 in popluar number systems.

HEXCB7756
Decimal20311986
Binary1100101111101111010110
Octal313167126

Shades and tints

Shades of #CB7756

#CB7756
(203,119,86)
#B96D4F
(185,109,79)
#A76348
(167,99,72)
#955941
(149,89,65)
#834F3A
(131,79,58)
#714533
(113,69,51)
#5F3B2C
(95,59,44)
#4D3125
(77,49,37)
#3B271E
(59,39,30)
#291D17
(41,29,23)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #CB7756

#CB7756
(203,119,86)
#CF8365
(207,131,101)
#D38F74
(211,143,116)
#D79B83
(215,155,131)
#DBA792
(219,167,146)
#DFB3A1
(223,179,161)
#E3BFB0
(227,191,176)
#E7CBBF
(231,203,191)
#EBD7CE
(235,215,206)
#EFE3DD
(239,227,221)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB7756 color. Also use rgb(203,119,86) instead hex code.

Text Font Color

.myTextColor { color: #CB7756; }

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

This text font color is #CB7756.


Background Color

.myBgColor { background-color: #CB7756; }

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

This div background color is #CB7756.


Border color

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

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

This div border color is #CB7756.


Opacity

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

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

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

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

This text has shadow with #CB7756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7756 on black background.


Color preview on white background

This text has color #CB7756 on white background.



Black color preview on #CB7756 background

This text has black color on #CB7756 background.


White color preview on #CB7756 background

This text has white color on #CB7756 background.