Color Hex Logo

#64727b Color Hex

#64727B
(100,114,123)
0 Favorites   0 Comments

Color spaces of #64727b

RGB 100114123
HSL0.570.100.44
HSV203°19°48°
CMYK 0.190.070.00   0.52
XYZ14.848016.174021.0782
Yxy16.17400.28500.3104
Hunter Lab40.2169-4.4778-2.9228
CIE-Lab47.2019-3.1366-6.7279

#64727b color RGB value is (100,114,123).

#64727b hex color red value is 100, green value is 114 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #64727b hue: 0.57 , saturation: 0.10 and the lightness value of 64727b is 0.44.

The process color (four color CMYK) of #64727b color hex is 0.19, 0.07, 0.00, 0.52. Web safe color of #64727b is #666666. Color #64727b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110010 01111011
Octal 144 162 173
Decimal 100 114 123
Hex 64 72 7B

RGB Percentages of Color #64727b

%29.67
%33.83
%36.50

CMYK Percentages of Color #64727b

%19
%7
%0
%52

Triadic Colors of #64727b

#64727b #7b6472 #727b64

Analogous Colors of #64727b

#64727b #64677b #647b79

Monochromatic Colors of #64727b

#64727b

Complementary Color

#64727b #7b6d64

#64727b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64727b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64727b Color CSS Codes

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

#64727b Text Font Color

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

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


#64727b Background Color

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

This div background color is #64727b


#64727b Border Color

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

This div border color is #64727b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,114,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64727b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64727b;
  -webkit-box-shadow: 1px 1px 3px 2px #64727b;
  box-shadow:         1px 1px 3px 2px #64727b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,114,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64727b


Comments

No comments written yet.

Please login to write comment.