Color Hex Logo

#817078 Color Hex

#817078
(129,112,120)
0 Favorites   0 Comments

Color spaces of #817078

RGB 129112120
HSL0.920.070.47
HSV332°13°51°
CMYK 0.000.130.07   0.49
XYZ18.237617.611520.2074
Yxy17.61150.32530.3142
Hunter Lab41.96614.13190.8271
CIE-Lab49.02158.1248-1.9751

#817078 color RGB value is (129,112,120).

#817078 hex color red value is 129, green value is 112 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #817078 hue: 0.92 , saturation: 0.07 and the lightness value of 817078 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110000 01111000
Octal 201 160 170
Decimal 129 112 120
Hex 81 70 78

RGB Percentages of Color #817078

%35.73
%31.02
%33.24

CMYK Percentages of Color #817078

%0
%13
%7
%49

Triadic Colors of #817078

#817078 #788170 #707881

Analogous Colors of #817078

#817078 #817170 #817081

Monochromatic Colors of #817078

#817078

Complementary Color

#817078 #708179

#817078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817078 Color CSS Codes

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

#817078 Text Font Color

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

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


#817078 Background Color

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

This div background color is #817078


#817078 Border Color

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

This div border color is #817078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817078


Comments

No comments written yet.

Please login to write comment.