Color Hex Logo

#67788d Color Hex

#67788D
(103,120,141)
0 Favorites   0 Comments

Color spaces of #67788d

RGB 103120141
HSL0.590.160.48
HSV213°27°55°
CMYK 0.270.150.00   0.45
XYZ17.117718.239627.8177
Yxy18.23960.27100.2887
Hunter Lab42.7078-3.1943-8.7230
CIE-Lab49.7854-1.1963-13.4833

#67788d color RGB value is (103,120,141).

#67788d hex color red value is 103, green value is 120 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #67788d hue: 0.59 , saturation: 0.16 and the lightness value of 67788d is 0.48.

The process color (four color CMYK) of #67788d color hex is 0.27, 0.15, 0.00, 0.45. Web safe color of #67788d is #666699. Color #67788d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111000 10001101
Octal 147 170 215
Decimal 103 120 141
Hex 67 78 8D

RGB Percentages of Color #67788d

%28.30
%32.97
%38.74

CMYK Percentages of Color #67788d

%27
%15
%0
%45

Triadic Colors of #67788d

#67788d #8d6778 #788d67

Analogous Colors of #67788d

#67788d #69678d #678b8d

Monochromatic Colors of #67788d

#67788d

Complementary Color

#67788d #8d7c67

#67788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67788d Color CSS Codes

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

#67788d Text Font Color

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

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


#67788d Background Color

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

This div background color is #67788d


#67788d Border Color

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

This div border color is #67788d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,120,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67788d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67788d;
  -webkit-box-shadow: 1px 1px 3px 2px #67788d;
  box-shadow:         1px 1px 3px 2px #67788d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67788d


Comments

No comments written yet.

Please login to write comment.