Color Hex Logo

#b7764d Color Hex

#B7764D
(183,118,77)
0 Favorites   0 Comments

Color spaces of #b7764d

RGB 18311877
HSL0.060.420.51
HSV23°58°72°
CMYK 0.000.360.58   0.28
XYZ27.346423.560010.1274
Yxy23.56000.44810.3860
Hunter Lab48.538615.623321.6064
CIE-Lab55.644521.270932.9081

#b7764d color RGB value is (183,118,77).

#b7764d hex color red value is 183, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b7764d hue: 0.06 , saturation: 0.42 and the lightness value of b7764d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 01001101
Octal 267 166 115
Decimal 183 118 77
Hex B7 76 4D

RGB Percentages of Color #b7764d

%48.41
%31.22
%20.37

CMYK Percentages of Color #b7764d

%0
%36
%58
%28

Triadic Colors of #b7764d

#b7764d #4db776 #764db7

Analogous Colors of #b7764d

#b7764d #b7ab4d #b74d59

Monochromatic Colors of #b7764d

#b7764d

Complementary Color

#b7764d #4d8eb7

#b7764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7764d Color CSS Codes

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

#b7764d Text Font Color

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

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


#b7764d Background Color

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

This div background color is #b7764d


#b7764d Border Color

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

This div border color is #b7764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7764d


Comments

No comments written yet.

Please login to write comment.