Color Hex Logo

#b7788d Color Hex

#B7788D
(183,120,141)
0 Favorites   0 Comments

Color spaces of #b7788d

RGB 183120141
HSL0.940.300.59
HSV340°34°72°
CMYK 0.000.340.23   0.28
XYZ31.052625.423328.4698
Yxy25.42330.36560.2993
Hunter Lab50.421521.69331.8178
CIE-Lab57.485627.6202-1.1912

#b7788d color RGB value is (183,120,141).

#b7788d hex color red value is 183, green value is 120 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b7788d hue: 0.94 , saturation: 0.30 and the lightness value of b7788d is 0.59.

The process color (four color CMYK) of #b7788d color hex is 0.00, 0.34, 0.23, 0.28. Web safe color of #b7788d is #cc6699. Color #b7788d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111000 10001101
Octal 267 170 215
Decimal 183 120 141
Hex B7 78 8D

RGB Percentages of Color #b7788d

%41.22
%27.03
%31.76

CMYK Percentages of Color #b7788d

%0
%34
%23
%28

Triadic Colors of #b7788d

#b7788d #8db778 #788db7

Analogous Colors of #b7788d

#b7788d #b78378 #b778ad

Monochromatic Colors of #b7788d

#b7788d

Complementary Color

#b7788d #78b7a2

#b7788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7788d Color CSS Codes

.mybgcolor {background-color:#b7788d; } 
.myforecolor {color:#b7788d; }
.mybordercolor {border:3px solid #b7788d; }

#b7788d Text Font Color

<p style="color:#b7788d">Text here</p>

This sample text font color is #b7788d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b7788d Background Color

<div style="background-color:#b7788d">
Div content here</div>

This div background color is #b7788d


#b7788d Border Color

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

This div border color is #b7788d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,120,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7788d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7788d;
  -webkit-box-shadow: 1px 1px 3px 2px #b7788d;
  box-shadow:         1px 1px 3px 2px #b7788d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,120,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b7788d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b7788d;
  -webkit-box-shadow: 1px 1px 3px 2px #b7788d;
  box-shadow:         1px 1px 3px 2px #b7788d;">
Div content here</div>

This div box has shadow with color #b7788d


Comments

No comments written yet.

Please login to write comment.