COLOR #CB7B75

HEX: #CB7B75 RGB: (203,123,117)

Color info

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

RGB color model

#CB7B75 color RGB value is (203,123,117).

RGB: (203,123,117) (80%, 48%, 46%)

RGB channels and saturation

R 203 of 255 = 80%
G 123 of 255 = 48%
B 117 of 255 = 46%

203
123
117

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

Portions of RGB colors in percentages

R + G + B = 203 + 123 + 117 = 443 (100%)
R 203 of 443 ~ 45.82%
G 123 of 443 ~ 27.77%
B 117 of 443 ~ 26.41'%

%45.82
%27.77
%26.41

CMYK color model

#CB7B75 color CMYK value is (0,39,42,20).

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 42.36%
  • key color value is 20.39%

CMYK: (0,39,42,20)
C0M39Y42K20 (0%, 39%, 42%, 20%)
(0.00 / 0.39 / 0.42 / 0.20)

CMYK percentages

%0
%39.41
%42.36
%20.39

Codes

Color #CB7B75 in popluar color models

CB 7B 75
RGB 203 123 117
HSL 45.26% 62.75%
HSB/HSV 42.36% 79.61%
CMYK 0.00% 39.41% 42.36%
20.39%

Color #CB7B75 in popluar number systems.

HEX CB 7B 75
Decimal 203 123 117
Binary 11001011 1111011 1110101
Octal 313 173 165

Shades and tints

Shades of #CB7B75

#CB7B75
(203,123,117)
#B9706B
(185,112,107)
#A76561
(167,101,97)
#955A57
(149,90,87)
#834F4D
(131,79,77)
#714443
(113,68,67)
#5F3939
(95,57,57)
#4D2E2F
(77,46,47)
#3B2325
(59,35,37)
#29181B
(41,24,27)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #CB7B75

#CB7B75
(203,123,117)
#CF8781
(207,135,129)
#D3938D
(211,147,141)
#D79F99
(215,159,153)
#DBABA5
(219,171,165)
#DFB7B1
(223,183,177)
#E3C3BD
(227,195,189)
#E7CFC9
(231,207,201)
#EBDBD5
(235,219,213)
#EFE7E1
(239,231,225)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB7B75 color. Also use rgb(203,123,117) instead hex code.

Text Font Color

.myTextColor { color: #CB7B75; }

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

This text font color is #CB7B75.

Background Color

.myBgColor { background-color: #CB7B75; }

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

This div background color is #CB7B75.

Border color

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

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

This div border color is #CB7B75.

Opacity

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

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

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

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

This text has shadow with #CB7B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB7B75.

Preview

Color preview on black background

This text has color #CB7B75 on black background.


Color preview on white background

This text has color #CB7B75 on white background.


Black color preview on #CB7B75 background

This text has black color on #CB7B75 background.


White color preview on #CB7B75 background

This text has white color on #CB7B75 background.


Related colors

Complementary color

Complementary color for #hex is #34848A.


I love getcolorcode.com

Triadic colors

1 #75CB7B and #7B75CB with #CB7B75 are triadic colors.

2 #757BCB and #7BCB75 with #CB7B75 are triadic colors.