Color Hex Logo

#a7761f Color Hex

#A7761F
(167,118,31)
0 Favorites   0 Comments

Color spaces of #a7761f

RGB 16711831
HSL0.110.690.39
HSV38°81°65°
CMYK 0.000.290.81   0.35
XYZ22.662121.27134.2077
Yxy21.27130.47070.4419
Hunter Lab46.12086.997026.8754
CIE-Lab53.245111.574051.7708

#a7761f color RGB value is (167,118,31).

#a7761f hex color red value is 167, green value is 118 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a7761f hue: 0.11 , saturation: 0.69 and the lightness value of a7761f is 0.39.

The process color (four color CMYK) of #a7761f color hex is 0.00, 0.29, 0.81, 0.35. Web safe color of #a7761f is #996633. Color #a7761f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 00011111
Octal 247 166 37
Decimal 167 118 31
Hex A7 76 1F

RGB Percentages of Color #a7761f

%52.85
%37.34
%9.81

CMYK Percentages of Color #a7761f

%0
%29
%81
%35

Triadic Colors of #a7761f

#a7761f #1fa776 #761fa7

Analogous Colors of #a7761f

#a7761f #94a71f #a7321f

Monochromatic Colors of #a7761f

#a7761f

Complementary Color

#a7761f #1f50a7

#a7761f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7761f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7761f Color CSS Codes

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

#a7761f Text Font Color

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

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


#a7761f Background Color

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

This div background color is #a7761f


#a7761f Border Color

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

This div border color is #a7761f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7761f


Comments

No comments written yet.

Please login to write comment.