Color Hex Logo

#07676f Color Hex

#07676F
(7,103,111)
0 Favorites   0 Comments

Color spaces of #07676f

RGB 7103111
HSL0.510.880.23
HSV185°94°44°
CMYK 0.940.070.00   0.56
XYZ7.807110.893416.7301
Yxy10.89340.22030.3075
Hunter Lab33.0052-15.5363-6.9501
CIE-Lab39.4003-21.4475-11.6035

#07676f color RGB value is (7,103,111).

#07676f hex color red value is 7, green value is 103 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #07676f hue: 0.51 , saturation: 0.88 and the lightness value of 07676f is 0.23.

The process color (four color CMYK) of #07676f color hex is 0.94, 0.07, 0.00, 0.56. Web safe color of #07676f is #006666. Color #07676f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100111 01101111
Octal 7 147 157
Decimal 7 103 111
Hex 7 67 6F

RGB Percentages of Color #07676f

%3.17
%46.61
%50.23

CMYK Percentages of Color #07676f

%94
%7
%0
%56

Triadic Colors of #07676f

#07676f #6f0767 #676f07

Analogous Colors of #07676f

#07676f #07336f #076f43

Monochromatic Colors of #07676f

#07676f

Complementary Color

#07676f #6f0f07

#07676f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07676f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07676f Color CSS Codes

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

#07676f Text Font Color

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

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


#07676f Background Color

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

This div background color is #07676f


#07676f Border Color

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

This div border color is #07676f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07676f

#07676f Color Palettes


Comments

No comments written yet.

Please login to write comment.