Color Hex Logo

#a7676b Color Hex

#A7676B
(167,103,107)
0 Favorites   0 Comments

Color spaces of #a7676b

RGB 167103107
HSL0.990.270.53
HSV356°38°65°
CMYK 0.000.380.36   0.35
XYZ23.440418.977516.3375
Yxy18.97750.39890.3230
Hunter Lab43.563219.81148.2587
CIE-Lab50.660926.22268.6557

#a7676b color RGB value is (167,103,107).

#a7676b hex color red value is 167, green value is 103 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a7676b hue: 0.99 , saturation: 0.27 and the lightness value of a7676b is 0.53.

The process color (four color CMYK) of #a7676b color hex is 0.00, 0.38, 0.36, 0.35. Web safe color of #a7676b is #996666. Color #a7676b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100111 01101011
Octal 247 147 153
Decimal 167 103 107
Hex A7 67 6B

RGB Percentages of Color #a7676b

%44.30
%27.32
%28.38

CMYK Percentages of Color #a7676b

%0
%38
%36
%35

Triadic Colors of #a7676b

#a7676b #6ba767 #676ba7

Analogous Colors of #a7676b

#a7676b #a78367 #a7678b

Monochromatic Colors of #a7676b

#a7676b

Complementary Color

#a7676b #67a7a3

#a7676b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7676b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7676b Color CSS Codes

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

#a7676b Text Font Color

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

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


#a7676b Background Color

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

This div background color is #a7676b


#a7676b Border Color

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

This div border color is #a7676b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7676b


Comments

No comments written yet.

Please login to write comment.