Color Hex Logo

#07725e Color Hex

#07725E
(7,114,94)
0 Favorites   0 Comments

Color spaces of #07725e

RGB 711494
HSL0.470.880.24
HSV169°94°45°
CMYK 0.940.000.18   0.55
XYZ8.125312.888012.6490
Yxy12.88800.24140.3829
Hunter Lab35.8999-22.42444.2396
CIE-Lab42.5940-32.29973.4364

#07725e color RGB value is (7,114,94).

#07725e hex color red value is 7, green value is 114 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #07725e hue: 0.47 , saturation: 0.88 and the lightness value of 07725e is 0.24.

The process color (four color CMYK) of #07725e color hex is 0.94, 0.00, 0.18, 0.55. Web safe color of #07725e is #006666. Color #07725e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110010 01011110
Octal 7 162 136
Decimal 7 114 94
Hex 7 72 5E

RGB Percentages of Color #07725e

%3.26
%53.02
%43.72

CMYK Percentages of Color #07725e

%94
%0
%18
%55

Triadic Colors of #07725e

#07725e #5e0772 #725e07

Analogous Colors of #07725e

#07725e #075172 #077229

Monochromatic Colors of #07725e

#07725e

Complementary Color

#07725e #72071b

#07725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07725e Color CSS Codes

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

#07725e Text Font Color

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

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


#07725e Background Color

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

This div background color is #07725e


#07725e Border Color

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

This div border color is #07725e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,114,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07725e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07725e;
  -webkit-box-shadow: 1px 1px 3px 2px #07725e;
  box-shadow:         1px 1px 3px 2px #07725e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07725e


Comments

No comments written yet.

Please login to write comment.