Color Hex Logo

#07735f Color Hex

#07735F
(7,115,95)
0 Favorites   0 Comments

Color spaces of #07735f

RGB 711595
HSL0.470.890.24
HSV169°94°45°
CMYK 0.940.000.17   0.55
XYZ8.283913.132912.9248
Yxy13.13290.24120.3824
Hunter Lab36.2393-22.61584.2217
CIE-Lab42.9628-32.46553.3681

#07735f color RGB value is (7,115,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110011 01011111
Octal 7 163 137
Decimal 7 115 95
Hex 7 73 5F

RGB Percentages of Color #07735f

%3.23
%53.00
%43.78

CMYK Percentages of Color #07735f

%94
%0
%17
%55

Triadic Colors of #07735f

#07735f #5f0773 #735f07

Analogous Colors of #07735f

#07735f #075173 #077329

Monochromatic Colors of #07735f

#07735f

Complementary Color

#07735f #73071b

#07735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07735f Color CSS Codes

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

#07735f Text Font Color

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

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


#07735f Background Color

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

This div background color is #07735f


#07735f Border Color

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

This div border color is #07735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07735f


Comments

No comments written yet.

Please login to write comment.