Color Hex Logo

#728578 Color Hex

#728578
(114,133,120)
0 Favorites   0 Comments

Color spaces of #728578

RGB 114133120
HSL0.390.080.48
HSV139°14°52°
CMYK 0.140.000.10   0.48
XYZ18.717121.708520.9730
Yxy21.70850.30480.3536
Hunter Lab46.5924-9.82965.9260
CIE-Lab53.7163-9.60624.6966

#728578 color RGB value is (114,133,120).

#728578 hex color red value is 114, green value is 133 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #728578 hue: 0.39 , saturation: 0.08 and the lightness value of 728578 is 0.48.

The process color (four color CMYK) of #728578 color hex is 0.14, 0.00, 0.10, 0.48. Web safe color of #728578 is #669966. Color #728578 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000101 01111000
Octal 162 205 170
Decimal 114 133 120
Hex 72 85 78

RGB Percentages of Color #728578

%31.06
%36.24
%32.70

CMYK Percentages of Color #728578

%14
%0
%10
%48

Triadic Colors of #728578

#728578 #787285 #857872

Analogous Colors of #728578

#728578 #728582 #768572

Monochromatic Colors of #728578

#728578

Complementary Color

#728578 #85727f

#728578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728578 Color CSS Codes

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

#728578 Text Font Color

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

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


#728578 Background Color

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

This div background color is #728578


#728578 Border Color

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

This div border color is #728578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728578

#728578 Color Palettes


Comments

No comments written yet.

Please login to write comment.