COLOR #B77D81

HEX: #B77D81 RGB: (183,125,129)

Color info

#B77D81 contains red, green and blue colors in about the same proportion. Web safe color of #B77D81 is #CC6699 (or #C69).

RGB color model

#B77D81 color RGB value is (183,125,129).

RGB: (183,125,129) (72%, 49%, 51%)

RGB channels and saturation

R 183 of 255 = 72%
G 125 of 255 = 49%
B 129 of 255 = 51%

183
125
129

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

Portions of RGB colors in percentages

R + G + B = 183 + 125 + 129 = 437 (100%)
R 183 of 437 ~ 41.88%
G 125 of 437 ~ 28.6%
B 129 of 437 ~ 29.52'%

%41.88
%28.6
%29.52

CMYK color model

#B77D81 color CMYK value is (0,32,30,28).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 29.51%
  • key color value is 28.24%

CMYK: (0,32,30,28)
C0M32Y30K28 (0%, 32%, 30%, 28%)
(0.00 / 0.32 / 0.30 / 0.28)

CMYK percentages

%0
%31.69
%29.51
%28.24

Codes

Color #B77D81 in popluar color models

B7 7D 81
RGB 183 125 129
HSL 356° 28.71% 60.39%
HSB/HSV 356° 31.69% 71.76%
CMYK 0.00% 31.69% 29.51%
28.24%

Color #B77D81 in popluar number systems.

HEX B7 7D 81
Decimal 183 125 129
Binary 10110111 1111101 10000001
Octal 267 175 201

Shades and tints

Shades of #B77D81

#B77D81
(183,125,129)
#A77276
(167,114,118)
#97676B
(151,103,107)
#875C60
(135,92,96)
#775155
(119,81,85)
#67464A
(103,70,74)
#573B3F
(87,59,63)
#473034
(71,48,52)
#372529
(55,37,41)
#271A1E
(39,26,30)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #B77D81

#B77D81
(183,125,129)
#BD888C
(189,136,140)
#C39397
(195,147,151)
#C99EA2
(201,158,162)
#CFA9AD
(207,169,173)
#D5B4B8
(213,180,184)
#DBBFC3
(219,191,195)
#E1CACE
(225,202,206)
#E7D5D9
(231,213,217)
#EDE0E4
(237,224,228)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77D81 color. Also use rgb(183,125,129) instead hex code.

Text Font Color

.myTextColor { color: #B77D81; }

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

This text font color is #B77D81.

Background Color

.myBgColor { background-color: #B77D81; }

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

This div background color is #B77D81.

Border color

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

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

This div border color is #B77D81.

Opacity

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

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

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

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

This text has shadow with #B77D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B77D81.

Preview

Color preview on black background

This text has color #B77D81 on black background.


Color preview on white background

This text has color #B77D81 on white background.


Black color preview on #B77D81 background

This text has black color on #B77D81 background.


White color preview on #B77D81 background

This text has white color on #B77D81 background.


Related colors

Complementary color

Complementary color for #hex is #48827E.


I love getcolorcode.com

Triadic colors

1 #81B77D and #7D81B7 with #B77D81 are triadic colors.

2 #817DB7 and #7DB781 with #B77D81 are triadic colors.