Color Hex Logo

#07777d Color Hex

#07777D
(7,119,125)
0 Favorites   0 Comments

Color spaces of #07777d

RGB 7119125
HSL0.510.890.26
HSV183°94°49°
CMYK 0.940.050.00   0.51
XYZ10.386114.719521.6958
Yxy14.71950.22190.3145
Hunter Lab38.3660-18.8186-6.6720
CIE-Lab45.2476-24.9560-11.2166

#07777d color RGB value is (7,119,125).

#07777d hex color red value is 7, green value is 119 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #07777d hue: 0.51 , saturation: 0.89 and the lightness value of 07777d is 0.26.

The process color (four color CMYK) of #07777d color hex is 0.94, 0.05, 0.00, 0.51. Web safe color of #07777d is #006666. Color #07777d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110111 01111101
Octal 7 167 175
Decimal 7 119 125
Hex 7 77 7D

RGB Percentages of Color #07777d

%2.79
%47.41
%49.80

CMYK Percentages of Color #07777d

%94
%5
%0
%51

Triadic Colors of #07777d

#07777d #7d0777 #777d07

Analogous Colors of #07777d

#07777d #073c7d #077d48

Monochromatic Colors of #07777d

#07777d

Complementary Color

#07777d #7d0d07

#07777d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07777d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07777d Color CSS Codes

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

#07777d Text Font Color

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

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


#07777d Background Color

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

This div background color is #07777d


#07777d Border Color

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

This div border color is #07777d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07777d


Comments

No comments written yet.

Please login to write comment.