Color Hex Logo

#07765e Color Hex

#07765E
(7,118,94)
0 Favorites   0 Comments

Color spaces of #07765e

RGB 711894
HSL0.460.890.25
HSV167°94°46°
CMYK 0.940.000.20   0.54
XYZ8.586413.810212.8028
Yxy13.81020.24390.3923
Hunter Lab37.1621-23.79075.5873
CIE-Lab43.9595-34.09535.3967

#07765e color RGB value is (7,118,94).

#07765e hex color red value is 7, green value is 118 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #07765e hue: 0.46 , saturation: 0.89 and the lightness value of 07765e is 0.25.

The process color (four color CMYK) of #07765e color hex is 0.94, 0.00, 0.20, 0.54. Web safe color of #07765e is #006666. Color #07765e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110110 01011110
Octal 7 166 136
Decimal 7 118 94
Hex 7 76 5E

RGB Percentages of Color #07765e

%3.20
%53.88
%42.92

CMYK Percentages of Color #07765e

%94
%0
%20
%54

Triadic Colors of #07765e

#07765e #5e0776 #765e07

Analogous Colors of #07765e

#07765e #075776 #077627

Monochromatic Colors of #07765e

#07765e

Complementary Color

#07765e #76071f

#07765e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07765e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07765e Color CSS Codes

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

#07765e Text Font Color

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

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


#07765e Background Color

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

This div background color is #07765e


#07765e Border Color

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

This div border color is #07765e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07765e


Comments

No comments written yet.

Please login to write comment.