Color Hex Logo

#81747b Color Hex

#81747B
(129,116,123)
0 Favorites   0 Comments

Color spaces of #81747b

RGB 129116123
HSL0.910.050.48
HSV328°10°51°
CMYK 0.000.100.05   0.49
XYZ18.873818.588021.3320
Yxy18.58800.32100.3162
Hunter Lab43.11382.69230.8439
CIE-Lab50.20176.3529-2.0185

#81747b color RGB value is (129,116,123).

#81747b hex color red value is 129, green value is 116 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #81747b hue: 0.91 , saturation: 0.05 and the lightness value of 81747b is 0.48.

The process color (four color CMYK) of #81747b color hex is 0.00, 0.10, 0.05, 0.49. Web safe color of #81747b is #996666. Color #81747b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110100 01111011
Octal 201 164 173
Decimal 129 116 123
Hex 81 74 7B

RGB Percentages of Color #81747b

%35.05
%31.52
%33.42

CMYK Percentages of Color #81747b

%0
%10
%5
%49

Triadic Colors of #81747b

#81747b #7b8174 #747b81

Analogous Colors of #81747b

#81747b #817475 #817481

Monochromatic Colors of #81747b

#81747b

Complementary Color

#81747b #74817a

#81747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81747b Color CSS Codes

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

#81747b Text Font Color

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

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


#81747b Background Color

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

This div background color is #81747b


#81747b Border Color

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

This div border color is #81747b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,116,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81747b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81747b;
  -webkit-box-shadow: 1px 1px 3px 2px #81747b;
  box-shadow:         1px 1px 3px 2px #81747b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81747b

#81747b Color Palettes


Comments

No comments written yet.

Please login to write comment.