Color Hex Logo

#b7775f Color Hex

#B7775F
(183,119,95)
0 Favorites   0 Comments

Color spaces of #b7775f

RGB 18311995
HSL0.050.380.55
HSV16°48°72°
CMYK 0.000.350.48   0.28
XYZ28.190824.087213.9899
Yxy24.08720.42540.3635
Hunter Lab49.078716.642617.4545
CIE-Lab56.175022.347523.5187

#b7775f color RGB value is (183,119,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110111 01011111
Octal 267 167 137
Decimal 183 119 95
Hex B7 77 5F

RGB Percentages of Color #b7775f

%46.10
%29.97
%23.93

CMYK Percentages of Color #b7775f

%0
%35
%48
%28

Triadic Colors of #b7775f

#b7775f #5fb777 #775fb7

Analogous Colors of #b7775f

#b7775f #b7a35f #b75f73

Monochromatic Colors of #b7775f

#b7775f

Complementary Color

#b7775f #5f9fb7

#b7775f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7775f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7775f Color CSS Codes

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

#b7775f Text Font Color

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

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


#b7775f Background Color

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

This div background color is #b7775f


#b7775f Border Color

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

This div border color is #b7775f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7775f


Comments

No comments written yet.

Please login to write comment.