Color Hex Logo

#718a75 Color Hex

#718A75
(113,138,117)
0 Favorites   0 Comments

Color spaces of #718a75

RGB 113138117
HSL0.360.100.49
HSV130°18°54°
CMYK 0.180.000.15   0.46
XYZ19.109422.972020.2565
Yxy22.97200.30650.3685
Hunter Lab47.9291-12.70788.4924
CIE-Lab55.0435-13.30838.3154

#718a75 color RGB value is (113,138,117).

#718a75 hex color red value is 113, green value is 138 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #718a75 hue: 0.36 , saturation: 0.10 and the lightness value of 718a75 is 0.49.

The process color (four color CMYK) of #718a75 color hex is 0.18, 0.00, 0.15, 0.46. Web safe color of #718a75 is #669966. Color #718a75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001010 01110101
Octal 161 212 165
Decimal 113 138 117
Hex 71 8A 75

RGB Percentages of Color #718a75

%30.71
%37.50
%31.79

CMYK Percentages of Color #718a75

%18
%0
%15
%46

Triadic Colors of #718a75

#718a75 #75718a #8a7571

Analogous Colors of #718a75

#718a75 #718a82 #7a8a71

Monochromatic Colors of #718a75

#718a75

Complementary Color

#718a75 #8a7186

#718a75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718a75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718a75 Color CSS Codes

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

#718a75 Text Font Color

<p style="color:#718a75">Text here</p>

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


#718a75 Background Color

<div style="background-color:#718a75">
Div content here</div>

This div background color is #718a75


#718a75 Border Color

<div style="border:3px solid #718a75">
Div here</div>

This div border color is #718a75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,138,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718a75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718a75;
  -webkit-box-shadow: 1px 1px 3px 2px #718a75;
  box-shadow:         1px 1px 3px 2px #718a75; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,138,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 #718a75">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718a75


Comments

No comments written yet.

Please login to write comment.