Color Hex Logo

#a76b4b Color Hex

#A76B4B
(167,107,75)
0 Favorites   0 Comments

Color spaces of #a76b4b

RGB 16710775
HSL0.060.380.47
HSV21°55°65°
CMYK 0.000.360.55   0.35
XYZ22.464019.23899.1861
Yxy19.23890.44140.3781
Hunter Lab43.862214.659918.2864
CIE-Lab50.965520.493827.7402

#a76b4b color RGB value is (167,107,75).

#a76b4b hex color red value is 167, green value is 107 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a76b4b hue: 0.06 , saturation: 0.38 and the lightness value of a76b4b is 0.47.

The process color (four color CMYK) of #a76b4b color hex is 0.00, 0.36, 0.55, 0.35. Web safe color of #a76b4b is #996633. Color #a76b4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101011 01001011
Octal 247 153 113
Decimal 167 107 75
Hex A7 6B 4B

RGB Percentages of Color #a76b4b

%47.85
%30.66
%21.49

CMYK Percentages of Color #a76b4b

%0
%36
%55
%35

Triadic Colors of #a76b4b

#a76b4b #4ba76b #6b4ba7

Analogous Colors of #a76b4b

#a76b4b #a7994b #a74b59

Monochromatic Colors of #a76b4b

#a76b4b

Complementary Color

#a76b4b #4b87a7

#a76b4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76b4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76b4b Color CSS Codes

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

#a76b4b Text Font Color

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

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


#a76b4b Background Color

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

This div background color is #a76b4b


#a76b4b Border Color

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

This div border color is #a76b4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76b4b


Comments

No comments written yet.

Please login to write comment.