COLOR #B7768A

HEX: #B7768A
RGB: (183,118,138)

Color info

#B7768A contains mainly red and blue colors. Web safe color of #B7768A is #CC6699 (or #C69).

RGB color model

#B7768A color RGB value is (183,118,138).

  • red value is 183;
  • green value is 118;
  • blue value is 138.
RGB:
(183,118,138)
(72%,46%,54%)

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 138 of 255 = 54%

183
118
138

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

Portions of RGB colors in percentages

R + G + B =
183 + 118 + 138 = 439 (100%)
R 183 of 439 ~ 41.69%
G 118 of 439 ~ 26.88%
B 138 of 439 ~ 31.44%

%41.69
%26.88
%31.44

CMYK color model

#B7768A color CMYK value is (0,36,25,28).

  • cyan value is 0.00%
  • magenta value is 35.52%
  • yellow value is 24.59%
  • key color value is 28.24%
CMYK:
(0,36,25,28)
C0M36Y25K28 
(0%,36%,25%,28%)
(0.00/0.36/0.25/0.28)	

CMYK percentages

%0
%35.52
%24.59
%28.24

Codes

Color #B7768A in popluar color models

B7768A
RGB183118138
HSL342°31.10%59.02%
HSB/HSV342°35.52%71.76%
CMYK0.00%35.52%24.59%
28.24%

Color #B7768A in popluar number systems.

HEXB7768A
Decimal183118138
Binary10110111111011010001010
Octal267166212

Shades and tints

Shades of #B7768A

#B7768A
(183,118,138)
#A76C7E
(167,108,126)
#976272
(151,98,114)
#875866
(135,88,102)
#774E5A
(119,78,90)
#67444E
(103,68,78)
#573A42
(87,58,66)
#473036
(71,48,54)
#37262A
(55,38,42)
#271C1E
(39,28,30)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #B7768A

#B7768A
(183,118,138)
#BD8294
(189,130,148)
#C38E9E
(195,142,158)
#C99AA8
(201,154,168)
#CFA6B2
(207,166,178)
#D5B2BC
(213,178,188)
#DBBEC6
(219,190,198)
#E1CAD0
(225,202,208)
#E7D6DA
(231,214,218)
#EDE2E4
(237,226,228)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7768A color. Also use rgb(183,118,138) instead hex code.

Text Font Color

.myTextColor { color: #B7768A; }

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

This text font color is #B7768A.


Background Color

.myBgColor { background-color: #B7768A; }

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

This div background color is #B7768A.


Border color

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

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

This div border color is #B7768A.


Opacity

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

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

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

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

This text has shadow with #B7768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7768A on black background.


Color preview on white background

This text has color #B7768A on white background.



Black color preview on #B7768A background

This text has black color on #B7768A background.


White color preview on #B7768A background

This text has white color on #B7768A background.