Color Hex Logo

#074d75 Color Hex

#074D75
(7,77,117)
0 Favorites   0 Comments

Color spaces of #074d75

RGB 777117
HSL0.560.890.24
HSV202°94°46°
CMYK 0.940.340.00   0.54
XYZ5.95246.637317.7970
Yxy6.63730.19590.2184
Hunter Lab25.7630-3.8437-22.9233
CIE-Lab30.9665-3.8837-28.3749

#074d75 color RGB value is (7,77,117).

#074d75 hex color red value is 7, green value is 77 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #074d75 hue: 0.56 , saturation: 0.89 and the lightness value of 074d75 is 0.24.

The process color (four color CMYK) of #074d75 color hex is 0.94, 0.34, 0.00, 0.54. Web safe color of #074d75 is #006666. Color #074d75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001101 01110101
Octal 7 115 165
Decimal 7 77 117
Hex 7 4D 75

RGB Percentages of Color #074d75

%3.48
%38.31
%58.21

CMYK Percentages of Color #074d75

%94
%34
%0
%54

Triadic Colors of #074d75

#074d75 #75074d #4d7507

Analogous Colors of #074d75

#074d75 #071675 #077566

Monochromatic Colors of #074d75

#074d75

Complementary Color

#074d75 #752f07

#074d75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074d75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074d75 Color CSS Codes

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

#074d75 Text Font Color

<p style="color:#074d75">Text here</p>

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


#074d75 Background Color

<div style="background-color:#074d75">
Div content here</div>

This div background color is #074d75


#074d75 Border Color

<div style="border:3px solid #074d75">
Div here</div>

This div border color is #074d75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074d75


Comments

No comments written yet.

Please login to write comment.