Color Hex Logo

#817978 Color Hex

#817978
(129,121,120)
0 Favorites   0 Comments

Color spaces of #817978

RGB 129121120
HSL0.020.040.49
HSV51°
CMYK 0.000.060.07   0.49
XYZ19.280819.697920.5552
Yxy19.69790.32390.3309
Hunter Lab44.3823-0.12413.6081
CIE-Lab51.49392.86471.6370

#817978 color RGB value is (129,121,120).

#817978 hex color red value is 129, green value is 121 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #817978 hue: 0.02 , saturation: 0.04 and the lightness value of 817978 is 0.49.

The process color (four color CMYK) of #817978 color hex is 0.00, 0.06, 0.07, 0.49. Web safe color of #817978 is #996666. Color #817978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111001 01111000
Octal 201 171 170
Decimal 129 121 120
Hex 81 79 78

RGB Percentages of Color #817978

%34.86
%32.70
%32.43

CMYK Percentages of Color #817978

%0
%6
%7
%49

Triadic Colors of #817978

#817978 #788179 #797881

Analogous Colors of #817978

#817978 #817e78 #81787c

Monochromatic Colors of #817978

#817978

Complementary Color

#817978 #788081

#817978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817978 Color CSS Codes

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

#817978 Text Font Color

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

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


#817978 Background Color

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

This div background color is #817978


#817978 Border Color

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

This div border color is #817978


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,121,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817978; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817978;
  -webkit-box-shadow: 1px 1px 3px 2px #817978;
  box-shadow:         1px 1px 3px 2px #817978; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817978


Comments

No comments written yet.

Please login to write comment.