Color Hex Logo

#817f6b Color Hex

#817F6B
(129,127,107)
0 Favorites   0 Comments

Color spaces of #817f6b

RGB 129127107
HSL0.150.090.46
HSV55°17°51°
CMYK 0.000.020.17   0.49
XYZ19.296520.907416.9284
Yxy20.90740.33780.3659
Hunter Lab45.7246-4.688310.0566
CIE-Lab52.8480-2.892111.1605

#817f6b color RGB value is (129,127,107).

#817f6b hex color red value is 129, green value is 127 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #817f6b hue: 0.15 , saturation: 0.09 and the lightness value of 817f6b is 0.46.

The process color (four color CMYK) of #817f6b color hex is 0.00, 0.02, 0.17, 0.49. Web safe color of #817f6b is #996666. Color #817f6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111111 01101011
Octal 201 177 153
Decimal 129 127 107
Hex 81 7F 6B

RGB Percentages of Color #817f6b

%35.54
%34.99
%29.48

CMYK Percentages of Color #817f6b

%0
%2
%17
%49

Triadic Colors of #817f6b

#817f6b #6b817f #7f6b81

Analogous Colors of #817f6b

#817f6b #78816b #81746b

Monochromatic Colors of #817f6b

#817f6b

Complementary Color

#817f6b #6b6d81

#817f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#817f6b Color CSS Codes

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

#817f6b Text Font Color

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

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


#817f6b Background Color

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

This div background color is #817f6b


#817f6b Border Color

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

This div border color is #817f6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,127,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817f6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817f6b;
  -webkit-box-shadow: 1px 1px 3px 2px #817f6b;
  box-shadow:         1px 1px 3px 2px #817f6b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,127,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 #817f6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817f6b


Comments

No comments written yet.

Please login to write comment.