Color Hex Logo

#b76477 Color Hex

#B76477
(183,100,119)
0 Favorites   0 Comments

Color spaces of #b76477

RGB 183100119
HSL0.960.370.55
HSV346°45°72°
CMYK 0.000.450.35   0.28
XYZ27.415420.513519.9673
Yxy20.51350.40380.3021
Hunter Lab45.291828.78635.5658
CIE-Lab52.412935.47784.3258

#b76477 color RGB value is (183,100,119).

#b76477 hex color red value is 183, green value is 100 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b76477 hue: 0.96 , saturation: 0.37 and the lightness value of b76477 is 0.55.

The process color (four color CMYK) of #b76477 color hex is 0.00, 0.45, 0.35, 0.28. Web safe color of #b76477 is #cc6666. Color #b76477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100100 01110111
Octal 267 144 167
Decimal 183 100 119
Hex B7 64 77

RGB Percentages of Color #b76477

%45.52
%24.88
%29.60

CMYK Percentages of Color #b76477

%0
%45
%35
%28

Triadic Colors of #b76477

#b76477 #77b764 #6477b7

Analogous Colors of #b76477

#b76477 #b77b64 #b764a1

Monochromatic Colors of #b76477

#b76477

Complementary Color

#b76477 #64b7a4

#b76477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76477 Color CSS Codes

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

#b76477 Text Font Color

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

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


#b76477 Background Color

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

This div background color is #b76477


#b76477 Border Color

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

This div border color is #b76477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76477


Comments

No comments written yet.

Please login to write comment.