Color Hex Logo

#73817e Color Hex

#73817E
(115,129,126)
0 Favorites   0 Comments

Color spaces of #73817e

RGB 115129126
HSL0.460.060.48
HSV167°11°51°
CMYK 0.110.000.02   0.49
XYZ18.686420.851722.7786
Yxy20.85170.29990.3346
Hunter Lab45.6637-6.86602.3887
CIE-Lab52.7868-5.7587-0.1298

#73817e color RGB value is (115,129,126).

#73817e hex color red value is 115, green value is 129 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #73817e hue: 0.46 , saturation: 0.06 and the lightness value of 73817e is 0.48.

The process color (four color CMYK) of #73817e color hex is 0.11, 0.00, 0.02, 0.49. Web safe color of #73817e is #669966. Color #73817e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000001 01111110
Octal 163 201 176
Decimal 115 129 126
Hex 73 81 7E

RGB Percentages of Color #73817e

%31.08
%34.86
%34.05

CMYK Percentages of Color #73817e

%11
%0
%2
%49

Triadic Colors of #73817e

#73817e #7e7381 #817e73

Analogous Colors of #73817e

#73817e #737d81 #738177

Monochromatic Colors of #73817e

#73817e

Complementary Color

#73817e #817376

#73817e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73817e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73817e Color CSS Codes

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

#73817e Text Font Color

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

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


#73817e Background Color

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

This div background color is #73817e


#73817e Border Color

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

This div border color is #73817e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,129,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73817e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73817e;
  -webkit-box-shadow: 1px 1px 3px 2px #73817e;
  box-shadow:         1px 1px 3px 2px #73817e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73817e


Comments

No comments written yet.

Please login to write comment.