Color Hex Logo

#07764d Color Hex

#07764D
(7,118,77)
0 Favorites   0 Comments

Color spaces of #07764d

RGB 711877
HSL0.440.890.25
HSV158°94°46°
CMYK 0.940.000.35   0.54
XYZ7.905613.53799.2176
Yxy13.53790.25780.4415
Hunter Lab36.7939-26.036510.9024
CIE-Lab43.5628-38.478914.8767

#07764d color RGB value is (7,118,77).

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

The process color (four color CMYK) of #07764d color hex is 0.94, 0.00, 0.35, 0.54. Web safe color of #07764d is #006666. Color #07764d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110110 01001101
Octal 7 166 115
Decimal 7 118 77
Hex 7 76 4D

RGB Percentages of Color #07764d

%3.47
%58.42
%38.12

CMYK Percentages of Color #07764d

%94
%0
%35
%54

Triadic Colors of #07764d

#07764d #4d0776 #764d07

Analogous Colors of #07764d

#07764d #076876 #077616

Monochromatic Colors of #07764d

#07764d

Complementary Color

#07764d #760730

#07764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07764d Color CSS Codes

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

#07764d Text Font Color

<p style="color:#07764d">Text here</p>

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


#07764d Background Color

<div style="background-color:#07764d">
Div content here</div>

This div background color is #07764d


#07764d Border Color

<div style="border:3px solid #07764d">
Div here</div>

This div border color is #07764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07764d


Comments

No comments written yet.

Please login to write comment.