Color Hex Logo

#728796 Color Hex

#728796
(114,135,150)
0 Favorites   0 Comments

Color spaces of #728796

RGB 114135150
HSL0.570.150.52
HSV205°24°59°
CMYK 0.240.100.00   0.41
XYZ21.108423.107432.2018
Yxy23.10740.27620.3024
Hunter Lab48.0702-5.7405-6.0688
CIE-Lab55.1828-4.0318-10.5219

#728796 color RGB value is (114,135,150).

#728796 hex color red value is 114, green value is 135 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #728796 hue: 0.57 , saturation: 0.15 and the lightness value of 728796 is 0.52.

The process color (four color CMYK) of #728796 color hex is 0.24, 0.10, 0.00, 0.41. Web safe color of #728796 is #669999. Color #728796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000111 10010110
Octal 162 207 226
Decimal 114 135 150
Hex 72 87 96

RGB Percentages of Color #728796

%28.57
%33.83
%37.59

CMYK Percentages of Color #728796

%24
%10
%0
%41

Triadic Colors of #728796

#728796 #967287 #879672

Analogous Colors of #728796

#728796 #727596 #729693

Monochromatic Colors of #728796

#728796

Complementary Color

#728796 #968172

#728796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728796 Color CSS Codes

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

#728796 Text Font Color

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

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


#728796 Background Color

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

This div background color is #728796


#728796 Border Color

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

This div border color is #728796


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,135,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #728796; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #728796;
  -webkit-box-shadow: 1px 1px 3px 2px #728796;
  box-shadow:         1px 1px 3px 2px #728796; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,135,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728796


Comments

No comments written yet.

Please login to write comment.