Color Hex Logo

#73878a Color Hex

#73878A
(115,135,138)
0 Favorites   0 Comments

Color spaces of #73878a

RGB 115135138
HSL0.520.090.50
HSV188°17°54°
CMYK 0.170.020.00   0.46
XYZ20.321622.807827.3760
Yxy22.80780.28820.3235
Hunter Lab47.7575-7.6210-0.5565
CIE-Lab54.8738-6.5099-4.0350

#73878a color RGB value is (115,135,138).

#73878a hex color red value is 115, green value is 135 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #73878a hue: 0.52 , saturation: 0.09 and the lightness value of 73878a is 0.50.

The process color (four color CMYK) of #73878a color hex is 0.17, 0.02, 0.00, 0.46. Web safe color of #73878a is #669999. Color #73878a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000111 10001010
Octal 163 207 212
Decimal 115 135 138
Hex 73 87 8A

RGB Percentages of Color #73878a

%29.64
%34.79
%35.57

CMYK Percentages of Color #73878a

%17
%2
%0
%46

Triadic Colors of #73878a

#73878a #8a7387 #878a73

Analogous Colors of #73878a

#73878a #737c8a #738a82

Monochromatic Colors of #73878a

#73878a

Complementary Color

#73878a #8a7673

#73878a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73878a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73878a Color CSS Codes

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

#73878a Text Font Color

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

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


#73878a Background Color

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

This div background color is #73878a


#73878a Border Color

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

This div border color is #73878a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,135,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 #73878a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73878a


Comments

No comments written yet.

Please login to write comment.