#656772

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

Shades of Comet #656772

Tints of Comet #656772

Color information

#656772 (or 0x656772) is unknown color: approx Comet. HEX triplet: 65, 67 and 72. RGB value is (101,103,114). Sum of RGB (Red+Green+Blue) = 101+103+114=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #656772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656772 is #9A988D. Grayscale: #676767. Windows color (decimal): -10131598 or 7497573. OLE color: 7497573.

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

Color convert

RGB101103114-
CMYK0.110.1000.55
HSL230.77º6.05%42.16%-
HSV(B)230.77º11.4%44.71%-
XYZ13.2513.6817.86-
YUV103.66133.84126.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=31.76%
G=32.39%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011031140.110.1000.55230.776.0542.16
Hex656772BA037e762a
Octal1451471621312067347652
Binary11001011100111111001010111010011011111100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656772; }

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

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

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

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

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

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

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

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