Color Hex Logo

#728b81 Color Hex

#728B81
(114,139,129)
0 Favorites   0 Comments

Color spaces of #728b81

RGB 114139129
HSL0.430.100.50
HSV156°18°55°
CMYK 0.180.000.07   0.45
XYZ20.134523.627624.2683
Yxy23.62760.29600.3473
Hunter Lab48.6082-11.12614.4244
CIE-Lab55.7130-11.04742.3816

#728b81 color RGB value is (114,139,129).

#728b81 hex color red value is 114, green value is 139 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #728b81 hue: 0.43 , saturation: 0.10 and the lightness value of 728b81 is 0.50.

The process color (four color CMYK) of #728b81 color hex is 0.18, 0.00, 0.07, 0.45. Web safe color of #728b81 is #669999. Color #728b81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001011 10000001
Octal 162 213 201
Decimal 114 139 129
Hex 72 8B 81

RGB Percentages of Color #728b81

%29.84
%36.39
%33.77

CMYK Percentages of Color #728b81

%18
%0
%7
%45

Triadic Colors of #728b81

#728b81 #81728b #8b8172

Analogous Colors of #728b81

#728b81 #72898b #728b75

Monochromatic Colors of #728b81

#728b81

Complementary Color

#728b81 #8b727c

#728b81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728b81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728b81 Color CSS Codes

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

#728b81 Text Font Color

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

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


#728b81 Background Color

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

This div background color is #728b81


#728b81 Border Color

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

This div border color is #728b81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,139,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #728b81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #728b81;
  -webkit-box-shadow: 1px 1px 3px 2px #728b81;
  box-shadow:         1px 1px 3px 2px #728b81; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728b81


Comments

No comments written yet.

Please login to write comment.