Color Hex Logo

#8f7b76 Color Hex

#8F7B76
(143,123,118)
0 Favorites   0 Comments

Color spaces of #8f7b76

RGB 143123118
HSL0.030.100.51
HSV12°17°56°
CMYK 0.000.140.17   0.44
XYZ21.680721.313620.1108
Yxy21.31360.34360.3377
Hunter Lab46.16673.03526.4892
CIE-Lab53.29106.83455.5683

#8f7b76 color RGB value is (143,123,118).

#8f7b76 hex color red value is 143, green value is 123 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #8f7b76 hue: 0.03 , saturation: 0.10 and the lightness value of 8f7b76 is 0.51.

The process color (four color CMYK) of #8f7b76 color hex is 0.00, 0.14, 0.17, 0.44. Web safe color of #8f7b76 is #996666. Color #8f7b76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01111011 01110110
Octal 217 173 166
Decimal 143 123 118
Hex 8F 7B 76

RGB Percentages of Color #8f7b76

%37.24
%32.03
%30.73

CMYK Percentages of Color #8f7b76

%0
%14
%17
%44

Triadic Colors of #8f7b76

#8f7b76 #768f7b #7b768f

Analogous Colors of #8f7b76

#8f7b76 #8f8876 #8f767e

Monochromatic Colors of #8f7b76

#8f7b76

Complementary Color

#8f7b76 #768a8f

#8f7b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f7b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f7b76 Color CSS Codes

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

#8f7b76 Text Font Color

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

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


#8f7b76 Background Color

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

This div background color is #8f7b76


#8f7b76 Border Color

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

This div border color is #8f7b76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,123,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f7b76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f7b76;
  -webkit-box-shadow: 1px 1px 3px 2px #8f7b76;
  box-shadow:         1px 1px 3px 2px #8f7b76; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f7b76


Comments

No comments written yet.

Please login to write comment.