COLOR #CB7765

HEX: #CB7765 RGB: (203,119,101)

Color info

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

RGB color model

#CB7765 color RGB value is (203,119,101).

RGB: (203,119,101) (80%, 47%, 40%)

RGB channels and saturation

R 203 of 255 = 80%
G 119 of 255 = 47%
B 101 of 255 = 40%

203
119
101

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

Portions of RGB colors in percentages

R + G + B = 203 + 119 + 101 = 423 (100%)
R 203 of 423 ~ 47.99%
G 119 of 423 ~ 28.13%
B 101 of 423 ~ 23.88'%

%47.99
%28.13
%23.88

CMYK color model

#CB7765 color CMYK value is (0,41,50,20).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 50.25%
  • key color value is 20.39%

CMYK: (0,41,50,20)
C0M41Y50K20 (0%, 41%, 50%, 20%)
(0.00 / 0.41 / 0.50 / 0.20)

CMYK percentages

%0
%41.38
%50.25
%20.39

Codes

Color #CB7765 in popluar color models

CB 77 65
RGB 203 119 101
HSL 11° 49.51% 59.61%
HSB/HSV 11° 50.25% 79.61%
CMYK 0.00% 41.38% 50.25%
20.39%

Color #CB7765 in popluar number systems.

HEX CB 77 65
Decimal 203 119 101
Binary 11001011 1110111 1100101
Octal 313 167 145

Shades and tints

Shades of #CB7765

#CB7765
(203,119,101)
#B96D5C
(185,109,92)
#A76353
(167,99,83)
#95594A
(149,89,74)
#834F41
(131,79,65)
#714538
(113,69,56)
#5F3B2F
(95,59,47)
#4D3126
(77,49,38)
#3B271D
(59,39,29)
#291D14
(41,29,20)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #CB7765

#CB7765
(203,119,101)
#CF8373
(207,131,115)
#D38F81
(211,143,129)
#D79B8F
(215,155,143)
#DBA79D
(219,167,157)
#DFB3AB
(223,179,171)
#E3BFB9
(227,191,185)
#E7CBC7
(231,203,199)
#EBD7D5
(235,215,213)
#EFE3E3
(239,227,227)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB7765; }

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

This text font color is #CB7765.

Background Color

.myBgColor { background-color: #CB7765; }

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

This div background color is #CB7765.

Border color

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

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

This div border color is #CB7765.

Opacity

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

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

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

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

This text has shadow with #CB7765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB7765.

Preview

Color preview on black background

This text has color #CB7765 on black background.


Color preview on white background

This text has color #CB7765 on white background.


Black color preview on #CB7765 background

This text has black color on #CB7765 background.


White color preview on #CB7765 background

This text has white color on #CB7765 background.


Related colors

Complementary color

Complementary color for #hex is #34889A.


I love getcolorcode.com

Triadic colors

1 #65CB77 and #7765CB with #CB7765 are triadic colors.

2 #6577CB and #77CB65 with #CB7765 are triadic colors.