Color Hex Logo

#b77660 Color Hex

#B77660
(183,118,96)
0 Favorites   0 Comments

Color spaces of #b77660

RGB 18311896
HSL0.040.380.55
HSV15°48°72°
CMYK 0.000.360.48   0.28
XYZ28.118223.868714.1915
Yxy23.86870.42490.3607
Hunter Lab48.855617.236016.9765
CIE-Lab55.956123.004622.6588

#b77660 color RGB value is (183,118,96).

#b77660 hex color red value is 183, green value is 118 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b77660 hue: 0.04 , saturation: 0.38 and the lightness value of b77660 is 0.55.

The process color (four color CMYK) of #b77660 color hex is 0.00, 0.36, 0.48, 0.28. Web safe color of #b77660 is #cc6666. Color #b77660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 01100000
Octal 267 166 140
Decimal 183 118 96
Hex B7 76 60

RGB Percentages of Color #b77660

%46.10
%29.72
%24.18

CMYK Percentages of Color #b77660

%0
%36
%48
%28

Triadic Colors of #b77660

#b77660 #60b776 #7660b7

Analogous Colors of #b77660

#b77660 #b7a260 #b76076

Monochromatic Colors of #b77660

#b77660

Complementary Color

#b77660 #60a1b7

#b77660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77660 Color CSS Codes

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

#b77660 Text Font Color

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

This sample text font color is #b77660
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.


#b77660 Background Color

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

This div background color is #b77660


#b77660 Border Color

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

This div border color is #b77660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77660


Comments

No comments written yet.

Please login to write comment.