Color Hex Logo

#73718a Color Hex

#73718A
(115,113,138)
0 Favorites   0 Comments

Color spaces of #73718a

RGB 115113138
HSL0.680.100.49
HSV245°18°54°
CMYK 0.170.180.00   0.46
XYZ17.562817.290126.4564
Yxy17.29010.28650.2820
Hunter Lab41.58142.6260-8.6167
CIE-Lab48.62356.2385-13.3818

#73718a color RGB value is (115,113,138).

#73718a hex color red value is 115, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #73718a hue: 0.68 , saturation: 0.10 and the lightness value of 73718a is 0.49.

The process color (four color CMYK) of #73718a color hex is 0.17, 0.18, 0.00, 0.46. Web safe color of #73718a is #666699. Color #73718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110001 10001010
Octal 163 161 212
Decimal 115 113 138
Hex 73 71 8A

RGB Percentages of Color #73718a

%31.42
%30.87
%37.70

CMYK Percentages of Color #73718a

%17
%18
%0
%46

Triadic Colors of #73718a

#73718a #8a7371 #718a73

Analogous Colors of #73718a

#73718a #80718a #717c8a

Monochromatic Colors of #73718a

#73718a

Complementary Color

#73718a #888a71

#73718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73718a Color CSS Codes

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

#73718a Text Font Color

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

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


#73718a Background Color

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

This div background color is #73718a


#73718a Border Color

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

This div border color is #73718a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,113,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73718a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73718a;
  -webkit-box-shadow: 1px 1px 3px 2px #73718a;
  box-shadow:         1px 1px 3px 2px #73718a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73718a


Comments

No comments written yet.

Please login to write comment.