Color Hex Logo

#b77475 Color Hex

#B77475
(183,116,117)
0 Favorites   0 Comments

Color spaces of #b77475

RGB 183116117
HSL1.000.320.59
HSV359°37°72°
CMYK 0.000.370.36   0.28
XYZ28.984723.842419.9040
Yxy23.84240.39850.3278
Hunter Lab48.828720.507410.0117
CIE-Lab55.929726.506210.5094

#b77475 color RGB value is (183,116,117).

#b77475 hex color red value is 183, green value is 116 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b77475 hue: 1.00 , saturation: 0.32 and the lightness value of b77475 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110100 01110101
Octal 267 164 165
Decimal 183 116 117
Hex B7 74 75

RGB Percentages of Color #b77475

%43.99
%27.88
%28.13

CMYK Percentages of Color #b77475

%0
%37
%36
%28

Triadic Colors of #b77475

#b77475 #75b774 #7475b7

Analogous Colors of #b77475

#b77475 #b79574 #b77497

Monochromatic Colors of #b77475

#b77475

Complementary Color

#b77475 #74b7b6

#b77475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77475 Color CSS Codes

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

#b77475 Text Font Color

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

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


#b77475 Background Color

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

This div background color is #b77475


#b77475 Border Color

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

This div border color is #b77475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77475


Comments

No comments written yet.

Please login to write comment.