Color Hex Logo

#b07773 Color Hex

#B07773
(176,119,115)
0 Favorites   0 Comments

Color spaces of #b07773

RGB 176119115
HSL0.010.280.57
HSV35°69°
CMYK 0.000.320.35   0.31
XYZ27.595823.661619.3323
Yxy23.66160.39090.3352
Hunter Lab48.643216.139410.4866
CIE-Lab55.747421.828111.2925

#b07773 color RGB value is (176,119,115).

#b07773 hex color red value is 176, green value is 119 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b07773 hue: 0.01 , saturation: 0.28 and the lightness value of b07773 is 0.57.

The process color (four color CMYK) of #b07773 color hex is 0.00, 0.32, 0.35, 0.31. Web safe color of #b07773 is #996666. Color #b07773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110111 01110011
Octal 260 167 163
Decimal 176 119 115
Hex B0 77 73

RGB Percentages of Color #b07773

%42.93
%29.02
%28.05

CMYK Percentages of Color #b07773

%0
%32
%35
%31

Triadic Colors of #b07773

#b07773 #73b077 #7773b0

Analogous Colors of #b07773

#b07773 #b09673 #b0738e

Monochromatic Colors of #b07773

#b07773

Complementary Color

#b07773 #73acb0

#b07773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07773 Color CSS Codes

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

#b07773 Text Font Color

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

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


#b07773 Background Color

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

This div background color is #b07773


#b07773 Border Color

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

This div border color is #b07773


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,119,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b07773; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b07773;
  -webkit-box-shadow: 1px 1px 3px 2px #b07773;
  box-shadow:         1px 1px 3px 2px #b07773; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,119,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07773


Comments

No comments written yet.

Please login to write comment.