#646772

Color #646772 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #646772

Tints of Comet #646772

Color information

#646772 (or 0x646772) is unknown color: approx Comet. HEX triplet: 64, 67 and 72. RGB value is (100,103,114). Sum of RGB (Red+Green+Blue) = 100+103+114=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: blue. Hex color #646772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646772 is #9B988D. Grayscale: #676767. Windows color (decimal): -10197134 or 7497572. OLE color: 7497572.

HSL color Cylindrical-coordinate representation of color #646772: hue angle of 227.14º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646772 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB100103114-
CMYK0.120.1000.55
HSL227.14º6.54%41.96%-
HSV(B)227.14º12.28%44.71%-
XYZ13.1413.6217.86-
YUV103.36134.01125.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=31.55%
G=32.49%
B=35.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001031140.120.1000.55227.146.5441.96
Hex646772CA037e372a
Octal1441471621412067343752
Binary11001001100111111001011001010011011111100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646772; }

 p { color: rgb(100,103,114); }

 H1.HeaderClassName
 {
   color: #646772;
 }
 .AnyTagClassName
 {
   color: #646772;
 }
</style>
background-color css

<style>
 a { background-color: #646772; }

 a { background-color: rgb(100,103,114); }

 div.DivClassName
 {
   background-color: #646772;
 }
 .BgClassName
 {
   background-color: #646772;
 }
</style>
border-color css

<style>
 span { border-color: #646772; }

 span { border-color: rgb(100,103,114); }

 td.TdClassName
 {
   border-color: #646772;
 }
 .TagClassName
 {
   border-color: #646772;
 }
</style>