Color Hex Logo

#07725f Color Hex

#07725F
(7,114,95)
0 Favorites   0 Comments

Color spaces of #07725f

RGB 711495
HSL0.470.880.24
HSV169°94°45°
CMYK 0.940.000.17   0.55
XYZ8.170512.906012.8870
Yxy12.90600.24060.3800
Hunter Lab35.9249-22.27193.8789
CIE-Lab42.6213-32.00952.8751

#07725f color RGB value is (7,114,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110010 01011111
Octal 7 162 137
Decimal 7 114 95
Hex 7 72 5F

RGB Percentages of Color #07725f

%3.24
%52.78
%43.98

CMYK Percentages of Color #07725f

%94
%0
%17
%55

Triadic Colors of #07725f

#07725f #5f0772 #725f07

Analogous Colors of #07725f

#07725f #075072 #07722a

Monochromatic Colors of #07725f

#07725f

Complementary Color

#07725f #72071a

#07725f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07725f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07725f Color CSS Codes

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

#07725f Text Font Color

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

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


#07725f Background Color

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

This div background color is #07725f


#07725f Border Color

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

This div border color is #07725f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07725f


Comments

No comments written yet.

Please login to write comment.