Color Hex Logo

#677376 Color Hex

#677376
(103,115,118)
0 Favorites   0 Comments

Color spaces of #677376

RGB 103115118
HSL0.530.070.43
HSV192°13°46°
CMYK 0.130.030.00   0.54
XYZ14.994316.453019.5250
Yxy16.45300.29420.3228
Hunter Lab40.5623-4.9995-0.1461
CIE-Lab47.5633-3.8125-3.1903

#677376 color RGB value is (103,115,118).

#677376 hex color red value is 103, green value is 115 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #677376 hue: 0.53 , saturation: 0.07 and the lightness value of 677376 is 0.43.

The process color (four color CMYK) of #677376 color hex is 0.13, 0.03, 0.00, 0.54. Web safe color of #677376 is #666666. Color #677376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110011 01110110
Octal 147 163 166
Decimal 103 115 118
Hex 67 73 76

RGB Percentages of Color #677376

%30.65
%34.23
%35.12

CMYK Percentages of Color #677376

%13
%3
%0
%54

Triadic Colors of #677376

#677376 #766773 #737667

Analogous Colors of #677376

#677376 #676c76 #677672

Monochromatic Colors of #677376

#677376

Complementary Color

#677376 #766a67

#677376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#677376 Color CSS Codes

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

#677376 Text Font Color

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

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


#677376 Background Color

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

This div background color is #677376


#677376 Border Color

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

This div border color is #677376


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,115,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #677376; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #677376;
  -webkit-box-shadow: 1px 1px 3px 2px #677376;
  box-shadow:         1px 1px 3px 2px #677376; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677376


Comments

No comments written yet.

Please login to write comment.