Color Hex Logo

#b7761e Color Hex

#B7761E
(183,118,30)
0 Favorites   0 Comments

Color spaces of #b7761e

RGB 18311830
HSL0.100.720.42
HSV35°84°72°
CMYK 0.000.360.84   0.28
XYZ26.241223.11794.3074
Yxy23.11790.48900.4308
Hunter Lab48.081113.278028.3452
CIE-Lab55.193618.706754.6003

#b7761e color RGB value is (183,118,30).

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

The process color (four color CMYK) of #b7761e color hex is 0.00, 0.36, 0.84, 0.28. Web safe color of #b7761e is #cc6633. Color #b7761e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 00011110
Octal 267 166 36
Decimal 183 118 30
Hex B7 76 1E

RGB Percentages of Color #b7761e

%55.29
%35.65
%9.06

CMYK Percentages of Color #b7761e

%0
%36
%84
%28

Triadic Colors of #b7761e

#b7761e #1eb776 #761eb7

Analogous Colors of #b7761e

#b7761e #acb71e #b72a1e

Monochromatic Colors of #b7761e

#b7761e

Complementary Color

#b7761e #1e5fb7

#b7761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7761e Color CSS Codes

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

#b7761e Text Font Color

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

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


#b7761e Background Color

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

This div background color is #b7761e


#b7761e Border Color

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

This div border color is #b7761e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7761e


Comments

No comments written yet.

Please login to write comment.